I compile posix-gcc demo project.
GCC can’t finish because there is no propriety trace library in “FreeRTOS-Plus”.
How can I disable tracing option from command line.
I compile posix-gcc demo project.
GCC can’t finish because there is no propriety trace library in “FreeRTOS-Plus”.
How can I disable tracing option from command line.
Any help ? I’m a beginner in C programming, with a little knowledge. I compile FreeRTOS demo project for a approachable method to learn programming.
I experienced that it is helpless to read C source of FreeRTOS from top to bottom. The better is to follow the debugger.
Would you please share the commands you used to clone the code and compile? Also, share the build log.
Did you clone submodules?
git clone https://github.com/FreeRTOS/FreeRTOS.git --recurse-submodules
Thank you very much !