Microblaze -undefined key words

nishaathank wrote on Monday, August 22, 2011:

Hai,
I am new in FreeRTOS.
I try to do an application in Microblaze.I created a new project .
But this is the error that i am getting .
pls help me to sort it

*** Build of configuration Debug for project empty_application_0 ****

make all
Building target: empty_application_0.elf
Invoking: MicroBlaze gcc linker
mb-gcc -Wl,-T -Wl,…/src/lscript.ld -L…/…/empty_application_bsp_0/microblaze_0/lib -mxl-barrel-shift -mxl-pattern-compare -mcpu=v8.10.a -mno-xl-soft-mul -o"empty_application_0.elf"  ./src/rtospriiint.o  
./src/rtospriiint.o: In function `main’:
E:\testFreeRTOS\Demo\MicroBlaze\SDK\empty_application_0\Debug/…/src/rtospriiint.c:28: undefined reference to `prvSetupHardware’
E:\testFreeRTOS\Demo\MicroBlaze\SDK\empty_application_0\Debug/…/src/rtospriiint.c:32: undefined reference to `xTaskGenericCreate’
E:\testFreeRTOS\Demo\MicroBlaze\SDK\empty_application_0\Debug/…/src/rtospriiint.c:36: undefined reference to `xTaskGenericCreate’
E:\testFreeRTOS\Demo\MicroBlaze\SDK\empty_application_0\Debug/…/src/rtospriiint.c:39: undefined reference to `vTaskStartScheduler’
./src/rtospriiint.o: In function `vTaskFunction’:
E:\testFreeRTOS\Demo\MicroBlaze\SDK\empty_application_0\Debug/…/src/rtospriiint.c:59: undefined reference to `xTaskGetTickCount’
E:\testFreeRTOS\Demo\MicroBlaze\SDK\empty_application_0\Debug/…/src/rtospriiint.c:65: undefined reference to `vPrintString’
E:\testFreeRTOS\Demo\MicroBlaze\SDK\empty_application_0\Debug/…/src/rtospriiint.c:73: undefined reference to `vTaskDelayUntil’
collect2: ld returned 1 exit status
make: ***  Error 1

Thank u.

rtel wrote on Monday, August 22, 2011:

See this thread, especially post 4:
http://sourceforge.net/projects/freertos/forums/forum/382005/topic/4600288

Regards.