Other Parts Discussed in Thread: SYSBIOS
Tool/software: TI C/C++ Compiler
Hello Champs,
Customer installed NDK, NSP as follows.
He failed to build the D:\ti\nsp_1_10_03_15\packages\ti\ndk\examples\ndk_evm6748_elf_helloWorld in CCS v5.5.
'Invoking: C6000 Linker'
"D:/ti/ccsv5/tools/compiler/c6000_7.4.4/bin/cl6x" -mv6740 --abi=eabi -g --display_error_number --diag_warning=225 -z -m"ndk_evm6748_elf_helloWorld.map" -i"D:/ti/ccsv5/tools/compiler/c6000_7.4.4/lib" -i"D:/ti/ccsv5/tools/compiler/c6000_7.4.4/include" --reread_libs --diag_warning=225 --warn_sections --xml_link_info="ndk_evm6748_elf_helloWorld_linkInfo.xml" --rom_model -o "ndk_evm6748_elf_helloWorld.out" -l"./configPkg/linker.cmd" "./udpHello.obj" "./netHooks.obj" "./helloWorld.obj" "./evminit.obj" "./emacHooks.obj" -l"libc.a" -l"D:\ti\ndk_2_25_00_09\packages\ti\ndk\os\lib\os.ae674"
<Linking>
symbol in file
--------- ----------------
ti_sysbios_knl_Semaphore_create D:\ti\ndk_2_25_00_09\packages\ti\ndk\os\lib\os.ae674<task.oe674>
ti_sysbios_knl_Semaphore_delete D:\ti\ndk_2_25_00_09\packages\ti\ndk\os\lib\os.ae674<semaphore.oe674>
ti_sysbios_knl_Task_create D:\ti\ndk_2_25_00_09\packages\ti\ndk\os\lib\os.ae674<task.oe674>
ti_sysbios_knl_Task_delete D:\ti\ndk_2_25_00_09\packages\ti\ndk\os\lib\os.ae674<task.oe674>
error #10010: errors encountered during linking;
"ndk_evm6748_elf_helloWorld.out" not built
gmake: *** [ndk_evm6748_elf_helloWorld.out] Error 1
gmake: Target `all' not remade because of errors.
He had added the os.ae674 library to project.
Is there something else he missed to configure?
Thanks.
Rgds
Shine