This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCS/TMS570LC4357: unresolved symbols remain

Part Number: TMS570LC4357

Tool/software: Code Composer Studio


**** Build of configuration Debug for project LED ****

"C:\\ti\\ccs1011\\ccs\\utils\\bin\\gmake" -k -j 8 all -O

Building target: "LED.out"
Invoking: ARM Linker
"C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-arm_20.2.3.LTS/bin/armcl" -mv7R5 --code_state=32 --float_support=VFPv3D16 -g --diag_warning=225 --diag_wrap=off --display_error_number --enum_type=packed --abi=eabi -z -m"LED.map" --heap_size=0x800 --stack_size=0x800 -i"C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-arm_20.2.3.LTS/lib" -i"E:/11.TI/PROJECT/LED/Debug" -i"E:/11.TI/PROJECT/LED/include" -i"E:/11.TI/PROJECT/LED/source" -i"C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-arm_20.2.3.LTS/include" --reread_libs --diag_wrap=off --display_error_number --warn_sections --xml_link_info="LED_linkInfo.xml" --rom_model --be32 -o "LED.out" "./source/HL_epc.obj" "./source/HL_errata.obj" "./source/HL_errata_SSWF021_45.obj" "./source/HL_esm.obj" "./source/HL_gio.obj" "./source/HL_nmpu.obj" "./source/HL_notification.obj" "./source/HL_pinmux.obj" "./source/HL_sys_core.obj" "./source/HL_sys_dma.obj" "./source/HL_sys_intvecs.obj" "./source/HL_sys_main.obj" "./source/HL_sys_mpu.obj" "./source/HL_sys_pcr.obj" "./source/HL_sys_phantom.obj" "./source/HL_sys_pmm.obj" "./source/HL_sys_pmu.obj" "./source/HL_sys_startup.obj" "./source/HL_sys_vim.obj" "./source/HL_system.obj" "./source/os_croutine.obj" "./source/os_event_groups.obj" "./source/os_heap.obj" "./source/os_list.obj" "./source/os_mpu_wrappers.obj" "./source/os_port.obj" "./source/os_portasm.obj" "./source/os_queue.obj" "./source/os_tasks.obj" "./source/os_timer.obj" "../source/HL_sys_link.cmd" -llibc.a
<Linking>

undefined first referenced
symbol in file
--------- ----------------
_dabort ./source/HL_sys_intvecs.obj

error #10234-D: unresolved symbols remain
error #10010: errors encountered during linking; "LED.out" not built

>> Compilation failure
makefile:170: recipe for target 'LED.out' failed
gmake[1]: *** [LED.out] Error 1
makefile:166: recipe for target 'all' failed
gmake: *** [all] Error 2

**** Build Finished ****