I've got an TMDXLCDK6748. I need to run TI-RTOS, Ethernet, and a file system. I can build and run the canned NDK example programs which use SYS/BIOS 6.35.1.29
I simply want to build a project to demonstrate UDP and TCP transport on the latest TI-RTOS. I installed NDK 2.24.01.18 and NSP 1.10.02.09 RTOS 2.00.01.23 etc, etc. etc. Try as I may, I always get the following link error:
<Linking>
undefined first referenced
symbol in file
--------- ----------------
NIMUDeviceTable C:\ti\ndk_2_24_01_18\packages\ti\ndk\stack\lib\stk.ae674<nimu.oe674>
error #10234-D: unresolved symbols remain
error #10010: errors encountered during linking; "TITEST2.out" not built
This symbol should be in nimu_eth.c but there is no nimu_eth.c for the C6748 per se, only for the omapl. How can I fix this?
Thanks