I have started on a projected to which I would like to add FreeRTOS.
In MCUXpresso I have create a new example project with FreeRTOS.
I then copied the freertos folder and FreeRTOSConfig folder to my project and included them by adding the freertos folder to "MCU C Compiler > Includes" and "MCU Assembler > General" in the "C/C++ Build" settings in the properties.
However when I try to build my project I get the error "undefined reference to 'xTaskCreate' " in my main file despite including FreeRTOS.h, task.h, queue.h and timers.h.
Below is a screenshot of my includes settings. The "MCU Assembler > General" paths looks exactly the same.
解決済! 解決策の投稿を見る。
Have you marked that folder you have copied to be included in the build?
If you just copied or created a folder, it might be marked as 'excluded'. See as well Exclude Source Files from Build in Eclipse | MCU on Eclipse
I hope this helps,
Erich
Have you marked that folder you have copied to be included in the build?
If you just copied or created a folder, it might be marked as 'excluded'. See as well Exclude Source Files from Build in Eclipse | MCU on Eclipse
I hope this helps,
Erich
Thank you Erich, the window does show that it is excluded but the checkbox is greyed out and disabled so I can not uncheck that box
Hello Vincent Kenbeek,
If still haven't solve your problem, you can share your whole project , then we can check the configuration.
BR
Alice
Vincent,
could you show a screenshot of your project structure and a screenshot of the properties of that folder?
Not sure what is going on.
Erich
I am not sure what changed but when I went back to take a screenshot it was no longer greyed out.
Unchecking that box fixed everything.
Thank you very much Erich.