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.

Linking errors when trying to use EVM6670L uart with SYS/BIOS project

I am using the TMDSEVM6670LE evaluation module for the 6670 processor. I have sucessfully built and modified the standalone uart example application. Now, I am trying to port the application to work with a SYS/BIOS application. I have attempted to include the libraries as in the standalone application but I am getting unresolved symbol errors if I link with the ti.platform.evm6670l library.  The errors are shown below.

Does anyone have an example of how to use the EVM uart in a SYS/BIOS project?


unresolved symbol Osal_platformMalloc, first referenced in C:\ti\pdk_C6670_1_1_2_6\packages\ti\platform\evmc6670l\platform_lib\lib\debug\ti.platform.evm6670l.ae66<platform.obj> MulitaskTest C/C++ Problem
unresolved symbol Osal_platformFree, first referenced in C:\ti\pdk_C6670_1_1_2_6\packages\ti\platform\evmc6670l\platform_lib\lib\debug\ti.platform.evm6670l.ae66<platform.obj> MulitaskTest C/C++ Problem
unresolved symbol Osal_platformSpiCsExit, first referenced in C:\ti\pdk_C6670_1_1_2_6\packages\ti\platform\evmc6670l\platform_lib\lib\debug\ti.platform.evm6670l.ae66<evmc66x_spi.obj> MulitaskTest C/C++ Problem
unresolved symbol Osal_platformSpiCsEnter, first referenced in C:\ti\pdk_C6670_1_1_2_6\packages\ti\platform\evmc6670l\platform_lib\lib\debug\ti.platform.evm6670l.ae66<evmc66x_spi.obj> MulitaskTest C/C++ Problem