Hello,
I'm working with C6748, NDK 2.20.06.35, BIOS 5.41.11.38, nsp_1_00_00_09.
I'm developing a network application using TCP/IP stack.
I have copied the following NDK libraries to my project:
os_bios5.lib
netctrl.lib
nettool.lib
stack.lib
hal_timer_bios5.lib
hal_userled_stub.lib
hal_eth_stub.lib
hal_ser_stub.lib
ti.drv.omapl138.a674
I try to compile, but get the following message:
undefined first referenced
symbol in file
--------- ----------------
_NIMUDeviceTable C:/TI/ndk_2_20_06_35/packages/ti/ndk/lib/C674/stack.lib<nimu.o674>
If I link these libraries via "Project->Properties->Build->C6000 Linker->File Search Path->Include library file or command file as input"
everything works fine and the project compiles successfully.
- Am I missing some other reference to the NDK?
- Is there any difference in the project build between actually copying required NDK libraries to the project and linking them from outside?
- How can I solve this problem without linking to the libraries?