Hello,
I am attempting to get the hello NDK world program to compile and link on my OMAP L-138 evm6748 board (I am just using the C6748- ARM not installed). I can't seem to find out where the following library references are located. As such- I am getting the following linker errors.
Thank you for the Help!
Mark
'Building target: ndk_evm6748_bios5_helloWorld.out'
'Invoking: Linker'
"C:/Program Files/Texas Instruments/ccsv4/tools/compiler/c6000/bin/cl6x" -mv6740 -g --diag_warning=225 -z -m"ndk_evm6748_bios5_helloWorld.map" --warn_sections -i"C:/CCStudio_v3.3/ndk_2_20_04_26/ndk_2_20_04_26/packages/ti/ndk/lib/C674" -i"C:/CCStudio_v3.3/ndk_2_0_0/packages/ti/ndk/lib" -i"C:/Program Files/Texas Instruments/ccsv4/tools/compiler/c6000/lib" -i"C:/Program Files/Texas Instruments/ccsv4/tools/compiler/c6000/include" -i"C:/Program Files/Texas Instruments/bios_5_41_10_36/packages/ti/rtdx/lib/c6000" -i"C:/Program Files/Texas Instruments/bios_5_41_10_36/packages/ti/bios/lib" --reread_libs --rom_model -o "ndk_evm6748_bios5_helloWorld.out" -l"./helloWorldcfg.cmd" "./udpHello.obj" "./helloWorldcfg_c.obj" "./helloWorldcfg.obj" "./helloWorld.obj" "./evminit.obj" "./emacHooks.obj" -l"libc.a"
<Linking>
undefined first referenced
symbol in file
--------- ----------------
_CfgAddEntry ./helloWorld.obj
_CfgFree ./helloWorld.obj
_CfgNew ./helloWorld.obj
_DaemonFree ./helloWorld.obj
_DaemonNew ./helloWorld.obj
_NC_NetStart ./helloWorld.obj
_NC_SystemClose ./helloWorld.obj
_NC_SystemOpen ./helloWorld.obj
_NDK_hookCreate ./helloWorldcfg.obj
_NDK_hookInit ./helloWorldcfg.obj
__oscfg ./helloWorld.obj
_inet_addr ./helloWorld.obj
_llTimerTick ./helloWorldcfg.obj
_mmZeroInit ./helloWorld.obj
>> Compilation failure
_recvncfree ./udpHello.obj
_recvncfrom ./udpHello.obj
_sendto ./udpHello.obj
_setsockopt ./udpHello.obj
error: unresolved symbols remain
error: errors encountered during linking; "ndk_evm6748_bios5_helloWorld.out"
not built
gmake: *** [ndk_evm6748_bios5_helloWorld.out] Error 1
gmake: Target `all' not remade because of errors.
Build complete for project ndk_evm6748_bios5_helloWorld