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.

Compiler/TMDSEVM572X: NDK

Part Number: TMDSEVM572X


Tool/software: TI C/C++ Compiler

I made a simple NDK&RTOS project. and when I compiled it, error information appeared as follow:

makefile:153: recipe for target 'EMAC_BasicExample_evmAM572x_armBiosExampleProject.out' failed
D:\Ti\ndk_2_24_03_35\packages\ti\ndk\stack\lib\stk6.aa15fg(nimu.oa15fg): In function `NIMUInit':
/db/vtree/library/trees/ndk/ndk-i37/src/ti/ndk/stack/nimu/nimu.c:1207: undefined reference to `NIMUDeviceTable'

I don't have the path "/db/vtree/library/trees/ndk/ndk-i37/src/ti/ndk/stack/nimu/nimu.c", so how can I fix it?