Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

threads is not started XILKERNEL+EDK

Status
Not open for further replies.

naz56

Member level 3
Joined
Jun 25, 2009
Messages
54
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,286
Activity points
1,698
HELLo
i am having trouble in EDK to run main_thread() after xilkernel_main()


#include <stdio.h>
#include "xmk.h"

int main()
{
xilkernel_main();
return 0;
}

int main_thread()
{
xil_printf("in thread !\r\n");
return 0;
}

i hv also declared static pthread in OS config setting..added xps timer,compiled n downloaded susccesfully...but print in "main_thread()" is not displayed...why...
plz help...
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top