i am newbie to eclipse and freertos. i have installed eclipse/yagarto and managed to run simple blink led program on LPC2368.
but how do we open a demo project from FREERTOS for LPC2368 with eclipse/yagarto??
do i create an empty project then i import it?? if yes which import? is it "Existing project into workspace" or "File System"??? do i have to do other changes???
more over i used the first method and i get error when i build :
undefined reference to `usTaskCheckFreeStackSpace’
Ensure the yagarto\bin directory is in your PATH environment, then start Eclipse. When Eclipse starts it will ask you to select a workspace. At this point select the directory freertos\Demo\ARM7_LPC2368_Eclipse and it will open the workspace and the freertos project.