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.
Tool/software: Code Composer Studio
Hello, I have a TMS320F28388D rev MCU063A with docking station and am trying to make ethernet function. I have the issue that my program will not fit into avalable memory. I am not sure how to modify the 2838x_RAM_Ink_cpu1.cmd file. Can someone help me? I also need help understanding what this file even does, I am very new to this. I am also getting alot of warnings which I am not sure how to correct. The code was originally used with a TI_ARM compiler on an MSP432e401y that I am trying to port over to my MCU. I ran into packed struectures which I removed because I read that c2000 doesn`t support packed structures.
Console output below:
**** Build of configuration CPU1_RAM for project led_ex1_blinky ****
"C:\\ti\\ccs1011\\ccs\\utils\\bin\\gmake" -k -j 4 all -O
Building file: "../cpu_endian.c"
Invoking: C2000 Compiler
"C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-c2000_18.12.4.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla2 --float_support=fpu32 --idiv_support=idiv0 --tmu_support=tmu0 -Ooff --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/third_party/ti/devices/msp432e4" --include_path="C:/ti/C2000Ware_3_03_00_00_Software/device_support/f2838x/common/include" --include_path="C:/ti/C2000Ware_3_03_00_00_Software/device_support/f2838x/headers/include" --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/cyclone_tcp/cyclone_tcp" --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/common" --include_path="C:/ti/ccs930/ccs/tools/compiler/ti-cgt-arm_18.12.4.LTS" --include_path="C:/Users/ab/workspace_v10/FreeRTOS/portable/CCS/c28x" --include_path="C:/Users/ab/workspace_v10/TI Modbus/FreeRTOSv10.3.1" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source/ti/net/bsd" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source/ti/posix/ccs" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source/third_party/CMSIS/Include" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00_Software/driverlib/f2838x/driverlib" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00_Software/device_support/f2838x/headers/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00_Software/device_support/f2838x/common/include" --include_path="C:/ti/ndk_f2838x_3_61_01_01/source" --include_path="C:/ti/ndk_f2838x_3_61_01_01/source/ti/ndk" --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/cyclone_tcp" --include_path="C:/Users/ab/workspace_v10/FreeRTOS/include" --include_path="C:/Users/ab/workspace_v10/led_ex1_blinky" --include_path="C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-c2000_18.12.4.LTS/include" --define=DEBUG --define=CPU1 --diag_suppress=10063 --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="cpu_endian.d_raw" "../cpu_endian.c"
Finished building: "../cpu_endian.c"
Building file: "../arp.c"
Invoking: C2000 Compiler
"C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-c2000_18.12.4.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla2 --float_support=fpu32 --idiv_support=idiv0 --tmu_support=tmu0 -Ooff --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/third_party/ti/devices/msp432e4" --include_path="C:/ti/C2000Ware_3_03_00_00_Software/device_support/f2838x/common/include" --include_path="C:/ti/C2000Ware_3_03_00_00_Software/device_support/f2838x/headers/include" --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/cyclone_tcp/cyclone_tcp" --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/common" --include_path="C:/ti/ccs930/ccs/tools/compiler/ti-cgt-arm_18.12.4.LTS" --include_path="C:/Users/ab/workspace_v10/FreeRTOS/portable/CCS/c28x" --include_path="C:/Users/ab/workspace_v10/TI Modbus/FreeRTOSv10.3.1" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source/ti/net/bsd" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source/ti/posix/ccs" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source/third_party/CMSIS/Include" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00_Software/driverlib/f2838x/driverlib" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00_Software/device_support/f2838x/headers/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00_Software/device_support/f2838x/common/include" --include_path="C:/ti/ndk_f2838x_3_61_01_01/source" --include_path="C:/ti/ndk_f2838x_3_61_01_01/source/ti/ndk" --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/cyclone_tcp" --include_path="C:/Users/ab/workspace_v10/FreeRTOS/include" --include_path="C:/Users/ab/workspace_v10/led_ex1_blinky" --include_path="C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-c2000_18.12.4.LTS/include" --define=DEBUG --define=CPU1 --diag_suppress=10063 --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="arp.d_raw" "../arp.c"
"../arp.c", line 636: warning #64-D: shift count is too large
"../arp.c", line 636: warning #64-D: shift count is too large
"../arp.c", line 643: warning #64-D: shift count is too large
"../arp.c", line 683: warning #64-D: shift count is too large
"../arp.c", line 687: warning #64-D: shift count is too large
"../arp.c", line 687: warning #64-D: shift count is too large
"../arp.c", line 784: warning #64-D: shift count is too large
Finished building: "../arp.c"
Building file: "../cloud_task.c"
Invoking: C2000 Compiler
"C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-c2000_18.12.4.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla2 --float_support=fpu32 --idiv_support=idiv0 --tmu_support=tmu0 -Ooff --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/third_party/ti/devices/msp432e4" --include_path="C:/ti/C2000Ware_3_03_00_00_Software/device_support/f2838x/common/include" --include_path="C:/ti/C2000Ware_3_03_00_00_Software/device_support/f2838x/headers/include" --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/cyclone_tcp/cyclone_tcp" --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/common" --include_path="C:/ti/ccs930/ccs/tools/compiler/ti-cgt-arm_18.12.4.LTS" --include_path="C:/Users/ab/workspace_v10/FreeRTOS/portable/CCS/c28x" --include_path="C:/Users/ab/workspace_v10/TI Modbus/FreeRTOSv10.3.1" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source/ti/net/bsd" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source/ti/posix/ccs" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source/third_party/CMSIS/Include" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00_Software/driverlib/f2838x/driverlib" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00_Software/device_support/f2838x/headers/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00_Software/device_support/f2838x/common/include" --include_path="C:/ti/ndk_f2838x_3_61_01_01/source" --include_path="C:/ti/ndk_f2838x_3_61_01_01/source/ti/ndk" --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/cyclone_tcp" --include_path="C:/Users/ab/workspace_v10/FreeRTOS/include" --include_path="C:/Users/ab/workspace_v10/led_ex1_blinky" --include_path="C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-c2000_18.12.4.LTS/include" --define=DEBUG --define=CPU1 --diag_suppress=10063 --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="cloud_task.d_raw" "../cloud_task.c"
"../cloud_task.c", line 613: warning #225-D: function "GPIO_write" declared implicitly
"../cloud_task.c", line 617: warning #225-D: function "GPIO_write" declared implicitly
"../cloud_task.c", line 794: warning #183-D: argument is incompatible with corresponding format string conversion
"../cloud_task.c", line 973: warning #183-D: argument is incompatible with corresponding format string conversion
"../cloud_task.c", line 1371: warning #225-D: function "GPIO_write" declared implicitly
"../cloud_task.c", line 1401: warning #225-D: function "GPIO_write" declared implicitly
Finished building: "../cloud_task.c"
Building file: "../date_time.c"
Invoking: C2000 Compiler
"C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-c2000_18.12.4.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla2 --float_support=fpu32 --idiv_support=idiv0 --tmu_support=tmu0 -Ooff --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/third_party/ti/devices/msp432e4" --include_path="C:/ti/C2000Ware_3_03_00_00_Software/device_support/f2838x/common/include" --include_path="C:/ti/C2000Ware_3_03_00_00_Software/device_support/f2838x/headers/include" --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/cyclone_tcp/cyclone_tcp" --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/common" --include_path="C:/ti/ccs930/ccs/tools/compiler/ti-cgt-arm_18.12.4.LTS" --include_path="C:/Users/ab/workspace_v10/FreeRTOS/portable/CCS/c28x" --include_path="C:/Users/ab/workspace_v10/TI Modbus/FreeRTOSv10.3.1" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source/ti/net/bsd" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source/ti/posix/ccs" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source/third_party/CMSIS/Include" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00_Software/driverlib/f2838x/driverlib" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00_Software/device_support/f2838x/headers/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00_Software/device_support/f2838x/common/include" --include_path="C:/ti/ndk_f2838x_3_61_01_01/source" --include_path="C:/ti/ndk_f2838x_3_61_01_01/source/ti/ndk" --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/cyclone_tcp" --include_path="C:/Users/ab/workspace_v10/FreeRTOS/include" --include_path="C:/Users/ab/workspace_v10/led_ex1_blinky" --include_path="C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-c2000_18.12.4.LTS/include" --define=DEBUG --define=CPU1 --diag_suppress=10063 --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="date_time.d_raw" "../date_time.c"
Finished building: "../date_time.c"
Building file: "../dhcp_common.c"
Invoking: C2000 Compiler
"C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-c2000_18.12.4.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla2 --float_support=fpu32 --idiv_support=idiv0 --tmu_support=tmu0 -Ooff --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/third_party/ti/devices/msp432e4" --include_path="C:/ti/C2000Ware_3_03_00_00_Software/device_support/f2838x/common/include" --include_path="C:/ti/C2000Ware_3_03_00_00_Software/device_support/f2838x/headers/include" --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/cyclone_tcp/cyclone_tcp" --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/common" --include_path="C:/ti/ccs930/ccs/tools/compiler/ti-cgt-arm_18.12.4.LTS" --include_path="C:/Users/ab/workspace_v10/FreeRTOS/portable/CCS/c28x" --include_path="C:/Users/ab/workspace_v10/TI Modbus/FreeRTOSv10.3.1" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source/ti/net/bsd" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source/ti/posix/ccs" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source/third_party/CMSIS/Include" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00_Software/driverlib/f2838x/driverlib" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00_Software/device_support/f2838x/headers/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00_Software/device_support/f2838x/common/include" --include_path="C:/ti/ndk_f2838x_3_61_01_01/source" --include_path="C:/ti/ndk_f2838x_3_61_01_01/source/ti/ndk" --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/cyclone_tcp" --include_path="C:/Users/ab/workspace_v10/FreeRTOS/include" --include_path="C:/Users/ab/workspace_v10/led_ex1_blinky" --include_path="C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-c2000_18.12.4.LTS/include" --define=DEBUG --define=CPU1 --diag_suppress=10063 --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="dhcp_common.d_raw" "../dhcp_common.c"
Finished building: "../dhcp_common.c"
Building file: "../dns_cache.c"
Invoking: C2000 Compiler
"C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-c2000_18.12.4.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla2 --float_support=fpu32 --idiv_support=idiv0 --tmu_support=tmu0 -Ooff --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/third_party/ti/devices/msp432e4" --include_path="C:/ti/C2000Ware_3_03_00_00_Software/device_support/f2838x/common/include" --include_path="C:/ti/C2000Ware_3_03_00_00_Software/device_support/f2838x/headers/include" --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/cyclone_tcp/cyclone_tcp" --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/common" --include_path="C:/ti/ccs930/ccs/tools/compiler/ti-cgt-arm_18.12.4.LTS" --include_path="C:/Users/ab/workspace_v10/FreeRTOS/portable/CCS/c28x" --include_path="C:/Users/ab/workspace_v10/TI Modbus/FreeRTOSv10.3.1" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source/ti/net/bsd" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source/ti/posix/ccs" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source/third_party/CMSIS/Include" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00_Software/driverlib/f2838x/driverlib" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00_Software/device_support/f2838x/headers/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00_Software/device_support/f2838x/common/include" --include_path="C:/ti/ndk_f2838x_3_61_01_01/source" --include_path="C:/ti/ndk_f2838x_3_61_01_01/source/ti/ndk" --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/cyclone_tcp" --include_path="C:/Users/ab/workspace_v10/FreeRTOS/include" --include_path="C:/Users/ab/workspace_v10/led_ex1_blinky" --include_path="C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-c2000_18.12.4.LTS/include" --define=DEBUG --define=CPU1 --diag_suppress=10063 --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="dns_cache.d_raw" "../dns_cache.c"
Finished building: "../dns_cache.c"
Building file: "../dns_client.c"
Invoking: C2000 Compiler
"C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-c2000_18.12.4.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla2 --float_support=fpu32 --idiv_support=idiv0 --tmu_support=tmu0 -Ooff --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/third_party/ti/devices/msp432e4" --include_path="C:/ti/C2000Ware_3_03_00_00_Software/device_support/f2838x/common/include" --include_path="C:/ti/C2000Ware_3_03_00_00_Software/device_support/f2838x/headers/include" --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/cyclone_tcp/cyclone_tcp" --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/common" --include_path="C:/ti/ccs930/ccs/tools/compiler/ti-cgt-arm_18.12.4.LTS" --include_path="C:/Users/ab/workspace_v10/FreeRTOS/portable/CCS/c28x" --include_path="C:/Users/ab/workspace_v10/TI Modbus/FreeRTOSv10.3.1" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source/ti/net/bsd" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source/ti/posix/ccs" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source/third_party/CMSIS/Include" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00_Software/driverlib/f2838x/driverlib" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00_Software/device_support/f2838x/headers/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00_Software/device_support/f2838x/common/include" --include_path="C:/ti/ndk_f2838x_3_61_01_01/source" --include_path="C:/ti/ndk_f2838x_3_61_01_01/source/ti/ndk" --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/cyclone_tcp" --include_path="C:/Users/ab/workspace_v10/FreeRTOS/include" --include_path="C:/Users/ab/workspace_v10/led_ex1_blinky" --include_path="C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-c2000_18.12.4.LTS/include" --define=DEBUG --define=CPU1 --diag_suppress=10063 --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="dns_client.d_raw" "../dns_client.c"
"../dns_client.c", line 239: warning #64-D: shift count is too large
"../dns_client.c", line 332: warning #183-D: argument is incompatible with corresponding format string conversion
"../dns_client.c", line 385: warning #183-D: argument is incompatible with corresponding format string conversion
Finished building: "../dns_client.c"
Building file: "../f2838x_codestartbranch.asm"
Invoking: C2000 Compiler
"C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-c2000_18.12.4.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla2 --float_support=fpu32 --idiv_support=idiv0 --tmu_support=tmu0 -Ooff --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/third_party/ti/devices/msp432e4" --include_path="C:/ti/C2000Ware_3_03_00_00_Software/device_support/f2838x/common/include" --include_path="C:/ti/C2000Ware_3_03_00_00_Software/device_support/f2838x/headers/include" --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/cyclone_tcp/cyclone_tcp" --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/common" --include_path="C:/ti/ccs930/ccs/tools/compiler/ti-cgt-arm_18.12.4.LTS" --include_path="C:/Users/ab/workspace_v10/FreeRTOS/portable/CCS/c28x" --include_path="C:/Users/ab/workspace_v10/TI Modbus/FreeRTOSv10.3.1" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source/ti/net/bsd" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source/ti/posix/ccs" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source/third_party/CMSIS/Include" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00_Software/driverlib/f2838x/driverlib" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00_Software/device_support/f2838x/headers/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00_Software/device_support/f2838x/common/include" --include_path="C:/ti/ndk_f2838x_3_61_01_01/source" --include_path="C:/ti/ndk_f2838x_3_61_01_01/source/ti/ndk" --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/cyclone_tcp" --include_path="C:/Users/ab/workspace_v10/FreeRTOS/include" --include_path="C:/Users/ab/workspace_v10/led_ex1_blinky" --include_path="C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-c2000_18.12.4.LTS/include" --define=DEBUG --define=CPU1 --diag_suppress=10063 --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="f2838x_codestartbranch.d_raw" "../f2838x_codestartbranch.asm"
Finished building: "../f2838x_codestartbranch.asm"
Building file: "../dns_common.c"
Invoking: C2000 Compiler
"C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-c2000_18.12.4.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla2 --float_support=fpu32 --idiv_support=idiv0 --tmu_support=tmu0 -Ooff --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/third_party/ti/devices/msp432e4" --include_path="C:/ti/C2000Ware_3_03_00_00_Software/device_support/f2838x/common/include" --include_path="C:/ti/C2000Ware_3_03_00_00_Software/device_support/f2838x/headers/include" --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/cyclone_tcp/cyclone_tcp" --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/common" --include_path="C:/ti/ccs930/ccs/tools/compiler/ti-cgt-arm_18.12.4.LTS" --include_path="C:/Users/ab/workspace_v10/FreeRTOS/portable/CCS/c28x" --include_path="C:/Users/ab/workspace_v10/TI Modbus/FreeRTOSv10.3.1" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source/ti/net/bsd" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source/ti/posix/ccs" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source/third_party/CMSIS/Include" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00_Software/driverlib/f2838x/driverlib" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00_Software/device_support/f2838x/headers/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00_Software/device_support/f2838x/common/include" --include_path="C:/ti/ndk_f2838x_3_61_01_01/source" --include_path="C:/ti/ndk_f2838x_3_61_01_01/source/ti/ndk" --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/cyclone_tcp" --include_path="C:/Users/ab/workspace_v10/FreeRTOS/include" --include_path="C:/Users/ab/workspace_v10/led_ex1_blinky" --include_path="C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-c2000_18.12.4.LTS/include" --define=DEBUG --define=CPU1 --diag_suppress=10063 --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="dns_common.d_raw" "../dns_common.c"
Finished building: "../dns_common.c"
Building file: "../dhcp_client.c"
Invoking: C2000 Compiler
"C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-c2000_18.12.4.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla2 --float_support=fpu32 --idiv_support=idiv0 --tmu_support=tmu0 -Ooff --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/third_party/ti/devices/msp432e4" --include_path="C:/ti/C2000Ware_3_03_00_00_Software/device_support/f2838x/common/include" --include_path="C:/ti/C2000Ware_3_03_00_00_Software/device_support/f2838x/headers/include" --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/cyclone_tcp/cyclone_tcp" --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/common" --include_path="C:/ti/ccs930/ccs/tools/compiler/ti-cgt-arm_18.12.4.LTS" --include_path="C:/Users/ab/workspace_v10/FreeRTOS/portable/CCS/c28x" --include_path="C:/Users/ab/workspace_v10/TI Modbus/FreeRTOSv10.3.1" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source/ti/net/bsd" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source/ti/posix/ccs" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source/third_party/CMSIS/Include" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00_Software/driverlib/f2838x/driverlib" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00_Software/device_support/f2838x/headers/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00_Software/device_support/f2838x/common/include" --include_path="C:/ti/ndk_f2838x_3_61_01_01/source" --include_path="C:/ti/ndk_f2838x_3_61_01_01/source/ti/ndk" --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/cyclone_tcp" --include_path="C:/Users/ab/workspace_v10/FreeRTOS/include" --include_path="C:/Users/ab/workspace_v10/led_ex1_blinky" --include_path="C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-c2000_18.12.4.LTS/include" --define=DEBUG --define=CPU1 --diag_suppress=10063 --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="dhcp_client.d_raw" "../dhcp_client.c"
"../dhcp_client.c", line 195: warning #64-D: shift count is too large
"../dhcp_client.c", line 199: warning #64-D: shift count is too large
"../dhcp_client.c", line 369: warning #64-D: shift count is too large
"../dhcp_client.c", line 373: warning #64-D: shift count is too large
"../dhcp_client.c", line 940: warning #64-D: shift count is too large
"../dhcp_client.c", line 944: warning #64-D: shift count is too large
"../dhcp_client.c", line 1005: warning #64-D: shift count is too large
"../dhcp_client.c", line 1050: warning #64-D: shift count is too large
"../dhcp_client.c", line 1127: warning #64-D: shift count is too large
"../dhcp_client.c", line 1195: warning #64-D: shift count is too large
"../dhcp_client.c", line 1259: warning #64-D: shift count is too large
"../dhcp_client.c", line 1279: warning #64-D: shift count is too large
"../dhcp_client.c", line 1409: warning #64-D: shift count is too large
"../dhcp_client.c", line 1468: warning #64-D: shift count is too large
"../dhcp_client.c", line 1720: warning #64-D: shift count is too large
"../dhcp_client.c", line 1724: warning #64-D: shift count is too large
"../dhcp_client.c", line 1920: warning #183-D: argument is incompatible with corresponding format string conversion
Finished building: "../dhcp_client.c"
Building file: "../f2838x_cputimers.c"
Invoking: C2000 Compiler
"C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-c2000_18.12.4.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla2 --float_support=fpu32 --idiv_support=idiv0 --tmu_support=tmu0 -Ooff --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/third_party/ti/devices/msp432e4" --include_path="C:/ti/C2000Ware_3_03_00_00_Software/device_support/f2838x/common/include" --include_path="C:/ti/C2000Ware_3_03_00_00_Software/device_support/f2838x/headers/include" --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/cyclone_tcp/cyclone_tcp" --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/common" --include_path="C:/ti/ccs930/ccs/tools/compiler/ti-cgt-arm_18.12.4.LTS" --include_path="C:/Users/ab/workspace_v10/FreeRTOS/portable/CCS/c28x" --include_path="C:/Users/ab/workspace_v10/TI Modbus/FreeRTOSv10.3.1" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source/ti/net/bsd" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source/ti/posix/ccs" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source/third_party/CMSIS/Include" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00_Software/driverlib/f2838x/driverlib" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00_Software/device_support/f2838x/headers/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00_Software/device_support/f2838x/common/include" --include_path="C:/ti/ndk_f2838x_3_61_01_01/source" --include_path="C:/ti/ndk_f2838x_3_61_01_01/source/ti/ndk" --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/cyclone_tcp" --include_path="C:/Users/ab/workspace_v10/FreeRTOS/include" --include_path="C:/Users/ab/workspace_v10/led_ex1_blinky" --include_path="C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-c2000_18.12.4.LTS/include" --define=DEBUG --define=CPU1 --diag_suppress=10063 --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="f2838x_cputimers.d_raw" "../f2838x_cputimers.c"
Finished building: "../f2838x_cputimers.c"
Building file: "../ethernet.c"
Invoking: C2000 Compiler
"C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-c2000_18.12.4.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla2 --float_support=fpu32 --idiv_support=idiv0 --tmu_support=tmu0 -Ooff --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/third_party/ti/devices/msp432e4" --include_path="C:/ti/C2000Ware_3_03_00_00_Software/device_support/f2838x/common/include" --include_path="C:/ti/C2000Ware_3_03_00_00_Software/device_support/f2838x/headers/include" --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/cyclone_tcp/cyclone_tcp" --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/common" --include_path="C:/ti/ccs930/ccs/tools/compiler/ti-cgt-arm_18.12.4.LTS" --include_path="C:/Users/ab/workspace_v10/FreeRTOS/portable/CCS/c28x" --include_path="C:/Users/ab/workspace_v10/TI Modbus/FreeRTOSv10.3.1" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source/ti/net/bsd" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source/ti/posix/ccs" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source/third_party/CMSIS/Include" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00_Software/driverlib/f2838x/driverlib" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00_Software/device_support/f2838x/headers/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00_Software/device_support/f2838x/common/include" --include_path="C:/ti/ndk_f2838x_3_61_01_01/source" --include_path="C:/ti/ndk_f2838x_3_61_01_01/source/ti/ndk" --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/cyclone_tcp" --include_path="C:/Users/ab/workspace_v10/FreeRTOS/include" --include_path="C:/Users/ab/workspace_v10/led_ex1_blinky" --include_path="C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-c2000_18.12.4.LTS/include" --define=DEBUG --define=CPU1 --diag_suppress=10063 --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="ethernet.d_raw" "../ethernet.c"
Finished building: "../ethernet.c"
Building file: "../f2838x_defaultisr.c"
Invoking: C2000 Compiler
"C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-c2000_18.12.4.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla2 --float_support=fpu32 --idiv_support=idiv0 --tmu_support=tmu0 -Ooff --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/third_party/ti/devices/msp432e4" --include_path="C:/ti/C2000Ware_3_03_00_00_Software/device_support/f2838x/common/include" --include_path="C:/ti/C2000Ware_3_03_00_00_Software/device_support/f2838x/headers/include" --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/cyclone_tcp/cyclone_tcp" --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/common" --include_path="C:/ti/ccs930/ccs/tools/compiler/ti-cgt-arm_18.12.4.LTS" --include_path="C:/Users/ab/workspace_v10/FreeRTOS/portable/CCS/c28x" --include_path="C:/Users/ab/workspace_v10/TI Modbus/FreeRTOSv10.3.1" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source/ti/net/bsd" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source/ti/posix/ccs" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source/third_party/CMSIS/Include" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00_Software/driverlib/f2838x/driverlib" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00_Software/device_support/f2838x/headers/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00_Software/device_support/f2838x/common/include" --include_path="C:/ti/ndk_f2838x_3_61_01_01/source" --include_path="C:/ti/ndk_f2838x_3_61_01_01/source/ti/ndk" --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/cyclone_tcp" --include_path="C:/Users/ab/workspace_v10/FreeRTOS/include" --include_path="C:/Users/ab/workspace_v10/led_ex1_blinky" --include_path="C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-c2000_18.12.4.LTS/include" --define=DEBUG --define=CPU1 --diag_suppress=10063 --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="f2838x_defaultisr.d_raw" "../f2838x_defaultisr.c"
Finished building: "../f2838x_defaultisr.c"
Building file: "../f2838x_piectrl.c"
Invoking: C2000 Compiler
"C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-c2000_18.12.4.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla2 --float_support=fpu32 --idiv_support=idiv0 --tmu_support=tmu0 -Ooff --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/third_party/ti/devices/msp432e4" --include_path="C:/ti/C2000Ware_3_03_00_00_Software/device_support/f2838x/common/include" --include_path="C:/ti/C2000Ware_3_03_00_00_Software/device_support/f2838x/headers/include" --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/cyclone_tcp/cyclone_tcp" --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/common" --include_path="C:/ti/ccs930/ccs/tools/compiler/ti-cgt-arm_18.12.4.LTS" --include_path="C:/Users/ab/workspace_v10/FreeRTOS/portable/CCS/c28x" --include_path="C:/Users/ab/workspace_v10/TI Modbus/FreeRTOSv10.3.1" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source/ti/net/bsd" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source/ti/posix/ccs" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source/third_party/CMSIS/Include" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00_Software/driverlib/f2838x/driverlib" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00_Software/device_support/f2838x/headers/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00_Software/device_support/f2838x/common/include" --include_path="C:/ti/ndk_f2838x_3_61_01_01/source" --include_path="C:/ti/ndk_f2838x_3_61_01_01/source/ti/ndk" --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/cyclone_tcp" --include_path="C:/Users/ab/workspace_v10/FreeRTOS/include" --include_path="C:/Users/ab/workspace_v10/led_ex1_blinky" --include_path="C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-c2000_18.12.4.LTS/include" --define=DEBUG --define=CPU1 --diag_suppress=10063 --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="f2838x_piectrl.d_raw" "../f2838x_piectrl.c"
Finished building: "../f2838x_piectrl.c"
Building file: "../f2838x_pievect.c"
Invoking: C2000 Compiler
"C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-c2000_18.12.4.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla2 --float_support=fpu32 --idiv_support=idiv0 --tmu_support=tmu0 -Ooff --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/third_party/ti/devices/msp432e4" --include_path="C:/ti/C2000Ware_3_03_00_00_Software/device_support/f2838x/common/include" --include_path="C:/ti/C2000Ware_3_03_00_00_Software/device_support/f2838x/headers/include" --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/cyclone_tcp/cyclone_tcp" --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/common" --include_path="C:/ti/ccs930/ccs/tools/compiler/ti-cgt-arm_18.12.4.LTS" --include_path="C:/Users/ab/workspace_v10/FreeRTOS/portable/CCS/c28x" --include_path="C:/Users/ab/workspace_v10/TI Modbus/FreeRTOSv10.3.1" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source/ti/net/bsd" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source/ti/posix/ccs" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source/third_party/CMSIS/Include" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00_Software/driverlib/f2838x/driverlib" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00_Software/device_support/f2838x/headers/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00_Software/device_support/f2838x/common/include" --include_path="C:/ti/ndk_f2838x_3_61_01_01/source" --include_path="C:/ti/ndk_f2838x_3_61_01_01/source/ti/ndk" --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/cyclone_tcp" --include_path="C:/Users/ab/workspace_v10/FreeRTOS/include" --include_path="C:/Users/ab/workspace_v10/led_ex1_blinky" --include_path="C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-c2000_18.12.4.LTS/include" --define=DEBUG --define=CPU1 --diag_suppress=10063 --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="f2838x_pievect.d_raw" "../f2838x_pievect.c"
Finished building: "../f2838x_pievect.c"
Building file: "../f2838x_gpio.c"
Invoking: C2000 Compiler
"C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-c2000_18.12.4.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla2 --float_support=fpu32 --idiv_support=idiv0 --tmu_support=tmu0 -Ooff --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/third_party/ti/devices/msp432e4" --include_path="C:/ti/C2000Ware_3_03_00_00_Software/device_support/f2838x/common/include" --include_path="C:/ti/C2000Ware_3_03_00_00_Software/device_support/f2838x/headers/include" --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/cyclone_tcp/cyclone_tcp" --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/common" --include_path="C:/ti/ccs930/ccs/tools/compiler/ti-cgt-arm_18.12.4.LTS" --include_path="C:/Users/ab/workspace_v10/FreeRTOS/portable/CCS/c28x" --include_path="C:/Users/ab/workspace_v10/TI Modbus/FreeRTOSv10.3.1" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source/ti/net/bsd" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source/ti/posix/ccs" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source/third_party/CMSIS/Include" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00_Software/driverlib/f2838x/driverlib" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00_Software/device_support/f2838x/headers/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00_Software/device_support/f2838x/common/include" --include_path="C:/ti/ndk_f2838x_3_61_01_01/source" --include_path="C:/ti/ndk_f2838x_3_61_01_01/source/ti/ndk" --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/cyclone_tcp" --include_path="C:/Users/ab/workspace_v10/FreeRTOS/include" --include_path="C:/Users/ab/workspace_v10/led_ex1_blinky" --include_path="C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-c2000_18.12.4.LTS/include" --define=DEBUG --define=CPU1 --diag_suppress=10063 --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="f2838x_gpio.d_raw" "../f2838x_gpio.c"
Finished building: "../f2838x_gpio.c"
Building file: "../f2838x_usdelay.asm"
Invoking: C2000 Compiler
"C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-c2000_18.12.4.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla2 --float_support=fpu32 --idiv_support=idiv0 --tmu_support=tmu0 -Ooff --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/third_party/ti/devices/msp432e4" --include_path="C:/ti/C2000Ware_3_03_00_00_Software/device_support/f2838x/common/include" --include_path="C:/ti/C2000Ware_3_03_00_00_Software/device_support/f2838x/headers/include" --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/cyclone_tcp/cyclone_tcp" --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/common" --include_path="C:/ti/ccs930/ccs/tools/compiler/ti-cgt-arm_18.12.4.LTS" --include_path="C:/Users/ab/workspace_v10/FreeRTOS/portable/CCS/c28x" --include_path="C:/Users/ab/workspace_v10/TI Modbus/FreeRTOSv10.3.1" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source/ti/net/bsd" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source/ti/posix/ccs" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source/third_party/CMSIS/Include" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00_Software/driverlib/f2838x/driverlib" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00_Software/device_support/f2838x/headers/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00_Software/device_support/f2838x/common/include" --include_path="C:/ti/ndk_f2838x_3_61_01_01/source" --include_path="C:/ti/ndk_f2838x_3_61_01_01/source/ti/ndk" --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/cyclone_tcp" --include_path="C:/Users/ab/workspace_v10/FreeRTOS/include" --include_path="C:/Users/ab/workspace_v10/led_ex1_blinky" --include_path="C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-c2000_18.12.4.LTS/include" --define=DEBUG --define=CPU1 --diag_suppress=10063 --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="f2838x_usdelay.d_raw" "../f2838x_usdelay.asm"
Finished building: "../f2838x_usdelay.asm"
Building file: "../f2838x_sysctrl.c"
Invoking: C2000 Compiler
"C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-c2000_18.12.4.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla2 --float_support=fpu32 --idiv_support=idiv0 --tmu_support=tmu0 -Ooff --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/third_party/ti/devices/msp432e4" --include_path="C:/ti/C2000Ware_3_03_00_00_Software/device_support/f2838x/common/include" --include_path="C:/ti/C2000Ware_3_03_00_00_Software/device_support/f2838x/headers/include" --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/cyclone_tcp/cyclone_tcp" --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/common" --include_path="C:/ti/ccs930/ccs/tools/compiler/ti-cgt-arm_18.12.4.LTS" --include_path="C:/Users/ab/workspace_v10/FreeRTOS/portable/CCS/c28x" --include_path="C:/Users/ab/workspace_v10/TI Modbus/FreeRTOSv10.3.1" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source/ti/net/bsd" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source/ti/posix/ccs" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source/third_party/CMSIS/Include" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00_Software/driverlib/f2838x/driverlib" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00_Software/device_support/f2838x/headers/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00_Software/device_support/f2838x/common/include" --include_path="C:/ti/ndk_f2838x_3_61_01_01/source" --include_path="C:/ti/ndk_f2838x_3_61_01_01/source/ti/ndk" --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/cyclone_tcp" --include_path="C:/Users/ab/workspace_v10/FreeRTOS/include" --include_path="C:/Users/ab/workspace_v10/led_ex1_blinky" --include_path="C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-c2000_18.12.4.LTS/include" --define=DEBUG --define=CPU1 --diag_suppress=10063 --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="f2838x_sysctrl.d_raw" "../f2838x_sysctrl.c"
"../f2838x_sysctrl.c", line 303 (col. 35): advice #2614-D: (Performance) Use --fp_mode=relaxed to enable TMU hardware support for FP division.
Finished building: "../f2838x_sysctrl.c"
Building file: "../icmp.c"
Invoking: C2000 Compiler
"C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-c2000_18.12.4.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla2 --float_support=fpu32 --idiv_support=idiv0 --tmu_support=tmu0 -Ooff --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/third_party/ti/devices/msp432e4" --include_path="C:/ti/C2000Ware_3_03_00_00_Software/device_support/f2838x/common/include" --include_path="C:/ti/C2000Ware_3_03_00_00_Software/device_support/f2838x/headers/include" --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/cyclone_tcp/cyclone_tcp" --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/common" --include_path="C:/ti/ccs930/ccs/tools/compiler/ti-cgt-arm_18.12.4.LTS" --include_path="C:/Users/ab/workspace_v10/FreeRTOS/portable/CCS/c28x" --include_path="C:/Users/ab/workspace_v10/TI Modbus/FreeRTOSv10.3.1" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source/ti/net/bsd" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source/ti/posix/ccs" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source/third_party/CMSIS/Include" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00_Software/driverlib/f2838x/driverlib" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00_Software/device_support/f2838x/headers/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00_Software/device_support/f2838x/common/include" --include_path="C:/ti/ndk_f2838x_3_61_01_01/source" --include_path="C:/ti/ndk_f2838x_3_61_01_01/source/ti/ndk" --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/cyclone_tcp" --include_path="C:/Users/ab/workspace_v10/FreeRTOS/include" --include_path="C:/Users/ab/workspace_v10/led_ex1_blinky" --include_path="C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-c2000_18.12.4.LTS/include" --define=DEBUG --define=CPU1 --diag_suppress=10063 --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="icmp.d_raw" "../icmp.c"
"../icmp.c", line 256: warning #64-D: shift count is too large
"../icmp.c", line 256: warning #64-D: shift count is too large
Finished building: "../icmp.c"
Building file: "../httpcli.c"
Invoking: C2000 Compiler
"C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-c2000_18.12.4.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla2 --float_support=fpu32 --idiv_support=idiv0 --tmu_support=tmu0 -Ooff --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/third_party/ti/devices/msp432e4" --include_path="C:/ti/C2000Ware_3_03_00_00_Software/device_support/f2838x/common/include" --include_path="C:/ti/C2000Ware_3_03_00_00_Software/device_support/f2838x/headers/include" --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/cyclone_tcp/cyclone_tcp" --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/common" --include_path="C:/ti/ccs930/ccs/tools/compiler/ti-cgt-arm_18.12.4.LTS" --include_path="C:/Users/ab/workspace_v10/FreeRTOS/portable/CCS/c28x" --include_path="C:/Users/ab/workspace_v10/TI Modbus/FreeRTOSv10.3.1" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source/ti/net/bsd" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source/ti/posix/ccs" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source/third_party/CMSIS/Include" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00_Software/driverlib/f2838x/driverlib" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00_Software/device_support/f2838x/headers/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00_Software/device_support/f2838x/common/include" --include_path="C:/ti/ndk_f2838x_3_61_01_01/source" --include_path="C:/ti/ndk_f2838x_3_61_01_01/source/ti/ndk" --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/cyclone_tcp" --include_path="C:/Users/ab/workspace_v10/FreeRTOS/include" --include_path="C:/Users/ab/workspace_v10/led_ex1_blinky" --include_path="C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-c2000_18.12.4.LTS/include" --define=DEBUG --define=CPU1 --diag_suppress=10063 --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="httpcli.d_raw" "../httpcli.c"
Finished building: "../httpcli.c"
Building file: "../f2838x_globalvariabledefs.c"
Invoking: C2000 Compiler
"C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-c2000_18.12.4.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla2 --float_support=fpu32 --idiv_support=idiv0 --tmu_support=tmu0 -Ooff --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/third_party/ti/devices/msp432e4" --include_path="C:/ti/C2000Ware_3_03_00_00_Software/device_support/f2838x/common/include" --include_path="C:/ti/C2000Ware_3_03_00_00_Software/device_support/f2838x/headers/include" --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/cyclone_tcp/cyclone_tcp" --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/common" --include_path="C:/ti/ccs930/ccs/tools/compiler/ti-cgt-arm_18.12.4.LTS" --include_path="C:/Users/ab/workspace_v10/FreeRTOS/portable/CCS/c28x" --include_path="C:/Users/ab/workspace_v10/TI Modbus/FreeRTOSv10.3.1" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source/ti/net/bsd" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source/ti/posix/ccs" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source/third_party/CMSIS/Include" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00_Software/driverlib/f2838x/driverlib" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00_Software/device_support/f2838x/headers/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00_Software/device_support/f2838x/common/include" --include_path="C:/ti/ndk_f2838x_3_61_01_01/source" --include_path="C:/ti/ndk_f2838x_3_61_01_01/source/ti/ndk" --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/cyclone_tcp" --include_path="C:/Users/ab/workspace_v10/FreeRTOS/include" --include_path="C:/Users/ab/workspace_v10/led_ex1_blinky" --include_path="C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-c2000_18.12.4.LTS/include" --define=DEBUG --define=CPU1 --diag_suppress=10063 --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="f2838x_globalvariabledefs.d_raw" "../f2838x_globalvariabledefs.c"
Finished building: "../f2838x_globalvariabledefs.c"
Building file: "../icmpv6.c"
Invoking: C2000 Compiler
"C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-c2000_18.12.4.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla2 --float_support=fpu32 --idiv_support=idiv0 --tmu_support=tmu0 -Ooff --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/third_party/ti/devices/msp432e4" --include_path="C:/ti/C2000Ware_3_03_00_00_Software/device_support/f2838x/common/include" --include_path="C:/ti/C2000Ware_3_03_00_00_Software/device_support/f2838x/headers/include" --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/cyclone_tcp/cyclone_tcp" --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/common" --include_path="C:/ti/ccs930/ccs/tools/compiler/ti-cgt-arm_18.12.4.LTS" --include_path="C:/Users/ab/workspace_v10/FreeRTOS/portable/CCS/c28x" --include_path="C:/Users/ab/workspace_v10/TI Modbus/FreeRTOSv10.3.1" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source/ti/net/bsd" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source/ti/posix/ccs" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source/third_party/CMSIS/Include" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00_Software/driverlib/f2838x/driverlib" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00_Software/device_support/f2838x/headers/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00_Software/device_support/f2838x/common/include" --include_path="C:/ti/ndk_f2838x_3_61_01_01/source" --include_path="C:/ti/ndk_f2838x_3_61_01_01/source/ti/ndk" --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/cyclone_tcp" --include_path="C:/Users/ab/workspace_v10/FreeRTOS/include" --include_path="C:/Users/ab/workspace_v10/led_ex1_blinky" --include_path="C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-c2000_18.12.4.LTS/include" --define=DEBUG --define=CPU1 --diag_suppress=10063 --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="icmpv6.d_raw" "../icmpv6.c"
Finished building: "../icmpv6.c"
Building file: "../igmp.c"
Invoking: C2000 Compiler
"C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-c2000_18.12.4.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla2 --float_support=fpu32 --idiv_support=idiv0 --tmu_support=tmu0 -Ooff --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/third_party/ti/devices/msp432e4" --include_path="C:/ti/C2000Ware_3_03_00_00_Software/device_support/f2838x/common/include" --include_path="C:/ti/C2000Ware_3_03_00_00_Software/device_support/f2838x/headers/include" --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/cyclone_tcp/cyclone_tcp" --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/common" --include_path="C:/ti/ccs930/ccs/tools/compiler/ti-cgt-arm_18.12.4.LTS" --include_path="C:/Users/ab/workspace_v10/FreeRTOS/portable/CCS/c28x" --include_path="C:/Users/ab/workspace_v10/TI Modbus/FreeRTOSv10.3.1" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source/ti/net/bsd" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source/ti/posix/ccs" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source/third_party/CMSIS/Include" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00_Software/driverlib/f2838x/driverlib" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00_Software/device_support/f2838x/headers/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00_Software/device_support/f2838x/common/include" --include_path="C:/ti/ndk_f2838x_3_61_01_01/source" --include_path="C:/ti/ndk_f2838x_3_61_01_01/source/ti/ndk" --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/cyclone_tcp" --include_path="C:/Users/ab/workspace_v10/FreeRTOS/include" --include_path="C:/Users/ab/workspace_v10/led_ex1_blinky" --include_path="C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-c2000_18.12.4.LTS/include" --define=DEBUG --define=CPU1 --diag_suppress=10063 --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="igmp.d_raw" "../igmp.c"
"../igmp.c", line 86: warning #64-D: shift count is too large
"../igmp.c", line 234: warning #64-D: shift count is too large
"../igmp.c", line 388: warning #64-D: shift count is too large
"../igmp.c", line 393: warning #64-D: shift count is too large
"../igmp.c", line 483: warning #64-D: shift count is too large
"../igmp.c", line 483: warning #64-D: shift count is too large
"../igmp.c", line 488: warning #64-D: shift count is too large
"../igmp.c", line 552: warning #64-D: shift count is too large
"../igmp.c", line 552: warning #64-D: shift count is too large
"../igmp.c", line 557: warning #64-D: shift count is too large
"../igmp.c", line 585: warning #64-D: shift count is too large
Finished building: "../igmp.c"
Building file: "../ip.c"
Invoking: C2000 Compiler
"C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-c2000_18.12.4.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla2 --float_support=fpu32 --idiv_support=idiv0 --tmu_support=tmu0 -Ooff --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/third_party/ti/devices/msp432e4" --include_path="C:/ti/C2000Ware_3_03_00_00_Software/device_support/f2838x/common/include" --include_path="C:/ti/C2000Ware_3_03_00_00_Software/device_support/f2838x/headers/include" --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/cyclone_tcp/cyclone_tcp" --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/common" --include_path="C:/ti/ccs930/ccs/tools/compiler/ti-cgt-arm_18.12.4.LTS" --include_path="C:/Users/ab/workspace_v10/FreeRTOS/portable/CCS/c28x" --include_path="C:/Users/ab/workspace_v10/TI Modbus/FreeRTOSv10.3.1" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source/ti/net/bsd" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source/ti/posix/ccs" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source/third_party/CMSIS/Include" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00_Software/driverlib/f2838x/driverlib" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00_Software/device_support/f2838x/headers/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00_Software/device_support/f2838x/common/include" --include_path="C:/ti/ndk_f2838x_3_61_01_01/source" --include_path="C:/ti/ndk_f2838x_3_61_01_01/source/ti/ndk" --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/cyclone_tcp" --include_path="C:/Users/ab/workspace_v10/FreeRTOS/include" --include_path="C:/Users/ab/workspace_v10/led_ex1_blinky" --include_path="C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-c2000_18.12.4.LTS/include" --define=DEBUG --define=CPU1 --diag_suppress=10063 --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="ip.d_raw" "../ip.c"
"../ip.c", line 215: warning #64-D: shift count is too large
"../ip.c", line 364: warning #770-D: conversion from pointer to smaller integer
"../ip.c", line 383: warning #770-D: conversion from pointer to smaller integer
"../ip.c", line 452: warning #770-D: conversion from pointer to smaller integer
Finished building: "../ip.c"
Building file: "../ipv4_frag.c"
Invoking: C2000 Compiler
"C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-c2000_18.12.4.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla2 --float_support=fpu32 --idiv_support=idiv0 --tmu_support=tmu0 -Ooff --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/third_party/ti/devices/msp432e4" --include_path="C:/ti/C2000Ware_3_03_00_00_Software/device_support/f2838x/common/include" --include_path="C:/ti/C2000Ware_3_03_00_00_Software/device_support/f2838x/headers/include" --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/cyclone_tcp/cyclone_tcp" --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/common" --include_path="C:/ti/ccs930/ccs/tools/compiler/ti-cgt-arm_18.12.4.LTS" --include_path="C:/Users/ab/workspace_v10/FreeRTOS/portable/CCS/c28x" --include_path="C:/Users/ab/workspace_v10/TI Modbus/FreeRTOSv10.3.1" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source/ti/net/bsd" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source/ti/posix/ccs" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source/third_party/CMSIS/Include" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00_Software/driverlib/f2838x/driverlib" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00_Software/device_support/f2838x/headers/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00_Software/device_support/f2838x/common/include" --include_path="C:/ti/ndk_f2838x_3_61_01_01/source" --include_path="C:/ti/ndk_f2838x_3_61_01_01/source/ti/ndk" --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/cyclone_tcp" --include_path="C:/Users/ab/workspace_v10/FreeRTOS/include" --include_path="C:/Users/ab/workspace_v10/led_ex1_blinky" --include_path="C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-c2000_18.12.4.LTS/include" --define=DEBUG --define=CPU1 --diag_suppress=10063 --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="ipv4_frag.d_raw" "../ipv4_frag.c"
Finished building: "../ipv4_frag.c"
Building file: "../ipv6_frag.c"
Invoking: C2000 Compiler
"C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-c2000_18.12.4.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla2 --float_support=fpu32 --idiv_support=idiv0 --tmu_support=tmu0 -Ooff --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/third_party/ti/devices/msp432e4" --include_path="C:/ti/C2000Ware_3_03_00_00_Software/device_support/f2838x/common/include" --include_path="C:/ti/C2000Ware_3_03_00_00_Software/device_support/f2838x/headers/include" --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/cyclone_tcp/cyclone_tcp" --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/common" --include_path="C:/ti/ccs930/ccs/tools/compiler/ti-cgt-arm_18.12.4.LTS" --include_path="C:/Users/ab/workspace_v10/FreeRTOS/portable/CCS/c28x" --include_path="C:/Users/ab/workspace_v10/TI Modbus/FreeRTOSv10.3.1" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source/ti/net/bsd" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source/ti/posix/ccs" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source/third_party/CMSIS/Include" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00_Software/driverlib/f2838x/driverlib" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00_Software/device_support/f2838x/headers/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00_Software/device_support/f2838x/common/include" --include_path="C:/ti/ndk_f2838x_3_61_01_01/source" --include_path="C:/ti/ndk_f2838x_3_61_01_01/source/ti/ndk" --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/cyclone_tcp" --include_path="C:/Users/ab/workspace_v10/FreeRTOS/include" --include_path="C:/Users/ab/workspace_v10/led_ex1_blinky" --include_path="C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-c2000_18.12.4.LTS/include" --define=DEBUG --define=CPU1 --diag_suppress=10063 --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="ipv6_frag.d_raw" "../ipv6_frag.c"
Finished building: "../ipv6_frag.c"
Building file: "../ipv4.c"
Invoking: C2000 Compiler
"C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-c2000_18.12.4.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla2 --float_support=fpu32 --idiv_support=idiv0 --tmu_support=tmu0 -Ooff --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/third_party/ti/devices/msp432e4" --include_path="C:/ti/C2000Ware_3_03_00_00_Software/device_support/f2838x/common/include" --include_path="C:/ti/C2000Ware_3_03_00_00_Software/device_support/f2838x/headers/include" --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/cyclone_tcp/cyclone_tcp" --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/common" --include_path="C:/ti/ccs930/ccs/tools/compiler/ti-cgt-arm_18.12.4.LTS" --include_path="C:/Users/ab/workspace_v10/FreeRTOS/portable/CCS/c28x" --include_path="C:/Users/ab/workspace_v10/TI Modbus/FreeRTOSv10.3.1" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source/ti/net/bsd" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source/ti/posix/ccs" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source/third_party/CMSIS/Include" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00_Software/driverlib/f2838x/driverlib" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00_Software/device_support/f2838x/headers/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00_Software/device_support/f2838x/common/include" --include_path="C:/ti/ndk_f2838x_3_61_01_01/source" --include_path="C:/ti/ndk_f2838x_3_61_01_01/source/ti/ndk" --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/cyclone_tcp" --include_path="C:/Users/ab/workspace_v10/FreeRTOS/include" --include_path="C:/Users/ab/workspace_v10/led_ex1_blinky" --include_path="C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-c2000_18.12.4.LTS/include" --define=DEBUG --define=CPU1 --diag_suppress=10063 --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="ipv4.d_raw" "../ipv4.c"
"../ipv4.c", line 120: warning #64-D: shift count is too large
"../ipv4.c", line 120: warning #64-D: shift count is too large
"../ipv4.c", line 132: warning #64-D: shift count is too large
"../ipv4.c", line 181: warning #64-D: shift count is too large
"../ipv4.c", line 256: warning #64-D: shift count is too large
"../ipv4.c", line 256: warning #64-D: shift count is too large
"../ipv4.c", line 315: warning #64-D: shift count is too large
"../ipv4.c", line 315: warning #64-D: shift count is too large
"../ipv4.c", line 348: warning #64-D: shift count is too large
"../ipv4.c", line 887: warning #64-D: shift count is too large
"../ipv4.c", line 893: warning #64-D: shift count is too large
"../ipv4.c", line 896: warning #64-D: shift count is too large
"../ipv4.c", line 926: warning #64-D: shift count is too large
"../ipv4.c", line 926: warning #64-D: shift count is too large
"../ipv4.c", line 932: warning #64-D: shift count is too large
"../ipv4.c", line 932: warning #64-D: shift count is too large
"../ipv4.c", line 933: warning #64-D: shift count is too large
"../ipv4.c", line 933: warning #64-D: shift count is too large
"../ipv4.c", line 949: warning #64-D: shift count is too large
"../ipv4.c", line 1042: warning #64-D: shift count is too large
"../ipv4.c", line 1042: warning #64-D: shift count is too large
"../ipv4.c", line 1078: warning #64-D: shift count is too large
"../ipv4.c", line 1078: warning #64-D: shift count is too large
"../ipv4.c", line 1278: warning #64-D: shift count is too large
"../ipv4.c", line 1285: warning #64-D: shift count is too large
"../ipv4.c", line 1288: warning #64-D: shift count is too large
"../ipv4.c", line 1309: warning #64-D: shift count is too large
"../ipv4.c", line 1316: warning #64-D: shift count is too large
"../ipv4.c", line 1316: warning #64-D: shift count is too large
"../ipv4.c", line 1319: warning #64-D: shift count is too large
"../ipv4.c", line 1319: warning #64-D: shift count is too large
"../ipv4.c", line 1336: warning #64-D: shift count is too large
"../ipv4.c", line 1336: warning #64-D: shift count is too large
"../ipv4.c", line 1343: warning #64-D: shift count is too large
"../ipv4.c", line 1343: warning #64-D: shift count is too large
"../ipv4.c", line 1407: warning #64-D: shift count is too large
"../ipv4.c", line 1407: warning #64-D: shift count is too large
"../ipv4.c", line 1512: warning #64-D: shift count is too large
"../ipv4.c", line 1512: warning #64-D: shift count is too large
"../ipv4.c", line 1555: warning #64-D: shift count is too large
"../ipv4.c", line 1581: warning #64-D: shift count is too large
"../ipv4.c", line 1581: warning #64-D: shift count is too large
"../ipv4.c", line 1621: warning #64-D: shift count is too large
"../ipv4.c", line 1621: warning #64-D: shift count is too large
"../ipv4.c", line 1656: warning #64-D: shift count is too large
"../ipv4.c", line 1656: warning #64-D: shift count is too large
Finished building: "../ipv4.c"
Building file: "../ipv6.c"
Invoking: C2000 Compiler
"C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-c2000_18.12.4.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla2 --float_support=fpu32 --idiv_support=idiv0 --tmu_support=tmu0 -Ooff --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/third_party/ti/devices/msp432e4" --include_path="C:/ti/C2000Ware_3_03_00_00_Software/device_support/f2838x/common/include" --include_path="C:/ti/C2000Ware_3_03_00_00_Software/device_support/f2838x/headers/include" --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/cyclone_tcp/cyclone_tcp" --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/common" --include_path="C:/ti/ccs930/ccs/tools/compiler/ti-cgt-arm_18.12.4.LTS" --include_path="C:/Users/ab/workspace_v10/FreeRTOS/portable/CCS/c28x" --include_path="C:/Users/ab/workspace_v10/TI Modbus/FreeRTOSv10.3.1" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source/ti/net/bsd" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source/ti/posix/ccs" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source/third_party/CMSIS/Include" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00_Software/driverlib/f2838x/driverlib" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00_Software/device_support/f2838x/headers/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00_Software/device_support/f2838x/common/include" --include_path="C:/ti/ndk_f2838x_3_61_01_01/source" --include_path="C:/ti/ndk_f2838x_3_61_01_01/source/ti/ndk" --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/cyclone_tcp" --include_path="C:/Users/ab/workspace_v10/FreeRTOS/include" --include_path="C:/Users/ab/workspace_v10/led_ex1_blinky" --include_path="C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-c2000_18.12.4.LTS/include" --define=DEBUG --define=CPU1 --diag_suppress=10063 --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="ipv6.d_raw" "../ipv6.c"
Finished building: "../ipv6.c"
Building file: "../ipv6_pmtu.c"
Invoking: C2000 Compiler
"C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-c2000_18.12.4.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla2 --float_support=fpu32 --idiv_support=idiv0 --tmu_support=tmu0 -Ooff --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/third_party/ti/devices/msp432e4" --include_path="C:/ti/C2000Ware_3_03_00_00_Software/device_support/f2838x/common/include" --include_path="C:/ti/C2000Ware_3_03_00_00_Software/device_support/f2838x/headers/include" --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/cyclone_tcp/cyclone_tcp" --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/common" --include_path="C:/ti/ccs930/ccs/tools/compiler/ti-cgt-arm_18.12.4.LTS" --include_path="C:/Users/ab/workspace_v10/FreeRTOS/portable/CCS/c28x" --include_path="C:/Users/ab/workspace_v10/TI Modbus/FreeRTOSv10.3.1" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source/ti/net/bsd" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source/ti/posix/ccs" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source/third_party/CMSIS/Include" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00_Software/driverlib/f2838x/driverlib" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00_Software/device_support/f2838x/headers/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00_Software/device_support/f2838x/common/include" --include_path="C:/ti/ndk_f2838x_3_61_01_01/source" --include_path="C:/ti/ndk_f2838x_3_61_01_01/source/ti/ndk" --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/cyclone_tcp" --include_path="C:/Users/ab/workspace_v10/FreeRTOS/include" --include_path="C:/Users/ab/workspace_v10/led_ex1_blinky" --include_path="C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-c2000_18.12.4.LTS/include" --define=DEBUG --define=CPU1 --diag_suppress=10063 --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="ipv6_pmtu.d_raw" "../ipv6_pmtu.c"
Finished building: "../ipv6_pmtu.c"
Building file: "../ipv6_misc.c"
Invoking: C2000 Compiler
"C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-c2000_18.12.4.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla2 --float_support=fpu32 --idiv_support=idiv0 --tmu_support=tmu0 -Ooff --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/third_party/ti/devices/msp432e4" --include_path="C:/ti/C2000Ware_3_03_00_00_Software/device_support/f2838x/common/include" --include_path="C:/ti/C2000Ware_3_03_00_00_Software/device_support/f2838x/headers/include" --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/cyclone_tcp/cyclone_tcp" --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/common" --include_path="C:/ti/ccs930/ccs/tools/compiler/ti-cgt-arm_18.12.4.LTS" --include_path="C:/Users/ab/workspace_v10/FreeRTOS/portable/CCS/c28x" --include_path="C:/Users/ab/workspace_v10/TI Modbus/FreeRTOSv10.3.1" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source/ti/net/bsd" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source/ti/posix/ccs" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source/third_party/CMSIS/Include" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00_Software/driverlib/f2838x/driverlib" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00_Software/device_support/f2838x/headers/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00_Software/device_support/f2838x/common/include" --include_path="C:/ti/ndk_f2838x_3_61_01_01/source" --include_path="C:/ti/ndk_f2838x_3_61_01_01/source/ti/ndk" --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/cyclone_tcp" --include_path="C:/Users/ab/workspace_v10/FreeRTOS/include" --include_path="C:/Users/ab/workspace_v10/led_ex1_blinky" --include_path="C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-c2000_18.12.4.LTS/include" --define=DEBUG --define=CPU1 --diag_suppress=10063 --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="ipv6_misc.d_raw" "../ipv6_misc.c"
Finished building: "../ipv6_misc.c"
Building file: "../mdns_common.c"
Invoking: C2000 Compiler
"C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-c2000_18.12.4.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla2 --float_support=fpu32 --idiv_support=idiv0 --tmu_support=tmu0 -Ooff --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/third_party/ti/devices/msp432e4" --include_path="C:/ti/C2000Ware_3_03_00_00_Software/device_support/f2838x/common/include" --include_path="C:/ti/C2000Ware_3_03_00_00_Software/device_support/f2838x/headers/include" --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/cyclone_tcp/cyclone_tcp" --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/common" --include_path="C:/ti/ccs930/ccs/tools/compiler/ti-cgt-arm_18.12.4.LTS" --include_path="C:/Users/ab/workspace_v10/FreeRTOS/portable/CCS/c28x" --include_path="C:/Users/ab/workspace_v10/TI Modbus/FreeRTOSv10.3.1" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source/ti/net/bsd" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source/ti/posix/ccs" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source/third_party/CMSIS/Include" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00_Software/driverlib/f2838x/driverlib" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00_Software/device_support/f2838x/headers/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00_Software/device_support/f2838x/common/include" --include_path="C:/ti/ndk_f2838x_3_61_01_01/source" --include_path="C:/ti/ndk_f2838x_3_61_01_01/source/ti/ndk" --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/cyclone_tcp" --include_path="C:/Users/ab/workspace_v10/FreeRTOS/include" --include_path="C:/Users/ab/workspace_v10/led_ex1_blinky" --include_path="C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-c2000_18.12.4.LTS/include" --define=DEBUG --define=CPU1 --diag_suppress=10063 --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="mdns_common.d_raw" "../mdns_common.c"
Finished building: "../mdns_common.c"
Building file: "../led_ex1_blinky.c"
Invoking: C2000 Compiler
"C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-c2000_18.12.4.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla2 --float_support=fpu32 --idiv_support=idiv0 --tmu_support=tmu0 -Ooff --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/third_party/ti/devices/msp432e4" --include_path="C:/ti/C2000Ware_3_03_00_00_Software/device_support/f2838x/common/include" --include_path="C:/ti/C2000Ware_3_03_00_00_Software/device_support/f2838x/headers/include" --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/cyclone_tcp/cyclone_tcp" --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/common" --include_path="C:/ti/ccs930/ccs/tools/compiler/ti-cgt-arm_18.12.4.LTS" --include_path="C:/Users/ab/workspace_v10/FreeRTOS/portable/CCS/c28x" --include_path="C:/Users/ab/workspace_v10/TI Modbus/FreeRTOSv10.3.1" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source/ti/net/bsd" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source/ti/posix/ccs" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source/third_party/CMSIS/Include" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00_Software/driverlib/f2838x/driverlib" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00_Software/device_support/f2838x/headers/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00_Software/device_support/f2838x/common/include" --include_path="C:/ti/ndk_f2838x_3_61_01_01/source" --include_path="C:/ti/ndk_f2838x_3_61_01_01/source/ti/ndk" --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/cyclone_tcp" --include_path="C:/Users/ab/workspace_v10/FreeRTOS/include" --include_path="C:/Users/ab/workspace_v10/led_ex1_blinky" --include_path="C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-c2000_18.12.4.LTS/include" --define=DEBUG --define=CPU1 --diag_suppress=10063 --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="led_ex1_blinky.d_raw" "../led_ex1_blinky.c"
Finished building: "../led_ex1_blinky.c"
Building file: "../mld.c"
Invoking: C2000 Compiler
"C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-c2000_18.12.4.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla2 --float_support=fpu32 --idiv_support=idiv0 --tmu_support=tmu0 -Ooff --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/third_party/ti/devices/msp432e4" --include_path="C:/ti/C2000Ware_3_03_00_00_Software/device_support/f2838x/common/include" --include_path="C:/ti/C2000Ware_3_03_00_00_Software/device_support/f2838x/headers/include" --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/cyclone_tcp/cyclone_tcp" --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/common" --include_path="C:/ti/ccs930/ccs/tools/compiler/ti-cgt-arm_18.12.4.LTS" --include_path="C:/Users/ab/workspace_v10/FreeRTOS/portable/CCS/c28x" --include_path="C:/Users/ab/workspace_v10/TI Modbus/FreeRTOSv10.3.1" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source/ti/net/bsd" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source/ti/posix/ccs" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source/third_party/CMSIS/Include" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00_Software/driverlib/f2838x/driverlib" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00_Software/device_support/f2838x/headers/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00_Software/device_support/f2838x/common/include" --include_path="C:/ti/ndk_f2838x_3_61_01_01/source" --include_path="C:/ti/ndk_f2838x_3_61_01_01/source/ti/ndk" --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/cyclone_tcp" --include_path="C:/Users/ab/workspace_v10/FreeRTOS/include" --include_path="C:/Users/ab/workspace_v10/led_ex1_blinky" --include_path="C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-c2000_18.12.4.LTS/include" --define=DEBUG --define=CPU1 --diag_suppress=10063 --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="mld.d_raw" "../mld.c"
Finished building: "../mld.c"
Building file: "../modbus_client_misc.c"
Invoking: C2000 Compiler
"C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-c2000_18.12.4.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla2 --float_support=fpu32 --idiv_support=idiv0 --tmu_support=tmu0 -Ooff --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/third_party/ti/devices/msp432e4" --include_path="C:/ti/C2000Ware_3_03_00_00_Software/device_support/f2838x/common/include" --include_path="C:/ti/C2000Ware_3_03_00_00_Software/device_support/f2838x/headers/include" --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/cyclone_tcp/cyclone_tcp" --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/common" --include_path="C:/ti/ccs930/ccs/tools/compiler/ti-cgt-arm_18.12.4.LTS" --include_path="C:/Users/ab/workspace_v10/FreeRTOS/portable/CCS/c28x" --include_path="C:/Users/ab/workspace_v10/TI Modbus/FreeRTOSv10.3.1" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source/ti/net/bsd" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source/ti/posix/ccs" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source/third_party/CMSIS/Include" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00_Software/driverlib/f2838x/driverlib" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00_Software/device_support/f2838x/headers/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00_Software/device_support/f2838x/common/include" --include_path="C:/ti/ndk_f2838x_3_61_01_01/source" --include_path="C:/ti/ndk_f2838x_3_61_01_01/source/ti/ndk" --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/cyclone_tcp" --include_path="C:/Users/ab/workspace_v10/FreeRTOS/include" --include_path="C:/Users/ab/workspace_v10/led_ex1_blinky" --include_path="C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-c2000_18.12.4.LTS/include" --define=DEBUG --define=CPU1 --diag_suppress=10063 --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="modbus_client_misc.d_raw" "../modbus_client_misc.c"
"../modbus_client_misc.c", line 146: warning #183-D: argument is incompatible with corresponding format string conversion
Finished building: "../modbus_client_misc.c"
Building file: "../modbus_client.c"
Invoking: C2000 Compiler
"C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-c2000_18.12.4.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla2 --float_support=fpu32 --idiv_support=idiv0 --tmu_support=tmu0 -Ooff --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/third_party/ti/devices/msp432e4" --include_path="C:/ti/C2000Ware_3_03_00_00_Software/device_support/f2838x/common/include" --include_path="C:/ti/C2000Ware_3_03_00_00_Software/device_support/f2838x/headers/include" --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/cyclone_tcp/cyclone_tcp" --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/common" --include_path="C:/ti/ccs930/ccs/tools/compiler/ti-cgt-arm_18.12.4.LTS" --include_path="C:/Users/ab/workspace_v10/FreeRTOS/portable/CCS/c28x" --include_path="C:/Users/ab/workspace_v10/TI Modbus/FreeRTOSv10.3.1" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source/ti/net/bsd" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source/ti/posix/ccs" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source/third_party/CMSIS/Include" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00_Software/driverlib/f2838x/driverlib" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00_Software/device_support/f2838x/headers/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00_Software/device_support/f2838x/common/include" --include_path="C:/ti/ndk_f2838x_3_61_01_01/source" --include_path="C:/ti/ndk_f2838x_3_61_01_01/source/ti/ndk" --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/cyclone_tcp" --include_path="C:/Users/ab/workspace_v10/FreeRTOS/include" --include_path="C:/Users/ab/workspace_v10/led_ex1_blinky" --include_path="C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-c2000_18.12.4.LTS/include" --define=DEBUG --define=CPU1 --diag_suppress=10063 --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="modbus_client.d_raw" "../modbus_client.c"
Finished building: "../modbus_client.c"
Building file: "../modbus_client_pdu.c"
Invoking: C2000 Compiler
"C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-c2000_18.12.4.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla2 --float_support=fpu32 --idiv_support=idiv0 --tmu_support=tmu0 -Ooff --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/third_party/ti/devices/msp432e4" --include_path="C:/ti/C2000Ware_3_03_00_00_Software/device_support/f2838x/common/include" --include_path="C:/ti/C2000Ware_3_03_00_00_Software/device_support/f2838x/headers/include" --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/cyclone_tcp/cyclone_tcp" --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/common" --include_path="C:/ti/ccs930/ccs/tools/compiler/ti-cgt-arm_18.12.4.LTS" --include_path="C:/Users/ab/workspace_v10/FreeRTOS/portable/CCS/c28x" --include_path="C:/Users/ab/workspace_v10/TI Modbus/FreeRTOSv10.3.1" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source/ti/net/bsd" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source/ti/posix/ccs" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source/third_party/CMSIS/Include" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00_Software/driverlib/f2838x/driverlib" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00_Software/device_support/f2838x/headers/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00_Software/device_support/f2838x/common/include" --include_path="C:/ti/ndk_f2838x_3_61_01_01/source" --include_path="C:/ti/ndk_f2838x_3_61_01_01/source/ti/ndk" --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/cyclone_tcp" --include_path="C:/Users/ab/workspace_v10/FreeRTOS/include" --include_path="C:/Users/ab/workspace_v10/led_ex1_blinky" --include_path="C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-c2000_18.12.4.LTS/include" --define=DEBUG --define=CPU1 --diag_suppress=10063 --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="modbus_client_pdu.d_raw" "../modbus_client_pdu.c"
Finished building: "../modbus_client_pdu.c"
Building file: "../modbus_debug.c"
Invoking: C2000 Compiler
"C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-c2000_18.12.4.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla2 --float_support=fpu32 --idiv_support=idiv0 --tmu_support=tmu0 -Ooff --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/third_party/ti/devices/msp432e4" --include_path="C:/ti/C2000Ware_3_03_00_00_Software/device_support/f2838x/common/include" --include_path="C:/ti/C2000Ware_3_03_00_00_Software/device_support/f2838x/headers/include" --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/cyclone_tcp/cyclone_tcp" --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/common" --include_path="C:/ti/ccs930/ccs/tools/compiler/ti-cgt-arm_18.12.4.LTS" --include_path="C:/Users/ab/workspace_v10/FreeRTOS/portable/CCS/c28x" --include_path="C:/Users/ab/workspace_v10/TI Modbus/FreeRTOSv10.3.1" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source/ti/net/bsd" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source/ti/posix/ccs" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source/third_party/CMSIS/Include" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00_Software/driverlib/f2838x/driverlib" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00_Software/device_support/f2838x/headers/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00_Software/device_support/f2838x/common/include" --include_path="C:/ti/ndk_f2838x_3_61_01_01/source" --include_path="C:/ti/ndk_f2838x_3_61_01_01/source/ti/ndk" --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/cyclone_tcp" --include_path="C:/Users/ab/workspace_v10/FreeRTOS/include" --include_path="C:/Users/ab/workspace_v10/led_ex1_blinky" --include_path="C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-c2000_18.12.4.LTS/include" --define=DEBUG --define=CPU1 --diag_suppress=10063 --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="modbus_debug.d_raw" "../modbus_debug.c"
Finished building: "../modbus_debug.c"
Building file: "../modbus_server.c"
Invoking: C2000 Compiler
"C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-c2000_18.12.4.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla2 --float_support=fpu32 --idiv_support=idiv0 --tmu_support=tmu0 -Ooff --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/third_party/ti/devices/msp432e4" --include_path="C:/ti/C2000Ware_3_03_00_00_Software/device_support/f2838x/common/include" --include_path="C:/ti/C2000Ware_3_03_00_00_Software/device_support/f2838x/headers/include" --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/cyclone_tcp/cyclone_tcp" --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/common" --include_path="C:/ti/ccs930/ccs/tools/compiler/ti-cgt-arm_18.12.4.LTS" --include_path="C:/Users/ab/workspace_v10/FreeRTOS/portable/CCS/c28x" --include_path="C:/Users/ab/workspace_v10/TI Modbus/FreeRTOSv10.3.1" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source/ti/net/bsd" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source/ti/posix/ccs" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source/third_party/CMSIS/Include" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00_Software/driverlib/f2838x/driverlib" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00_Software/device_support/f2838x/headers/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00_Software/device_support/f2838x/common/include" --include_path="C:/ti/ndk_f2838x_3_61_01_01/source" --include_path="C:/ti/ndk_f2838x_3_61_01_01/source/ti/ndk" --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/cyclone_tcp" --include_path="C:/Users/ab/workspace_v10/FreeRTOS/include" --include_path="C:/Users/ab/workspace_v10/led_ex1_blinky" --include_path="C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-c2000_18.12.4.LTS/include" --define=DEBUG --define=CPU1 --diag_suppress=10063 --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="modbus_server.d_raw" "../modbus_server.c"
Finished building: "../modbus_server.c"
Building file: "../modbus_server_misc.c"
Invoking: C2000 Compiler
"C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-c2000_18.12.4.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla2 --float_support=fpu32 --idiv_support=idiv0 --tmu_support=tmu0 -Ooff --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/third_party/ti/devices/msp432e4" --include_path="C:/ti/C2000Ware_3_03_00_00_Software/device_support/f2838x/common/include" --include_path="C:/ti/C2000Ware_3_03_00_00_Software/device_support/f2838x/headers/include" --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/cyclone_tcp/cyclone_tcp" --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/common" --include_path="C:/ti/ccs930/ccs/tools/compiler/ti-cgt-arm_18.12.4.LTS" --include_path="C:/Users/ab/workspace_v10/FreeRTOS/portable/CCS/c28x" --include_path="C:/Users/ab/workspace_v10/TI Modbus/FreeRTOSv10.3.1" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source/ti/net/bsd" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source/ti/posix/ccs" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source/third_party/CMSIS/Include" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00_Software/driverlib/f2838x/driverlib" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00_Software/device_support/f2838x/headers/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00_Software/device_support/f2838x/common/include" --include_path="C:/ti/ndk_f2838x_3_61_01_01/source" --include_path="C:/ti/ndk_f2838x_3_61_01_01/source/ti/ndk" --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/cyclone_tcp" --include_path="C:/Users/ab/workspace_v10/FreeRTOS/include" --include_path="C:/Users/ab/workspace_v10/led_ex1_blinky" --include_path="C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-c2000_18.12.4.LTS/include" --define=DEBUG --define=CPU1 --diag_suppress=10063 --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="modbus_server_misc.d_raw" "../modbus_server_misc.c"
Finished building: "../modbus_server_misc.c"
Building file: "../nbns_client.c"
Invoking: C2000 Compiler
"C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-c2000_18.12.4.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla2 --float_support=fpu32 --idiv_support=idiv0 --tmu_support=tmu0 -Ooff --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/third_party/ti/devices/msp432e4" --include_path="C:/ti/C2000Ware_3_03_00_00_Software/device_support/f2838x/common/include" --include_path="C:/ti/C2000Ware_3_03_00_00_Software/device_support/f2838x/headers/include" --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/cyclone_tcp/cyclone_tcp" --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/common" --include_path="C:/ti/ccs930/ccs/tools/compiler/ti-cgt-arm_18.12.4.LTS" --include_path="C:/Users/ab/workspace_v10/FreeRTOS/portable/CCS/c28x" --include_path="C:/Users/ab/workspace_v10/TI Modbus/FreeRTOSv10.3.1" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source/ti/net/bsd" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source/ti/posix/ccs" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source/third_party/CMSIS/Include" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00_Software/driverlib/f2838x/driverlib" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00_Software/device_support/f2838x/headers/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00_Software/device_support/f2838x/common/include" --include_path="C:/ti/ndk_f2838x_3_61_01_01/source" --include_path="C:/ti/ndk_f2838x_3_61_01_01/source/ti/ndk" --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/cyclone_tcp" --include_path="C:/Users/ab/workspace_v10/FreeRTOS/include" --include_path="C:/Users/ab/workspace_v10/led_ex1_blinky" --include_path="C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-c2000_18.12.4.LTS/include" --define=DEBUG --define=CPU1 --diag_suppress=10063 --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="nbns_client.d_raw" "../nbns_client.c"
Finished building: "../nbns_client.c"
Building file: "../modbus_server_pdu.c"
Invoking: C2000 Compiler
"C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-c2000_18.12.4.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla2 --float_support=fpu32 --idiv_support=idiv0 --tmu_support=tmu0 -Ooff --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/third_party/ti/devices/msp432e4" --include_path="C:/ti/C2000Ware_3_03_00_00_Software/device_support/f2838x/common/include" --include_path="C:/ti/C2000Ware_3_03_00_00_Software/device_support/f2838x/headers/include" --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/cyclone_tcp/cyclone_tcp" --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/common" --include_path="C:/ti/ccs930/ccs/tools/compiler/ti-cgt-arm_18.12.4.LTS" --include_path="C:/Users/ab/workspace_v10/FreeRTOS/portable/CCS/c28x" --include_path="C:/Users/ab/workspace_v10/TI Modbus/FreeRTOSv10.3.1" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source/ti/net/bsd" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source/ti/posix/ccs" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source/third_party/CMSIS/Include" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00_Software/driverlib/f2838x/driverlib" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00_Software/device_support/f2838x/headers/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00_Software/device_support/f2838x/common/include" --include_path="C:/ti/ndk_f2838x_3_61_01_01/source" --include_path="C:/ti/ndk_f2838x_3_61_01_01/source/ti/ndk" --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/cyclone_tcp" --include_path="C:/Users/ab/workspace_v10/FreeRTOS/include" --include_path="C:/Users/ab/workspace_v10/led_ex1_blinky" --include_path="C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-c2000_18.12.4.LTS/include" --define=DEBUG --define=CPU1 --diag_suppress=10063 --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="modbus_server_pdu.d_raw" "../modbus_server_pdu.c"
"../modbus_server_pdu.c", line 65: warning #183-D: argument is incompatible with corresponding format string conversion
"../modbus_server_pdu.c", line 232: warning #183-D: argument is incompatible with corresponding format string conversion
"../modbus_server_pdu.c", line 320: warning #183-D: argument is incompatible with corresponding format string conversion
"../modbus_server_pdu.c", line 393: warning #183-D: argument is incompatible with corresponding format string conversion
"../modbus_server_pdu.c", line 466: warning #183-D: argument is incompatible with corresponding format string conversion
"../modbus_server_pdu.c", line 538: warning #183-D: argument is incompatible with corresponding format string conversion
"../modbus_server_pdu.c", line 595: warning #183-D: argument is incompatible with corresponding format string conversion
"../modbus_server_pdu.c", line 687: warning #183-D: argument is incompatible with corresponding format string conversion
"../modbus_server_pdu.c", line 779: warning #183-D: argument is incompatible with corresponding format string conversion
"../modbus_server_pdu.c", line 852: warning #183-D: argument is incompatible with corresponding format string conversion
"../modbus_server_pdu.c", line 964: warning #183-D: argument is incompatible with corresponding format string conversion
"../modbus_server_pdu.c", line 998: warning #183-D: argument is incompatible with corresponding format string conversion
Finished building: "../modbus_server_pdu.c"
Building file: "../nbns_common.c"
Invoking: C2000 Compiler
"C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-c2000_18.12.4.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla2 --float_support=fpu32 --idiv_support=idiv0 --tmu_support=tmu0 -Ooff --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/third_party/ti/devices/msp432e4" --include_path="C:/ti/C2000Ware_3_03_00_00_Software/device_support/f2838x/common/include" --include_path="C:/ti/C2000Ware_3_03_00_00_Software/device_support/f2838x/headers/include" --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/cyclone_tcp/cyclone_tcp" --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/common" --include_path="C:/ti/ccs930/ccs/tools/compiler/ti-cgt-arm_18.12.4.LTS" --include_path="C:/Users/ab/workspace_v10/FreeRTOS/portable/CCS/c28x" --include_path="C:/Users/ab/workspace_v10/TI Modbus/FreeRTOSv10.3.1" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source/ti/net/bsd" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source/ti/posix/ccs" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source/third_party/CMSIS/Include" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00_Software/driverlib/f2838x/driverlib" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00_Software/device_support/f2838x/headers/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00_Software/device_support/f2838x/common/include" --include_path="C:/ti/ndk_f2838x_3_61_01_01/source" --include_path="C:/ti/ndk_f2838x_3_61_01_01/source/ti/ndk" --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/cyclone_tcp" --include_path="C:/Users/ab/workspace_v10/FreeRTOS/include" --include_path="C:/Users/ab/workspace_v10/led_ex1_blinky" --include_path="C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-c2000_18.12.4.LTS/include" --define=DEBUG --define=CPU1 --diag_suppress=10063 --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="nbns_common.d_raw" "../nbns_common.c"
Finished building: "../nbns_common.c"
Building file: "../nbns_responder.c"
Invoking: C2000 Compiler
"C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-c2000_18.12.4.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla2 --float_support=fpu32 --idiv_support=idiv0 --tmu_support=tmu0 -Ooff --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/third_party/ti/devices/msp432e4" --include_path="C:/ti/C2000Ware_3_03_00_00_Software/device_support/f2838x/common/include" --include_path="C:/ti/C2000Ware_3_03_00_00_Software/device_support/f2838x/headers/include" --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/cyclone_tcp/cyclone_tcp" --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/common" --include_path="C:/ti/ccs930/ccs/tools/compiler/ti-cgt-arm_18.12.4.LTS" --include_path="C:/Users/ab/workspace_v10/FreeRTOS/portable/CCS/c28x" --include_path="C:/Users/ab/workspace_v10/TI Modbus/FreeRTOSv10.3.1" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source/ti/net/bsd" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source/ti/posix/ccs" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source/third_party/CMSIS/Include" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00_Software/driverlib/f2838x/driverlib" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00_Software/device_support/f2838x/headers/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00_Software/device_support/f2838x/common/include" --include_path="C:/ti/ndk_f2838x_3_61_01_01/source" --include_path="C:/ti/ndk_f2838x_3_61_01_01/source/ti/ndk" --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/cyclone_tcp" --include_path="C:/Users/ab/workspace_v10/FreeRTOS/include" --include_path="C:/Users/ab/workspace_v10/led_ex1_blinky" --include_path="C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-c2000_18.12.4.LTS/include" --define=DEBUG --define=CPU1 --diag_suppress=10063 --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="nbns_responder.d_raw" "../nbns_responder.c"
Finished building: "../nbns_responder.c"
Building file: "../ndp_router_adv.c"
Invoking: C2000 Compiler
"C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-c2000_18.12.4.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla2 --float_support=fpu32 --idiv_support=idiv0 --tmu_support=tmu0 -Ooff --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/third_party/ti/devices/msp432e4" --include_path="C:/ti/C2000Ware_3_03_00_00_Software/device_support/f2838x/common/include" --include_path="C:/ti/C2000Ware_3_03_00_00_Software/device_support/f2838x/headers/include" --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/cyclone_tcp/cyclone_tcp" --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/common" --include_path="C:/ti/ccs930/ccs/tools/compiler/ti-cgt-arm_18.12.4.LTS" --include_path="C:/Users/ab/workspace_v10/FreeRTOS/portable/CCS/c28x" --include_path="C:/Users/ab/workspace_v10/TI Modbus/FreeRTOSv10.3.1" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source/ti/net/bsd" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source/ti/posix/ccs" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source/third_party/CMSIS/Include" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00_Software/driverlib/f2838x/driverlib" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00_Software/device_support/f2838x/headers/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00_Software/device_support/f2838x/common/include" --include_path="C:/ti/ndk_f2838x_3_61_01_01/source" --include_path="C:/ti/ndk_f2838x_3_61_01_01/source/ti/ndk" --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/cyclone_tcp" --include_path="C:/Users/ab/workspace_v10/FreeRTOS/include" --include_path="C:/Users/ab/workspace_v10/led_ex1_blinky" --include_path="C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-c2000_18.12.4.LTS/include" --define=DEBUG --define=CPU1 --diag_suppress=10063 --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="ndp_router_adv.d_raw" "../ndp_router_adv.c"
Finished building: "../ndp_router_adv.c"
Building file: "../ndp_cache.c"
Invoking: C2000 Compiler
"C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-c2000_18.12.4.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla2 --float_support=fpu32 --idiv_support=idiv0 --tmu_support=tmu0 -Ooff --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/third_party/ti/devices/msp432e4" --include_path="C:/ti/C2000Ware_3_03_00_00_Software/device_support/f2838x/common/include" --include_path="C:/ti/C2000Ware_3_03_00_00_Software/device_support/f2838x/headers/include" --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/cyclone_tcp/cyclone_tcp" --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/common" --include_path="C:/ti/ccs930/ccs/tools/compiler/ti-cgt-arm_18.12.4.LTS" --include_path="C:/Users/ab/workspace_v10/FreeRTOS/portable/CCS/c28x" --include_path="C:/Users/ab/workspace_v10/TI Modbus/FreeRTOSv10.3.1" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source/ti/net/bsd" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source/ti/posix/ccs" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source/third_party/CMSIS/Include" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00_Software/driverlib/f2838x/driverlib" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00_Software/device_support/f2838x/headers/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00_Software/device_support/f2838x/common/include" --include_path="C:/ti/ndk_f2838x_3_61_01_01/source" --include_path="C:/ti/ndk_f2838x_3_61_01_01/source/ti/ndk" --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/cyclone_tcp" --include_path="C:/Users/ab/workspace_v10/FreeRTOS/include" --include_path="C:/Users/ab/workspace_v10/led_ex1_blinky" --include_path="C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-c2000_18.12.4.LTS/include" --define=DEBUG --define=CPU1 --diag_suppress=10063 --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="ndp_cache.d_raw" "../ndp_cache.c"
Finished building: "../ndp_cache.c"
Building file: "../ndp_misc.c"
Invoking: C2000 Compiler
"C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-c2000_18.12.4.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla2 --float_support=fpu32 --idiv_support=idiv0 --tmu_support=tmu0 -Ooff --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/third_party/ti/devices/msp432e4" --include_path="C:/ti/C2000Ware_3_03_00_00_Software/device_support/f2838x/common/include" --include_path="C:/ti/C2000Ware_3_03_00_00_Software/device_support/f2838x/headers/include" --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/cyclone_tcp/cyclone_tcp" --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/common" --include_path="C:/ti/ccs930/ccs/tools/compiler/ti-cgt-arm_18.12.4.LTS" --include_path="C:/Users/ab/workspace_v10/FreeRTOS/portable/CCS/c28x" --include_path="C:/Users/ab/workspace_v10/TI Modbus/FreeRTOSv10.3.1" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source/ti/net/bsd" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source/ti/posix/ccs" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source/third_party/CMSIS/Include" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00_Software/driverlib/f2838x/driverlib" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00_Software/device_support/f2838x/headers/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00_Software/device_support/f2838x/common/include" --include_path="C:/ti/ndk_f2838x_3_61_01_01/source" --include_path="C:/ti/ndk_f2838x_3_61_01_01/source/ti/ndk" --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/cyclone_tcp" --include_path="C:/Users/ab/workspace_v10/FreeRTOS/include" --include_path="C:/Users/ab/workspace_v10/led_ex1_blinky" --include_path="C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-c2000_18.12.4.LTS/include" --define=DEBUG --define=CPU1 --diag_suppress=10063 --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="ndp_misc.d_raw" "../ndp_misc.c"
Finished building: "../ndp_misc.c"
Building file: "../ndp.c"
Invoking: C2000 Compiler
"C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-c2000_18.12.4.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla2 --float_support=fpu32 --idiv_support=idiv0 --tmu_support=tmu0 -Ooff --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/third_party/ti/devices/msp432e4" --include_path="C:/ti/C2000Ware_3_03_00_00_Software/device_support/f2838x/common/include" --include_path="C:/ti/C2000Ware_3_03_00_00_Software/device_support/f2838x/headers/include" --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/cyclone_tcp/cyclone_tcp" --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/common" --include_path="C:/ti/ccs930/ccs/tools/compiler/ti-cgt-arm_18.12.4.LTS" --include_path="C:/Users/ab/workspace_v10/FreeRTOS/portable/CCS/c28x" --include_path="C:/Users/ab/workspace_v10/TI Modbus/FreeRTOSv10.3.1" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source/ti/net/bsd" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source/ti/posix/ccs" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source/third_party/CMSIS/Include" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00_Software/driverlib/f2838x/driverlib" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00_Software/device_support/f2838x/headers/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00_Software/device_support/f2838x/common/include" --include_path="C:/ti/ndk_f2838x_3_61_01_01/source" --include_path="C:/ti/ndk_f2838x_3_61_01_01/source/ti/ndk" --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/cyclone_tcp" --include_path="C:/Users/ab/workspace_v10/FreeRTOS/include" --include_path="C:/Users/ab/workspace_v10/led_ex1_blinky" --include_path="C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-c2000_18.12.4.LTS/include" --define=DEBUG --define=CPU1 --diag_suppress=10063 --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="ndp.d_raw" "../ndp.c"
Finished building: "../ndp.c"
Building file: "../net_mem.c"
Invoking: C2000 Compiler
"C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-c2000_18.12.4.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla2 --float_support=fpu32 --idiv_support=idiv0 --tmu_support=tmu0 -Ooff --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/third_party/ti/devices/msp432e4" --include_path="C:/ti/C2000Ware_3_03_00_00_Software/device_support/f2838x/common/include" --include_path="C:/ti/C2000Ware_3_03_00_00_Software/device_support/f2838x/headers/include" --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/cyclone_tcp/cyclone_tcp" --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/common" --include_path="C:/ti/ccs930/ccs/tools/compiler/ti-cgt-arm_18.12.4.LTS" --include_path="C:/Users/ab/workspace_v10/FreeRTOS/portable/CCS/c28x" --include_path="C:/Users/ab/workspace_v10/TI Modbus/FreeRTOSv10.3.1" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source/ti/net/bsd" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source/ti/posix/ccs" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source/third_party/CMSIS/Include" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00_Software/driverlib/f2838x/driverlib" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00_Software/device_support/f2838x/headers/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00_Software/device_support/f2838x/common/include" --include_path="C:/ti/ndk_f2838x_3_61_01_01/source" --include_path="C:/ti/ndk_f2838x_3_61_01_01/source/ti/ndk" --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/cyclone_tcp" --include_path="C:/Users/ab/workspace_v10/FreeRTOS/include" --include_path="C:/Users/ab/workspace_v10/led_ex1_blinky" --include_path="C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-c2000_18.12.4.LTS/include" --define=DEBUG --define=CPU1 --diag_suppress=10063 --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="net_mem.d_raw" "../net_mem.c"
Finished building: "../net_mem.c"
Building file: "../net.c"
Invoking: C2000 Compiler
"C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-c2000_18.12.4.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla2 --float_support=fpu32 --idiv_support=idiv0 --tmu_support=tmu0 -Ooff --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/third_party/ti/devices/msp432e4" --include_path="C:/ti/C2000Ware_3_03_00_00_Software/device_support/f2838x/common/include" --include_path="C:/ti/C2000Ware_3_03_00_00_Software/device_support/f2838x/headers/include" --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/cyclone_tcp/cyclone_tcp" --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/common" --include_path="C:/ti/ccs930/ccs/tools/compiler/ti-cgt-arm_18.12.4.LTS" --include_path="C:/Users/ab/workspace_v10/FreeRTOS/portable/CCS/c28x" --include_path="C:/Users/ab/workspace_v10/TI Modbus/FreeRTOSv10.3.1" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source/ti/net/bsd" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source/ti/posix/ccs" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source/third_party/CMSIS/Include" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00_Software/driverlib/f2838x/driverlib" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00_Software/device_support/f2838x/headers/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00_Software/device_support/f2838x/common/include" --include_path="C:/ti/ndk_f2838x_3_61_01_01/source" --include_path="C:/ti/ndk_f2838x_3_61_01_01/source/ti/ndk" --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/cyclone_tcp" --include_path="C:/Users/ab/workspace_v10/FreeRTOS/include" --include_path="C:/Users/ab/workspace_v10/led_ex1_blinky" --include_path="C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-c2000_18.12.4.LTS/include" --define=DEBUG --define=CPU1 --diag_suppress=10063 --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="net.d_raw" "../net.c"
"../net.c", line 970: warning #64-D: shift count is too large
Finished building: "../net.c"
Building file: "../nic.c"
Invoking: C2000 Compiler
"C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-c2000_18.12.4.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla2 --float_support=fpu32 --idiv_support=idiv0 --tmu_support=tmu0 -Ooff --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/third_party/ti/devices/msp432e4" --include_path="C:/ti/C2000Ware_3_03_00_00_Software/device_support/f2838x/common/include" --include_path="C:/ti/C2000Ware_3_03_00_00_Software/device_support/f2838x/headers/include" --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/cyclone_tcp/cyclone_tcp" --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/common" --include_path="C:/ti/ccs930/ccs/tools/compiler/ti-cgt-arm_18.12.4.LTS" --include_path="C:/Users/ab/workspace_v10/FreeRTOS/portable/CCS/c28x" --include_path="C:/Users/ab/workspace_v10/TI Modbus/FreeRTOSv10.3.1" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source/ti/net/bsd" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source/ti/posix/ccs" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source/third_party/CMSIS/Include" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00_Software/driverlib/f2838x/driverlib" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00_Software/device_support/f2838x/headers/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00_Software/device_support/f2838x/common/include" --include_path="C:/ti/ndk_f2838x_3_61_01_01/source" --include_path="C:/ti/ndk_f2838x_3_61_01_01/source/ti/ndk" --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/cyclone_tcp" --include_path="C:/Users/ab/workspace_v10/FreeRTOS/include" --include_path="C:/Users/ab/workspace_v10/led_ex1_blinky" --include_path="C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-c2000_18.12.4.LTS/include" --define=DEBUG --define=CPU1 --diag_suppress=10063 --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="nic.d_raw" "../nic.c"
Finished building: "../nic.c"
Building file: "../os_port_freertos.c"
Invoking: C2000 Compiler
"C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-c2000_18.12.4.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla2 --float_support=fpu32 --idiv_support=idiv0 --tmu_support=tmu0 -Ooff --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/third_party/ti/devices/msp432e4" --include_path="C:/ti/C2000Ware_3_03_00_00_Software/device_support/f2838x/common/include" --include_path="C:/ti/C2000Ware_3_03_00_00_Software/device_support/f2838x/headers/include" --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/cyclone_tcp/cyclone_tcp" --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/common" --include_path="C:/ti/ccs930/ccs/tools/compiler/ti-cgt-arm_18.12.4.LTS" --include_path="C:/Users/ab/workspace_v10/FreeRTOS/portable/CCS/c28x" --include_path="C:/Users/ab/workspace_v10/TI Modbus/FreeRTOSv10.3.1" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source/ti/net/bsd" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source/ti/posix/ccs" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source/third_party/CMSIS/Include" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00_Software/driverlib/f2838x/driverlib" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00_Software/device_support/f2838x/headers/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00_Software/device_support/f2838x/common/include" --include_path="C:/ti/ndk_f2838x_3_61_01_01/source" --include_path="C:/ti/ndk_f2838x_3_61_01_01/source/ti/ndk" --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/cyclone_tcp" --include_path="C:/Users/ab/workspace_v10/FreeRTOS/include" --include_path="C:/Users/ab/workspace_v10/led_ex1_blinky" --include_path="C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-c2000_18.12.4.LTS/include" --define=DEBUG --define=CPU1 --diag_suppress=10063 --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="os_port_freertos.d_raw" "../os_port_freertos.c"
"../os_port_freertos.c", line 76: warning #225-D: function "xTaskCreate" declared implicitly
"../os_port_freertos.c", line 162: warning #225-D: function "vSemaphoreCreateBinary" declared implicitly
"../os_port_freertos.c", line 261: warning #169-D: argument of type "uint16_t *" is incompatible with parameter of type "BaseType_t *const"
"../os_port_freertos.c", line 280: warning #225-D: function "xSemaphoreCreateCounting" declared implicitly
"../os_port_freertos.c", line 280: warning #515-D: a value of type "int" cannot be assigned to an entity of type "SemaphoreHandle_t"
"../os_port_freertos.c", line 357: warning #225-D: function "xSemaphoreCreateMutex" declared implicitly
"../os_port_freertos.c", line 357: warning #515-D: a value of type "int" cannot be assigned to an entity of type "SemaphoreHandle_t"
Finished building: "../os_port_freertos.c"
Building file: "../sleep_freertos.c"
Invoking: C2000 Compiler
"C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-c2000_18.12.4.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla2 --float_support=fpu32 --idiv_support=idiv0 --tmu_support=tmu0 -Ooff --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/third_party/ti/devices/msp432e4" --include_path="C:/ti/C2000Ware_3_03_00_00_Software/device_support/f2838x/common/include" --include_path="C:/ti/C2000Ware_3_03_00_00_Software/device_support/f2838x/headers/include" --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/cyclone_tcp/cyclone_tcp" --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/common" --include_path="C:/ti/ccs930/ccs/tools/compiler/ti-cgt-arm_18.12.4.LTS" --include_path="C:/Users/ab/workspace_v10/FreeRTOS/portable/CCS/c28x" --include_path="C:/Users/ab/workspace_v10/TI Modbus/FreeRTOSv10.3.1" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source/ti/net/bsd" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source/ti/posix/ccs" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source/third_party/CMSIS/Include" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00_Software/driverlib/f2838x/driverlib" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00_Software/device_support/f2838x/headers/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00_Software/device_support/f2838x/common/include" --include_path="C:/ti/ndk_f2838x_3_61_01_01/source" --include_path="C:/ti/ndk_f2838x_3_61_01_01/source/ti/ndk" --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/cyclone_tcp" --include_path="C:/Users/ab/workspace_v10/FreeRTOS/include" --include_path="C:/Users/ab/workspace_v10/led_ex1_blinky" --include_path="C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-c2000_18.12.4.LTS/include" --define=DEBUG --define=CPU1 --diag_suppress=10063 --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="sleep_freertos.d_raw" "../sleep_freertos.c"
Finished building: "../sleep_freertos.c"
Building file: "../str.c"
Invoking: C2000 Compiler
"C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-c2000_18.12.4.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla2 --float_support=fpu32 --idiv_support=idiv0 --tmu_support=tmu0 -Ooff --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/third_party/ti/devices/msp432e4" --include_path="C:/ti/C2000Ware_3_03_00_00_Software/device_support/f2838x/common/include" --include_path="C:/ti/C2000Ware_3_03_00_00_Software/device_support/f2838x/headers/include" --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/cyclone_tcp/cyclone_tcp" --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/common" --include_path="C:/ti/ccs930/ccs/tools/compiler/ti-cgt-arm_18.12.4.LTS" --include_path="C:/Users/ab/workspace_v10/FreeRTOS/portable/CCS/c28x" --include_path="C:/Users/ab/workspace_v10/TI Modbus/FreeRTOSv10.3.1" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source/ti/net/bsd" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source/ti/posix/ccs" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source/third_party/CMSIS/Include" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00_Software/driverlib/f2838x/driverlib" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00_Software/device_support/f2838x/headers/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00_Software/device_support/f2838x/common/include" --include_path="C:/ti/ndk_f2838x_3_61_01_01/source" --include_path="C:/ti/ndk_f2838x_3_61_01_01/source/ti/ndk" --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/cyclone_tcp" --include_path="C:/Users/ab/workspace_v10/FreeRTOS/include" --include_path="C:/Users/ab/workspace_v10/led_ex1_blinky" --include_path="C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-c2000_18.12.4.LTS/include" --define=DEBUG --define=CPU1 --diag_suppress=10063 --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="str.d_raw" "../str.c"
Finished building: "../str.c"
Building file: "../slaac.c"
Invoking: C2000 Compiler
"C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-c2000_18.12.4.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla2 --float_support=fpu32 --idiv_support=idiv0 --tmu_support=tmu0 -Ooff --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/third_party/ti/devices/msp432e4" --include_path="C:/ti/C2000Ware_3_03_00_00_Software/device_support/f2838x/common/include" --include_path="C:/ti/C2000Ware_3_03_00_00_Software/device_support/f2838x/headers/include" --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/cyclone_tcp/cyclone_tcp" --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/common" --include_path="C:/ti/ccs930/ccs/tools/compiler/ti-cgt-arm_18.12.4.LTS" --include_path="C:/Users/ab/workspace_v10/FreeRTOS/portable/CCS/c28x" --include_path="C:/Users/ab/workspace_v10/TI Modbus/FreeRTOSv10.3.1" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source/ti/net/bsd" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source/ti/posix/ccs" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source/third_party/CMSIS/Include" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00_Software/driverlib/f2838x/driverlib" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00_Software/device_support/f2838x/headers/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00_Software/device_support/f2838x/common/include" --include_path="C:/ti/ndk_f2838x_3_61_01_01/source" --include_path="C:/ti/ndk_f2838x_3_61_01_01/source/ti/ndk" --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/cyclone_tcp" --include_path="C:/Users/ab/workspace_v10/FreeRTOS/include" --include_path="C:/Users/ab/workspace_v10/led_ex1_blinky" --include_path="C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-c2000_18.12.4.LTS/include" --define=DEBUG --define=CPU1 --diag_suppress=10063 --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="slaac.d_raw" "../slaac.c"
"../slaac.c", line 478: warning #62-D: integer operation result is out of range
"../slaac.c", line 478: warning #69-D: integer conversion resulted in a change of sign
"../slaac.c", line 491: warning #62-D: integer operation result is out of range
"../slaac.c", line 491: warning #69-D: integer conversion resulted in a change of sign
"../slaac.c", line 500: warning #62-D: integer operation result is out of range
"../slaac.c", line 500: warning #69-D: integer conversion resulted in a change of sign
"../slaac.c", line 664: warning #183-D: argument is incompatible with corresponding format string conversion
Finished building: "../slaac.c"
Building file: "../socket.c"
Invoking: C2000 Compiler
"C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-c2000_18.12.4.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla2 --float_support=fpu32 --idiv_support=idiv0 --tmu_support=tmu0 -Ooff --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/third_party/ti/devices/msp432e4" --include_path="C:/ti/C2000Ware_3_03_00_00_Software/device_support/f2838x/common/include" --include_path="C:/ti/C2000Ware_3_03_00_00_Software/device_support/f2838x/headers/include" --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/cyclone_tcp/cyclone_tcp" --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/common" --include_path="C:/ti/ccs930/ccs/tools/compiler/ti-cgt-arm_18.12.4.LTS" --include_path="C:/Users/ab/workspace_v10/FreeRTOS/portable/CCS/c28x" --include_path="C:/Users/ab/workspace_v10/TI Modbus/FreeRTOSv10.3.1" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source/ti/net/bsd" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source/ti/posix/ccs" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source/third_party/CMSIS/Include" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00_Software/driverlib/f2838x/driverlib" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00_Software/device_support/f2838x/headers/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00_Software/device_support/f2838x/common/include" --include_path="C:/ti/ndk_f2838x_3_61_01_01/source" --include_path="C:/ti/ndk_f2838x_3_61_01_01/source/ti/ndk" --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/cyclone_tcp" --include_path="C:/Users/ab/workspace_v10/FreeRTOS/include" --include_path="C:/Users/ab/workspace_v10/led_ex1_blinky" --include_path="C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-c2000_18.12.4.LTS/include" --define=DEBUG --define=CPU1 --diag_suppress=10063 --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="socket.d_raw" "../socket.c"
Finished building: "../socket.c"
Building file: "../tcp.c"
Invoking: C2000 Compiler
"C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-c2000_18.12.4.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla2 --float_support=fpu32 --idiv_support=idiv0 --tmu_support=tmu0 -Ooff --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/third_party/ti/devices/msp432e4" --include_path="C:/ti/C2000Ware_3_03_00_00_Software/device_support/f2838x/common/include" --include_path="C:/ti/C2000Ware_3_03_00_00_Software/device_support/f2838x/headers/include" --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/cyclone_tcp/cyclone_tcp" --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/common" --include_path="C:/ti/ccs930/ccs/tools/compiler/ti-cgt-arm_18.12.4.LTS" --include_path="C:/Users/ab/workspace_v10/FreeRTOS/portable/CCS/c28x" --include_path="C:/Users/ab/workspace_v10/TI Modbus/FreeRTOSv10.3.1" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source/ti/net/bsd" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source/ti/posix/ccs" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source/third_party/CMSIS/Include" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00_Software/driverlib/f2838x/driverlib" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00_Software/device_support/f2838x/headers/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00_Software/device_support/f2838x/common/include" --include_path="C:/ti/ndk_f2838x_3_61_01_01/source" --include_path="C:/ti/ndk_f2838x_3_61_01_01/source/ti/ndk" --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/cyclone_tcp" --include_path="C:/Users/ab/workspace_v10/FreeRTOS/include" --include_path="C:/Users/ab/workspace_v10/led_ex1_blinky" --include_path="C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-c2000_18.12.4.LTS/include" --define=DEBUG --define=CPU1 --diag_suppress=10063 --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="tcp.d_raw" "../tcp.c"
Finished building: "../tcp.c"
Building file: "../tcp_fsm.c"
Invoking: C2000 Compiler
"C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-c2000_18.12.4.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla2 --float_support=fpu32 --idiv_support=idiv0 --tmu_support=tmu0 -Ooff --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/third_party/ti/devices/msp432e4" --include_path="C:/ti/C2000Ware_3_03_00_00_Software/device_support/f2838x/common/include" --include_path="C:/ti/C2000Ware_3_03_00_00_Software/device_support/f2838x/headers/include" --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/cyclone_tcp/cyclone_tcp" --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/common" --include_path="C:/ti/ccs930/ccs/tools/compiler/ti-cgt-arm_18.12.4.LTS" --include_path="C:/Users/ab/workspace_v10/FreeRTOS/portable/CCS/c28x" --include_path="C:/Users/ab/workspace_v10/TI Modbus/FreeRTOSv10.3.1" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source/ti/net/bsd" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source/ti/posix/ccs" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source/third_party/CMSIS/Include" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00_Software/driverlib/f2838x/driverlib" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00_Software/device_support/f2838x/headers/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00_Software/device_support/f2838x/common/include" --include_path="C:/ti/ndk_f2838x_3_61_01_01/source" --include_path="C:/ti/ndk_f2838x_3_61_01_01/source/ti/ndk" --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/cyclone_tcp" --include_path="C:/Users/ab/workspace_v10/FreeRTOS/include" --include_path="C:/Users/ab/workspace_v10/led_ex1_blinky" --include_path="C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-c2000_18.12.4.LTS/include" --define=DEBUG --define=CPU1 --diag_suppress=10063 --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="tcp_fsm.d_raw" "../tcp_fsm.c"
"../tcp_fsm.c", line 94: warning #64-D: shift count is too large
"../tcp_fsm.c", line 94: warning #64-D: shift count is too large
Finished building: "../tcp_fsm.c"
Building file: "../tcp_timer.c"
Invoking: C2000 Compiler
"C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-c2000_18.12.4.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla2 --float_support=fpu32 --idiv_support=idiv0 --tmu_support=tmu0 -Ooff --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/third_party/ti/devices/msp432e4" --include_path="C:/ti/C2000Ware_3_03_00_00_Software/device_support/f2838x/common/include" --include_path="C:/ti/C2000Ware_3_03_00_00_Software/device_support/f2838x/headers/include" --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/cyclone_tcp/cyclone_tcp" --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/common" --include_path="C:/ti/ccs930/ccs/tools/compiler/ti-cgt-arm_18.12.4.LTS" --include_path="C:/Users/ab/workspace_v10/FreeRTOS/portable/CCS/c28x" --include_path="C:/Users/ab/workspace_v10/TI Modbus/FreeRTOSv10.3.1" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source/ti/net/bsd" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source/ti/posix/ccs" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source/third_party/CMSIS/Include" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00_Software/driverlib/f2838x/driverlib" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00_Software/device_support/f2838x/headers/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00_Software/device_support/f2838x/common/include" --include_path="C:/ti/ndk_f2838x_3_61_01_01/source" --include_path="C:/ti/ndk_f2838x_3_61_01_01/source/ti/ndk" --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/cyclone_tcp" --include_path="C:/Users/ab/workspace_v10/FreeRTOS/include" --include_path="C:/Users/ab/workspace_v10/led_ex1_blinky" --include_path="C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-c2000_18.12.4.LTS/include" --define=DEBUG --define=CPU1 --diag_suppress=10063 --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="tcp_timer.d_raw" "../tcp_timer.c"
Finished building: "../tcp_timer.c"
Building file: "../FreeRTOS/list.c"
Invoking: C2000 Compiler
"C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-c2000_18.12.4.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla2 --float_support=fpu32 --idiv_support=idiv0 --tmu_support=tmu0 -Ooff --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/third_party/ti/devices/msp432e4" --include_path="C:/ti/C2000Ware_3_03_00_00_Software/device_support/f2838x/common/include" --include_path="C:/ti/C2000Ware_3_03_00_00_Software/device_support/f2838x/headers/include" --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/cyclone_tcp/cyclone_tcp" --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/common" --include_path="C:/ti/ccs930/ccs/tools/compiler/ti-cgt-arm_18.12.4.LTS" --include_path="C:/Users/ab/workspace_v10/FreeRTOS/portable/CCS/c28x" --include_path="C:/Users/ab/workspace_v10/TI Modbus/FreeRTOSv10.3.1" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source/ti/net/bsd" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source/ti/posix/ccs" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source/third_party/CMSIS/Include" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00_Software/driverlib/f2838x/driverlib" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00_Software/device_support/f2838x/headers/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00_Software/device_support/f2838x/common/include" --include_path="C:/ti/ndk_f2838x_3_61_01_01/source" --include_path="C:/ti/ndk_f2838x_3_61_01_01/source/ti/ndk" --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/cyclone_tcp" --include_path="C:/Users/ab/workspace_v10/FreeRTOS/include" --include_path="C:/Users/ab/workspace_v10/led_ex1_blinky" --include_path="C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-c2000_18.12.4.LTS/include" --define=DEBUG --define=CPU1 --diag_suppress=10063 --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="FreeRTOS/list.d_raw" --obj_directory="FreeRTOS" "../FreeRTOS/list.c"
Finished building: "../FreeRTOS/list.c"
Building file: "../udp.c"
Invoking: C2000 Compiler
"C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-c2000_18.12.4.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla2 --float_support=fpu32 --idiv_support=idiv0 --tmu_support=tmu0 -Ooff --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/third_party/ti/devices/msp432e4" --include_path="C:/ti/C2000Ware_3_03_00_00_Software/device_support/f2838x/common/include" --include_path="C:/ti/C2000Ware_3_03_00_00_Software/device_support/f2838x/headers/include" --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/cyclone_tcp/cyclone_tcp" --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/common" --include_path="C:/ti/ccs930/ccs/tools/compiler/ti-cgt-arm_18.12.4.LTS" --include_path="C:/Users/ab/workspace_v10/FreeRTOS/portable/CCS/c28x" --include_path="C:/Users/ab/workspace_v10/TI Modbus/FreeRTOSv10.3.1" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source/ti/net/bsd" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source/ti/posix/ccs" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source/third_party/CMSIS/Include" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00_Software/driverlib/f2838x/driverlib" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00_Software/device_support/f2838x/headers/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00_Software/device_support/f2838x/common/include" --include_path="C:/ti/ndk_f2838x_3_61_01_01/source" --include_path="C:/ti/ndk_f2838x_3_61_01_01/source/ti/ndk" --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/cyclone_tcp" --include_path="C:/Users/ab/workspace_v10/FreeRTOS/include" --include_path="C:/Users/ab/workspace_v10/led_ex1_blinky" --include_path="C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-c2000_18.12.4.LTS/include" --define=DEBUG --define=CPU1 --diag_suppress=10063 --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="udp.d_raw" "../udp.c"
"../udp.c", line 488: warning #64-D: shift count is too large
"../udp.c", line 491: warning #64-D: shift count is too large
Finished building: "../udp.c"
Building file: "../FreeRTOS/queue.c"
Invoking: C2000 Compiler
"C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-c2000_18.12.4.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla2 --float_support=fpu32 --idiv_support=idiv0 --tmu_support=tmu0 -Ooff --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/third_party/ti/devices/msp432e4" --include_path="C:/ti/C2000Ware_3_03_00_00_Software/device_support/f2838x/common/include" --include_path="C:/ti/C2000Ware_3_03_00_00_Software/device_support/f2838x/headers/include" --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/cyclone_tcp/cyclone_tcp" --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/common" --include_path="C:/ti/ccs930/ccs/tools/compiler/ti-cgt-arm_18.12.4.LTS" --include_path="C:/Users/ab/workspace_v10/FreeRTOS/portable/CCS/c28x" --include_path="C:/Users/ab/workspace_v10/TI Modbus/FreeRTOSv10.3.1" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source/ti/net/bsd" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source/ti/posix/ccs" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source/third_party/CMSIS/Include" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00_Software/driverlib/f2838x/driverlib" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00_Software/device_support/f2838x/headers/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00_Software/device_support/f2838x/common/include" --include_path="C:/ti/ndk_f2838x_3_61_01_01/source" --include_path="C:/ti/ndk_f2838x_3_61_01_01/source/ti/ndk" --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/cyclone_tcp" --include_path="C:/Users/ab/workspace_v10/FreeRTOS/include" --include_path="C:/Users/ab/workspace_v10/led_ex1_blinky" --include_path="C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-c2000_18.12.4.LTS/include" --define=DEBUG --define=CPU1 --diag_suppress=10063 --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="FreeRTOS/queue.d_raw" --obj_directory="FreeRTOS" "../FreeRTOS/queue.c"
Finished building: "../FreeRTOS/queue.c"
Building file: "../tcp_misc.c"
Invoking: C2000 Compiler
"C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-c2000_18.12.4.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla2 --float_support=fpu32 --idiv_support=idiv0 --tmu_support=tmu0 -Ooff --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/third_party/ti/devices/msp432e4" --include_path="C:/ti/C2000Ware_3_03_00_00_Software/device_support/f2838x/common/include" --include_path="C:/ti/C2000Ware_3_03_00_00_Software/device_support/f2838x/headers/include" --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/cyclone_tcp/cyclone_tcp" --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/common" --include_path="C:/ti/ccs930/ccs/tools/compiler/ti-cgt-arm_18.12.4.LTS" --include_path="C:/Users/ab/workspace_v10/FreeRTOS/portable/CCS/c28x" --include_path="C:/Users/ab/workspace_v10/TI Modbus/FreeRTOSv10.3.1" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source/ti/net/bsd" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source/ti/posix/ccs" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source/third_party/CMSIS/Include" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00_Software/driverlib/f2838x/driverlib" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00_Software/device_support/f2838x/headers/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00_Software/device_support/f2838x/common/include" --include_path="C:/ti/ndk_f2838x_3_61_01_01/source" --include_path="C:/ti/ndk_f2838x_3_61_01_01/source/ti/ndk" --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/cyclone_tcp" --include_path="C:/Users/ab/workspace_v10/FreeRTOS/include" --include_path="C:/Users/ab/workspace_v10/led_ex1_blinky" --include_path="C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-c2000_18.12.4.LTS/include" --define=DEBUG --define=CPU1 --diag_suppress=10063 --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="tcp_misc.d_raw" "../tcp_misc.c"
Finished building: "../tcp_misc.c"
Building file: "../FreeRTOS/port/port.c"
Invoking: C2000 Compiler
"C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-c2000_18.12.4.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla2 --float_support=fpu32 --idiv_support=idiv0 --tmu_support=tmu0 -Ooff --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/third_party/ti/devices/msp432e4" --include_path="C:/ti/C2000Ware_3_03_00_00_Software/device_support/f2838x/common/include" --include_path="C:/ti/C2000Ware_3_03_00_00_Software/device_support/f2838x/headers/include" --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/cyclone_tcp/cyclone_tcp" --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/common" --include_path="C:/ti/ccs930/ccs/tools/compiler/ti-cgt-arm_18.12.4.LTS" --include_path="C:/Users/ab/workspace_v10/FreeRTOS/portable/CCS/c28x" --include_path="C:/Users/ab/workspace_v10/TI Modbus/FreeRTOSv10.3.1" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source/ti/net/bsd" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source/ti/posix/ccs" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source/third_party/CMSIS/Include" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00_Software/driverlib/f2838x/driverlib" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00_Software/device_support/f2838x/headers/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00_Software/device_support/f2838x/common/include" --include_path="C:/ti/ndk_f2838x_3_61_01_01/source" --include_path="C:/ti/ndk_f2838x_3_61_01_01/source/ti/ndk" --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/cyclone_tcp" --include_path="C:/Users/ab/workspace_v10/FreeRTOS/include" --include_path="C:/Users/ab/workspace_v10/led_ex1_blinky" --include_path="C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-c2000_18.12.4.LTS/include" --define=DEBUG --define=CPU1 --diag_suppress=10063 --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="FreeRTOS/port/port.d_raw" --obj_directory="FreeRTOS/port" "../FreeRTOS/port/port.c"
Finished building: "../FreeRTOS/port/port.c"
Building file: "../FreeRTOS/port/portasm.asm"
Invoking: C2000 Compiler
"C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-c2000_18.12.4.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla2 --float_support=fpu32 --idiv_support=idiv0 --tmu_support=tmu0 -Ooff --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/third_party/ti/devices/msp432e4" --include_path="C:/ti/C2000Ware_3_03_00_00_Software/device_support/f2838x/common/include" --include_path="C:/ti/C2000Ware_3_03_00_00_Software/device_support/f2838x/headers/include" --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/cyclone_tcp/cyclone_tcp" --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/common" --include_path="C:/ti/ccs930/ccs/tools/compiler/ti-cgt-arm_18.12.4.LTS" --include_path="C:/Users/ab/workspace_v10/FreeRTOS/portable/CCS/c28x" --include_path="C:/Users/ab/workspace_v10/TI Modbus/FreeRTOSv10.3.1" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source/ti/net/bsd" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source/ti/posix/ccs" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source/third_party/CMSIS/Include" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00_Software/driverlib/f2838x/driverlib" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00_Software/device_support/f2838x/headers/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00_Software/device_support/f2838x/common/include" --include_path="C:/ti/ndk_f2838x_3_61_01_01/source" --include_path="C:/ti/ndk_f2838x_3_61_01_01/source/ti/ndk" --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/cyclone_tcp" --include_path="C:/Users/ab/workspace_v10/FreeRTOS/include" --include_path="C:/Users/ab/workspace_v10/led_ex1_blinky" --include_path="C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-c2000_18.12.4.LTS/include" --define=DEBUG --define=CPU1 --diag_suppress=10063 --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="FreeRTOS/port/portasm.d_raw" --obj_directory="FreeRTOS/port" "../FreeRTOS/port/portasm.asm"
Finished building: "../FreeRTOS/port/portasm.asm"
Building file: "../FreeRTOS/tasks.c"
Invoking: C2000 Compiler
"C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-c2000_18.12.4.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla2 --float_support=fpu32 --idiv_support=idiv0 --tmu_support=tmu0 -Ooff --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/third_party/ti/devices/msp432e4" --include_path="C:/ti/C2000Ware_3_03_00_00_Software/device_support/f2838x/common/include" --include_path="C:/ti/C2000Ware_3_03_00_00_Software/device_support/f2838x/headers/include" --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/cyclone_tcp/cyclone_tcp" --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/common" --include_path="C:/ti/ccs930/ccs/tools/compiler/ti-cgt-arm_18.12.4.LTS" --include_path="C:/Users/ab/workspace_v10/FreeRTOS/portable/CCS/c28x" --include_path="C:/Users/ab/workspace_v10/TI Modbus/FreeRTOSv10.3.1" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source/ti/net/bsd" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source/ti/posix/ccs" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source/third_party/CMSIS/Include" --include_path="C:/ti/simplelink_msp432e4_sdk_4_20_00_12/source" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00_Software/driverlib/f2838x/driverlib" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00_Software/device_support/f2838x/headers/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00_Software/device_support/f2838x/common/include" --include_path="C:/ti/ndk_f2838x_3_61_01_01/source" --include_path="C:/ti/ndk_f2838x_3_61_01_01/source/ti/ndk" --include_path="C:/Users/ab/workspace_v10/TI Modbus/CycloneTCP_SSL_Crypto_Open_1_8_6/cyclone_tcp" --include_path="C:/Users/ab/workspace_v10/FreeRTOS/include" --include_path="C:/Users/ab/workspace_v10/led_ex1_blinky" --include_path="C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-c2000_18.12.4.LTS/include" --define=DEBUG --define=CPU1 --diag_suppress=10063 --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="FreeRTOS/tasks.d_raw" --obj_directory="FreeRTOS" "../FreeRTOS/tasks.c"
Finished building: "../FreeRTOS/tasks.c"
Building target: "led_ex1_blinky.out"
Invoking: C2000 Linker
"C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-c2000_18.12.4.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla2 --float_support=fpu32 --idiv_support=idiv0 --tmu_support=tmu0 -Ooff --define=DEBUG --define=CPU1 --diag_suppress=10063 --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi -z -m"led_ex1_blinky.map" --stack_size=0x100 --warn_sections -i"C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-c2000_18.12.4.LTS/lib" -i"C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-c2000_18.12.4.LTS/include" --reread_libs --diag_wrap=off --display_error_number --xml_link_info="led_ex1_blinky_linkInfo.xml" --entry_point=code_start --rom_model -o "led_ex1_blinky.out" "./arp.obj" "./cloud_task.obj" "./cpu_endian.obj" "./date_time.obj" "./dhcp_client.obj" "./dhcp_common.obj" "./dns_cache.obj" "./dns_client.obj" "./dns_common.obj" "./ethernet.obj" "./f2838x_codestartbranch.obj" "./f2838x_cputimers.obj" "./f2838x_defaultisr.obj" "./f2838x_globalvariabledefs.obj" "./f2838x_gpio.obj" "./f2838x_piectrl.obj" "./f2838x_pievect.obj" "./f2838x_sysctrl.obj" "./f2838x_usdelay.obj" "./httpcli.obj" "./icmp.obj" "./icmpv6.obj" "./igmp.obj" "./ip.obj" "./ipv4.obj" "./ipv4_frag.obj" "./ipv6.obj" "./ipv6_frag.obj" "./ipv6_misc.obj" "./ipv6_pmtu.obj" "./led_ex1_blinky.obj" "./mdns_common.obj" "./mld.obj" "./modbus_client.obj" "./modbus_client_misc.obj" "./modbus_client_pdu.obj" "./modbus_debug.obj" "./modbus_server.obj" "./modbus_server_misc.obj" "./modbus_server_pdu.obj" "./nbns_client.obj" "./nbns_common.obj" "./nbns_responder.obj" "./ndp.obj" "./ndp_cache.obj" "./ndp_misc.obj" "./ndp_router_adv.obj" "./net.obj" "./net_mem.obj" "./nic.obj" "./os_port_freertos.obj" "./slaac.obj" "./sleep_freertos.obj" "./socket.obj" "./str.obj" "./tcp.obj" "./tcp_fsm.obj" "./tcp_misc.obj" "./tcp_timer.obj" "./udp.obj" "./FreeRTOS/list.obj" "./FreeRTOS/queue.obj" "./FreeRTOS/tasks.obj" "./FreeRTOS/port/port.obj" "./FreeRTOS/port/portasm.obj" "../2838x_RAM_lnk_cpu1.cmd" "../f2838x_headers_nonBIOS_cpu1.cmd" -llibc.a
<Linking>
warning #10210-D: creating ".sysmem" section with default size of 0x400; use the -heap option to change the default size
"../2838x_RAM_lnk_cpu1.cmd", line 74: error #10099-D: program will not fit into available memory. run placement with alignment/blocking fails for section ".bss" size 0x1470 page 0. Available memory ranges:
RAMLS5 size: 0x800 unused: 0x800 max hole: 0x800
"../2838x_RAM_lnk_cpu1.cmd", line 67: error #10099-D: program will not fit into available memory. placement with alignment/blocking fails for section ".text" size 0x51d4 page 0. Available memory ranges:
RAMD0 size: 0x800 unused: 0x0 max hole: 0x0
RAMD1 size: 0x800 unused: 0x0 max hole: 0x0
RAMLS0 size: 0x800 unused: 0x0 max hole: 0x0
RAMLS1 size: 0x800 unused: 0x0 max hole: 0x0
RAMLS2 size: 0x800 unused: 0x0 max hole: 0x0
RAMLS3 size: 0x800 unused: 0x0 max hole: 0x0
RAMLS4 size: 0x800 unused: 0x0 max hole: 0x0
undefined first referenced
symbol in file
--------- ----------------
pvPortMalloc ./os_port_freertos.obj
vPortFree ./os_port_freertos.obj
xTaskGetSchedulerState ./os_port_freertos.obj
error #10234-D: unresolved symbols remain
error #10010: errors encountered during linking; "led_ex1_blinky.out" not built
>> Compilation failure
makefile:210: recipe for target 'led_ex1_blinky.out' failed
gmake[1]: *** [led_ex1_blinky.out] Error 1
makefile:206: recipe for target 'all' failed
gmake: *** [all] Error 2
**** Build Finished ****
Hi John,
The linker command file is used during the link stage of the project build where the linker combines object files and allocates sections into the target system's configured memory. The linker command is used to allocate code sections into specific areas of memory.
Refer to the following link Linker Command File Primer . It covers the basics of linker command files, focusing on the MEMORY and SECTIONS directives.
The error which you are observing indicates that the code section (.text) is too large and will not fit into the specified sections. You can try using compiler optimization (-o2) option in the project properties to see if this resolves the issue. If not, then you will have to reduce the code size so that it fits into the available memory range.
Best Regards
Siddharth