Microblaze -undefined key words

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:testFreeRTOSDemoMicroBlazeSDKempty_application_0Debug/../src/rtospriiint.c:28: undefined reference to `prvSetupHardware’
E:testFreeRTOSDemoMicroBlazeSDKempty_application_0Debug/../src/rtospriiint.c:32: undefined reference to `xTaskGenericCreate’
E:testFreeRTOSDemoMicroBlazeSDKempty_application_0Debug/../src/rtospriiint.c:36: undefined reference to `xTaskGenericCreate’
E:testFreeRTOSDemoMicroBlazeSDKempty_application_0Debug/../src/rtospriiint.c:39: undefined reference to `vTaskStartScheduler’
./src/rtospriiint.o: In function `vTaskFunction’:
E:testFreeRTOSDemoMicroBlazeSDKempty_application_0Debug/../src/rtospriiint.c:59: undefined reference to `xTaskGetTickCount’
E:testFreeRTOSDemoMicroBlazeSDKempty_application_0Debug/../src/rtospriiint.c:65: undefined reference to `vPrintString’
E:testFreeRTOSDemoMicroBlazeSDKempty_application_0Debug/../src/rtospriiint.c:73: undefined reference to `vTaskDelayUntil’
collect2: ld returned 1 exit status
make: ***  Error 1 Thank u.

Microblaze -undefined key words

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