Hello All,
I am working the hello world application from the TI-RTOS template. I am trying to add ethernet capability to this application to get a better understanding of the TI development. I have the TI ICE board version 2.1 eventually to a custom board. Within CCS I add the NDK through the RTSC tab in the general properties. I go ahead and the features that I want from the NDG cfg menu system. When I compile the project I get this error:
makefile:144: recipe for target 'hello_ICE_AM3359_CortexA.out' failed
C:\ti\ndk_2_24_02_31\packages\ti\ndk\stack\lib\stk6.aa8fg(nimu.oa8fg): In function `NIMUInit':
/db/vtree/library/trees/ndk/ndk-i33/src/ti/ndk/stack/nimu/nimu.c:1207: undefined reference to `NIMUDeviceTable'
I know it has to do with linking. what lib do I need link?
I am using: ccs version 6
CCS version 6
SYS/BIOS 6.45.1.29
NDK 2.24.2.31
am335x PDK 1.02
I would like the get basic berkley sockets working UDP and TCP.