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/TM4C123GH6PGE: CCS_v6/TM4C123GH6PGE:

Part Number: TM4C123GH6PGE
Other Parts Discussed in Thread: TM4C123GH6PM, EK-TM4C123GXL

Tool/software: Code Composer Studio

Hi All,

My platform is TM4C123g

CCS version 6,

  I am unable to build the project. I am getting the following errors

 unresolved symbols remain hello1 C/C++ Problem
#10010 errors encountered during linking; "hello1.out" not built hello1 C/C++ Problem
unresolved symbol f_putc, first referenced in ./hello.obj hello1 C/C++ Problem

///////////////////////////////////////****************************//////////////////////////////////////////////////////////////////////

**** Build of configuration Debug for project hello1 ****

"c:\\ti\\ccsv6\\utils\\bin\\gmake" -k all
'Building target: hello1.out'
'Invoking: ARM Linker'
"c:/ti/ccsv6/tools/compiler/arm_5.1.6/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 --abi=eabi -me -O2 -g --gcc --define=ccs="ccs" --define=PART_TM4C123GH6PM --define=TARGET_IS_TM4C123_RB1 --display_error_number --diag_warning=225 --diag_wrap=off --gen_func_subsections=on --ual -z -m"hello_ccs.map" --heap_size=0 --stack_size=512 -i"c:/ti/ccsv6/tools/compiler/arm_5.1.6/lib" -i"c:/ti/ccsv6/tools/compiler/arm_5.1.6/include" --reread_libs --warn_sections --display_error_number --diag_wrap=off --xml_link_info="hello1_linkInfo.xml" --rom_model -o "hello1.out" "./adc_ctrl.obj" "./cpu_usage.obj" "./flash_pb.obj" "./gprs.obj" "./hello.obj" "./keypad.obj" "./pwm_ctrl.obj" "./sine.obj" "./startup_ccs.obj" "./svm.obj" "./uart_echo.obj" "./ui.obj" "./ustdlib.obj" "./vf.obj" "./utils/uartstdio.obj" "./third_party/ff.obj" "./third_party/mmc-dk-tm4c123g.obj" "../hello_ccs.cmd" -l"libc.a" -l"C:/ti/TivaWare_C_Series-2.1.0.12573/examples/boards/ek-tm4c123gxl/hello/ccs/../../../../../driverlib/ccs/Debug/driverlib.lib"
<Linking>

undefined first referenced
symbol in file
--------- ----------------
f_putc ./hello.obj

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

>> Compilation failure
gmake: *** [hello1.out] Error 1
gmake: Target `all' not remade because of errors.

**** Build Finished ****