Tool/software: Code Composer Studio
Hi to all
I need your help solving the following issue:
I'm using CCS 9.2 w/ freeRTOS and when I try to build my project (I'm using static allocation and set #define configSUPPORT_STATIC_ALLOCATION = 1) it shows:
-l"ti/devices/cc32xx/driverlib/ccs/Release/driverlib.a" -llibc.a
<Linking>
undefined first referenced
symbol in file
--------- ----------------
xQueueGenericCreateStatic ./1. Application/main.obj
xTaskCreateStatic ./1. Application/main.obj
error #10234-D: unresolved symbols remain
error #10010: errors encountered during linking; "BoxToNet.out" not built
I used the empty project to start my project and it includes all the FreeRTOS_Build dependencies, so I don't know why these symbols are undefined.
Pedro