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.
I've tried to rebuilding of enet_s2e example project but I got errors as below
- I'm using TivaWare_C_Series-2.1.2.111 & exmaple of URL: www.ti.com/.../spma072.
Best Regards,
JY
vPortYield
Hello Alex,
Sorry for the delay. As noted before the compilation error is generated because the FreeRTOS version in TivaWare 2.1.2 has been updated.
I did the following modifications and the application builds successfully. Some of these modifications were covered by Amit, but I am including all the necessary modifications in one place here.
#define configMAX_PRIORITIES ( ( unsigned portBASE_TYPE ) 16 )
with
#define configMAX_PRIORITIES 16
vPortYield();
with
portYIELD();
In the same file, replace the following line
if(xTaskCreate(SerialTask, (signed portCHAR *)"Serial",
with
if(xTaskCreate(SerialTask, (const portCHAR *)"Serial",
Thanks,
Sai
I started having the same problem, I did the changes but the project still does not compile.
The number of errors was reduced from 18 to 5, and I still have the following errors:
Type unresolved symbol portYield, first referenced in ./serial_task.obj
Type #10010 errors encountered during linking;
#10234-D</a> unresolved symbols remain
Type gmake: *** [enet_s2e.out] Error 1
Type gmake: Target 'all' not remade because of errors.
#10234-D</a> unresolved symbols remain
ype #10010 errors encountered during linking;
Any help would be appreciated.
Phil
Code Composer Studio Version: 6.2.0.00050