Hello,
I am trying to determine the library in which _NIMUDeviceTable resides within the NDK. My setup is as follows:
Target: C6472
Compiler: C6000 Code Generation Tools 7.2.4
XDC Tools: xdctools_3_20_08_88
BIOS: bios_6_31_04_27
NDK: ndk_2_20_04_26
I am currently linking against to following libraries:
ndk_2_20_04_26/packages/ti/ndk/lib/C64plus/netctrl.lib
ndk_2_20_04_26/packages/ti/ndk/lib/C64plus/nettool.lib
ndk_2_20_04_26/packages/ti/ndk/lib/C64plus/os.lib
ndk_2_20_04_26/packages/ti/ndk/lib/C64plus/stack.lib
ndk_2_20_04_26/packages/ti/ndk/lib/C64plus/all_stk/stk6.lib
ndk_2_20_04_26/packages/ti/ndk/lib/C64plus/hal/hal_eth_stub.lib
ndk_2_20_04_26/packages/ti/ndk/lib/C64plus/hal/hal_ser_stub.lib
ndk_2_20_04_26/packages/ti/ndk/lib/C64plus/hal/hal_timer_bios.lib
ndk_2_20_04_26/packages/ti/ndk/lib/C64plus/hal/hal_userled_stub.lib
ndk_2_20_04_26/packages/ti/ndk/inc
The linker error I get is:
cl64P package/cfg/bios6_udp_test_x64P.c ...
lnk64P bios6_udp_test.x64P ...
undefined first referenced
symbol in file
--------- ----------------
_NIMUDeviceTable C:/P4STC_QNX/tidsp/ti_rtsc/ndk_2_20_04_26/packages/ti/ndk/lib/C64plus/stack.lib<nimu.o64P>
error: unresolved symbols remain
error: errors encountered during linking; "bios6_udp_test.x64P" not built
gmake[1]: *** [bios6_udp_test.x64P] Error 1
I am building directly from the command line, not using Code Composer.
Thanks for the help.