This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Tool/software: Code Composer Studio
Hi
This is like the older post that used version TivaWare_C_Series-2.1.2.111 of which I have applied the fixes
from that post but still have the same build error that changing to PortYIELD fixed with 2.1.2.111
vPortYield doe not work either, I can not find the def of the function
unresolved symbol PortYIELD, first referenced in ./serial_task.obj enet_s2e C/C++ Problem
gmake: Target 'all' not remade because of errors. enet_s2e C/C++ Problem
gmake: *** [enet_s2e.out] Error 1 enet_s2e C/C++ Problem
<a href="processors.wiki.ti.com/.../10234"> unresolved symbols remain enet_s2e C/C++ Problem
#10010 errors encountered during linking; "enet_s2e.out" not built enet_s2e C/C++ Problem
Thanks much for looking at this a lot to learn here
dave h
Amit
I did what was suggested in the earlier thread but it did not solve the
problem
the earlier version is 2.1.2.111 not 2.1.3.156 which I am using
Unless I am missing something the error says portYIELD(); is undefinded
could there have been a change in the FreeRTOS or could I be missing a file?
thanks
dave hill
Amit
A little more information
When I set this up I did the project import
In looking at the original source there is a file in
/third_party/FreeRTOS/Source/portable/CCS/ARM_CM4F
called portmacro.h that contains #define portYIELD()
the define that I seem to be missing
the imported project has no reference to portmacro.h
So I am guessing somehow portmacro.h is not being imported and included
thanks
much
dave hill