Other Parts Discussed in Thread: OMAPL138, TMS320C6748, OMAP-L138
Tool/software: TI-RTOS
I'm using a TMDSLCDK6748 evaluation board and tried to create a program using the NDK features i.e. TCP/IP stack.
I'm using NDK 3.40.1.01 and SYS/BIOS 6.73.0.12. I did added the NDK and SYS/BIOS under Project/Properties/CCS General/Products
I added to app.cfg-file the following:
var Tcp = xdc.useModule('ti.ndk.config.Tcp');
var Ip = xdc.useModule('ti.ndk.config.Ip');
var Global = xdc.useModule('ti.ndk.config.Global');
under Project/Properties/CCS Build/C6000 Linker/ File Search Path, I added the following:
C:/ti/ndk_3_40_01_01/packages/ti/ndk/hal/eth_stub/lib/hal_eth_stub.ae674
C:/ti/ndk_3_40_01_01/packages/ti/ndk/stack/lib/stk.ae674
When I build the project, I got the following error:
unresolved symbol NIMUDeviceTable, first referenced in C:\ti\ndk_3_40_01_01\packages\ti\ndk\stack\lib\stk.ae674<nimu.oe674> VM_300M C/C++ Problem
I also tried to add this lib C:\ti\pdk_omapl138_1_0_6\packages\ti\transport\ndk\nimu\lib\omapl138\c674\release\ti.transport.ndk.nimu.ae674 but create a bunch of other errors.
I did read through the NDK user guide and search on TI E2E but could not find any solution for my problem. Any help would be appricated. Thanks