Part Number: TM4C129ENCPDT
Tool/software: Code Composer Studio
Hi,
I am trying to compile a project. I think I have all the libraries included but I am still getting this error;
Building target: "ExtCurMeasSystemWithTCP_IP_ExcludingLibraries.out"
Invoking: ARM Linker
"C:/ti/ccsv8/tools/compiler/ti-cgt-arm_18.1.1.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -O0 --opt_for_speed=5 --define=ccs="ccs" --define=TARGET_IS_TM4C129_RA1 --define=PART_TM4C129ENCPDT -g --gcc --diag_warning=225 --diag_wrap=off --display_error_number --abi=eabi -z -m"ExtCurMeasSystemWithTCP_IP_ExcludingLibraries.map" --heap_size=0 --stack_size=1024 -i"C:/ti/ccsv8/tools/compiler/ti-cgt-arm_18.1.1.LTS/lib" -i"C:/ti/ccsv8/tools/compiler/ti-cgt-arm_18.1.1.LTS/include" -i"C:/ti/TivaWare_C_Series-2.1.4.178/driverlib/ccs/Debug/driverlib.lib" --reread_libs --diag_wrap=off --display_error_number --warn_sections --xml_link_info="ExtCurMeasSystemWithTCP_IP_ExcludingLibraries_linkInfo.xml" --rom_model -o "ExtCurMeasSystemWithTCP_IP_ExcludingLibraries.out" "./TCPServer.obj" "./functions.obj" "./hr_gettime.obj" "./main.obj" "./mem_sections.obj" "./tm4c129encpdt_startup_ccs.obj" "./FreeRTOS/croutine.obj" "./FreeRTOS/event_groups.obj" "./FreeRTOS/list.obj" "./FreeRTOS/queue.obj" "./FreeRTOS/tasks.obj" "./FreeRTOS/timers.obj" "./FreeRTOS/portable/CCS/ARM_CM4F/port.obj" "./FreeRTOS/portable/CCS/ARM_CM4F/portasm.obj" "./FreeRTOS/portable/MemMang/heap_2.obj" "./driverlib/adc.obj" "./driverlib/aes.obj" "./driverlib/can.obj" "./driverlib/comp.obj" "./driverlib/cpu.obj" "./driverlib/crc.obj" "./driverlib/des.obj" "./driverlib/eeprom.obj" "./driverlib/emac.obj" "./driverlib/epi.obj" "./driverlib/epi_workaround_ccs.obj" "./driverlib/flash.obj" "./driverlib/fpu.obj" "./driverlib/gpio.obj" "./driverlib/hibernate.obj" "./driverlib/i2c.obj" "./driverlib/interrupt.obj" "./driverlib/lcd.obj" "./driverlib/mpu.obj" "./driverlib/pwm.obj" "./driverlib/qei.obj" "./driverlib/shamd5.obj" "./driverlib/ssi.obj" "./driverlib/sw_crc.obj" "./driverlib/sysctl.obj" "./driverlib/sysexc.obj" "./driverlib/systick.obj" "./driverlib/timer.obj" "./driverlib/uart.obj" "./driverlib/udma.obj" "./driverlib/usb.obj" "./driverlib/watchdog.obj" "./drivers/pinout.obj" "./utils/uartstdio.obj" "./utils/ustdlib.obj" "../tm4c129encpdt.cmd" -llibc.a -l"C:/ti/TivaWare_C_Series-2.1.4.178/driverlib/ccs/Debug/driverlib.lib"
<Linking>
undefined first referenced
symbol in file
--------- ----------------
FreeRTOS_GetAddressConfiguration ./main.obj
FreeRTOS_accept ./TCPServer.obj
FreeRTOS_bind ./TCPServer.obj
FreeRTOS_closesocket ./TCPServer.obj
FreeRTOS_listen ./TCPServer.obj
FreeRTOS_recv ./TCPServer.obj
FreeRTOS_setsockopt ./TCPServer.obj
FreeRTOS_shutdown ./TCPServer.obj
FreeRTOS_socket ./TCPServer.obj
lUDPLoggingPrintf ./main.obj
vEthInterruptHandler ./tm4c129encpdt_startup_ccs.obj
error #10234-D: unresolved symbols remain
error #10010: errors encountered during linking; "ExtCurMeasSystemWithTCP_IP_ExcludingLibraries.out" not built
>> Compilation failure
makefile:203: recipe for target 'ExtCurMeasSystemWithTCP_IP_ExcludingLibraries.out' failed
gmake[1]: *** [ExtCurMeasSystemWithTCP_IP_ExcludingLibraries.out] Error 1
makefile:199: recipe for target 'all' failed
gmake: *** [all] Error 2
**** Build Finished ****
Here are the snapshots;
Any help, appreciated.
Thanks All