This thread has been locked.

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

CCS/MSP-EXP430G2ET: CCS / MSP-EXP430G2ET / Launchpad_trx_demo / I can't make 'out file'

Part Number: MSP-EXP430G2ET
Other Parts Discussed in Thread: MSP430G2553, MSP430F5529, CC1101, CC1190

Tool/software: Code Composer Studio

Hi.

I have a problem when using MSP-EXP430G2ET Launchpad, and CCS v7 in Window OS.

I want to use the project that LaunchPad_trx_demo(swra493), but I can't build with 'lnk_MSP430g2553.cmd' file and 'MSP430G2553.ccxml'

The default target file is 'lnk_msp430f5529.cmd' and 'MSP430f5529.ccxml'. So I delete another .cmd file and .ccxml file because I'm using MSP-EXP430G2ET Launchpad.

And then, I build this project, but Error is accrued. The Error is like next. Build result is representing that "Finished", but It can't make the out file.


**** Clean-only build of configuration Debug for project LaunchPad_trx_demo ****

"C:\\ti\\ccsv7\\utils\\bin\\gmake" -k clean

DEL /F "LaunchPad_trx_demo.hex" "LaunchPad_trx_demo.out"
DEL /F "LaunchPad_trx_demo.obj" "LaunchPad_trx_main.obj" "hal_mcu\hal_f2_timerA0.obj" "hal_mcu\hal_f2_timerB0.obj" "hal_mcu\hal_f5_timerB0.obj" "hal_mcu\hal_mcu.obj" "radio_drv\cc1101_drv\cc1101_drv.obj" "radio_drv\cc1101_drv\cc1101_utils.obj" "radio_drv\cc112x_drv\cc112x_drv.obj" "radio_drv\cc112x_drv\cc112x_utils.obj" "radio_drv\cc1190_drv\cc1190_drv.obj" "radio_drv\hal_spi_rf.obj" "uart_drv\circ_buf.obj" "uart_drv\ee_printf.obj" "uart_drv\uart_drv.obj"
DEL /F "LaunchPad_trx_demo.d" "LaunchPad_trx_main.d" "hal_mcu\hal_f2_timerA0.d" "hal_mcu\hal_f2_timerB0.d" "hal_mcu\hal_f5_timerB0.d" "hal_mcu\hal_mcu.d" "radio_drv\cc1101_drv\cc1101_drv.d" "radio_drv\cc1101_drv\cc1101_utils.d" "radio_drv\cc112x_drv\cc112x_drv.d" "radio_drv\cc112x_drv\cc112x_utils.d" "radio_drv\cc1190_drv\cc1190_drv.d" "radio_drv\hal_spi_rf.d" "uart_drv\circ_buf.d" "uart_drv\ee_printf.d" "uart_drv\uart_drv.d"
C:\Users\WINE01\Desktop\802.15.4g\CCS WorkPlace\LaunchPad_trx_demo\Debug\LaunchPad_trx_demo.hex을(를) 찾을 수 없습니다.
'Finished clean'

**** Build Finished ****

**** Build of configuration Debug for project LaunchPad_trx_demo ****

"C:\\ti\\ccsv7\\utils\\bin\\gmake" -k all

'Building file: "../LaunchPad_trx_demo.c"'
'Invoking: MSP430 Compiler'
"C:/ti/ccsv7/tools/compiler/ti-cgt-msp430_16.9.6.LTS/bin/cl430" -vmspx --abi=eabi --data_model=restricted -O2 --opt_for_speed=0 --use_hw_mpy=F5 --include_path="C:/ti/ccsv7/ccs_base/msp430/include" --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-msp430_16.9.6.LTS/include" --include_path="C:/Users/WINE01/Desktop/802.15.4g/CCS WorkPlace/LaunchPad_trx_demo/hal_mcu" --include_path="C:/Users/WINE01/Desktop/802.15.4g/CCS WorkPlace/LaunchPad_trx_demo/radio_drv" --include_path="C:/Users/WINE01/Desktop/802.15.4g/CCS WorkPlace/LaunchPad_trx_demo/uart_drv" --include_path="C:/Users/WINE01/Desktop/802.15.4g/CCS WorkPlace/LaunchPad_trx_demo/radio_drv/cc1101_drv" --include_path="C:/Users/WINE01/Desktop/802.15.4g/CCS WorkPlace/LaunchPad_trx_demo/radio_drv/cc112x_drv" --include_path="C:/Users/WINE01/Desktop/802.15.4g/CCS WorkPlace/LaunchPad_trx_demo/radio_drv/cc1190_drv" --advice:power="all" -g --define=__MSP430F5529__ --display_error_number --diag_warning=225 --diag_wrap=off --silicon_errata=CPU21 --silicon_errata=CPU22 --silicon_errata=CPU23 --silicon_errata=CPU40 --printf_support=minimal --preproc_with_compile --preproc_dependency="LaunchPad_trx_demo.d_raw" "../LaunchPad_trx_demo.c"
"../LaunchPad_trx_demo.c", line 175: remark #1530-D: (ULP 5.1) Detected divide operation(s). Recommend moving them to RAM during run time or not using as these are processing/power intensive
"../LaunchPad_trx_demo.c", line 179: remark #1530-D: (ULP 5.1) Detected divide operation(s). Recommend moving them to RAM during run time or not using as these are processing/power intensive
"../LaunchPad_trx_demo.c", line 186: remark #1530-D: (ULP 5.1) Detected divide operation(s). Recommend moving them to RAM during run time or not using as these are processing/power intensive
"../LaunchPad_trx_demo.c", line 263: remark #1527-D: (ULP 2.1) Detected SW delay loop using __delay_cycles. Recommend using a timer module instead
"../LaunchPad_trx_demo.c", line 306: remark #1527-D: (ULP 2.1) Detected SW delay loop using __delay_cycles. Recommend using a timer module instead
"../LaunchPad_trx_demo.c", line 438: remark #1530-D: (ULP 5.1) Detected divide operation(s). Recommend moving them to RAM during run time or not using as these are processing/power intensive
"../LaunchPad_trx_demo.c", line 475: remark #1544-D: (ULP 13.1) Detected loop counting up. Recommend loops count down as detecting zeros is easier
"../LaunchPad_trx_demo.c", line 485: remark #2553-D: (ULP 14.1) Array index (involving "ii") of type "int". Recommend using "unsigned int"
"../LaunchPad_trx_demo.c", line 489: remark #1544-D: (ULP 13.1) Detected loop counting up. Recommend loops count down as detecting zeros is easier
"../LaunchPad_trx_demo.c", line 491: remark #2553-D: (ULP 14.1) Array index (involving "ii") of type "int". Recommend using "unsigned int"
"../LaunchPad_trx_demo.c", line 491: remark #2553-D: (ULP 14.1) Array index (involving "jj") of type "int". Recommend using "unsigned int"
"../LaunchPad_trx_demo.c", line 499: remark #1544-D: (ULP 13.1) Detected loop counting up. Recommend loops count down as detecting zeros is easier
"../LaunchPad_trx_demo.c", line 499: remark #1543-D: (ULP 12.2) Detected for loop with repetitive data transfer. Recommend using DMA
"../LaunchPad_trx_demo.c", line 501: remark #2553-D: (ULP 14.1) Array index (involving "ii") of type "int". Recommend using "unsigned int"
"../LaunchPad_trx_demo.c", line 465: remark #1535-D: (ULP 8.1) variable "rand_seed" is used as a constant. Recommend declaring variable as either 'static const' or 'const'
"../LaunchPad_trx_demo.c", line 556: remark #1544-D: (ULP 13.1) Detected loop counting up. Recommend loops count down as detecting zeros is easier
"../LaunchPad_trx_demo.c", line 574: remark #1540-D: (ULP 11.2) Assignment of higher bits (constants) to "PBOUT_H" within a loop. Recommend using lower 4 bits to allow use of constant generators
"../LaunchPad_trx_demo.c", line 582: remark #1540-D: (ULP 11.2) Assignment of higher bits (constants) to "PBOUT_H" within a loop. Recommend using lower 4 bits to allow use of constant generators
"../LaunchPad_trx_demo.c", line 569: remark #1544-D: (ULP 13.1) Detected loop counting up. Recommend loops count down as detecting zeros is easier
"../LaunchPad_trx_demo.c", line 569: remark #1543-D: (ULP 12.2) Detected for loop with repetitive data transfer. Recommend using DMA
"../LaunchPad_trx_demo.c", line 604: remark #1544-D: (ULP 13.1) Detected loop counting up. Recommend loops count down as detecting zeros is easier
"../LaunchPad_trx_demo.c", line 620: remark #1527-D: (ULP 2.1) Detected SW delay loop using __delay_cycles. Recommend using a timer module instead
"../LaunchPad_trx_demo.c", line 730: remark #2553-D: (ULP 14.1) Array index (involving "channel_index") of type "int". Recommend using "unsigned int"
"../LaunchPad_trx_demo.c", line 767: remark #1544-D: (ULP 13.1) Detected loop counting up. Recommend loops count down as detecting zeros is easier
"../LaunchPad_trx_demo.c", line 767: remark #1543-D: (ULP 12.2) Detected for loop with repetitive data transfer. Recommend using DMA
"../LaunchPad_trx_demo.c", line 769: remark #2553-D: (ULP 14.1) Array index (involving "dd") of type "int". Recommend using "unsigned int"
"../LaunchPad_trx_demo.c", line 769: remark #2553-D: (ULP 14.1) Array index (involving "dd") of type "int". Recommend using "unsigned int"
"../LaunchPad_trx_demo.c", line 772: remark #2553-D: (ULP 14.1) Array index (involving "dd") of type "int". Recommend using "unsigned int"
"../LaunchPad_trx_demo.c", line 772: remark #2553-D: (ULP 14.1) Array index (involving "dd") of type "int". Recommend using "unsigned int"
"../LaunchPad_trx_demo.c", line 782: remark #2553-D: (ULP 14.1) Array index (involving "channel_index") of type "int". Recommend using "unsigned int"
"../LaunchPad_trx_demo.c", line 820: remark #1544-D: (ULP 13.1) Detected loop counting up. Recommend loops count down as detecting zeros is easier
"../LaunchPad_trx_demo.c", line 820: remark #1543-D: (ULP 12.2) Detected for loop with repetitive data transfer. Recommend using DMA
"../LaunchPad_trx_demo.c", line 822: remark #2553-D: (ULP 14.1) Array index (involving "dd") of type "int". Recommend using "unsigned int"
"../LaunchPad_trx_demo.c", line 822: remark #2553-D: (ULP 14.1) Array index (involving "dd") of type "int". Recommend using "unsigned int"
"../LaunchPad_trx_demo.c", line 825: remark #2553-D: (ULP 14.1) Array index (involving "dd") of type "int". Recommend using "unsigned int"
"../LaunchPad_trx_demo.c", line 825: remark #2553-D: (ULP 14.1) Array index (involving "dd") of type "int". Recommend using "unsigned int"
"../LaunchPad_trx_demo.c", line 834: remark #2553-D: (ULP 14.1) Array index (involving "channel_index") of type "int". Recommend using "unsigned int"
"../LaunchPad_trx_demo.c", line 853: remark #2553-D: (ULP 14.1) Array index (involving "channel_index") of type "int". Recommend using "unsigned int"
"../LaunchPad_trx_demo.c", line 914: remark #1544-D: (ULP 13.1) Detected loop counting up. Recommend loops count down as detecting zeros is easier
"../LaunchPad_trx_demo.c", line 929: remark #1540-D: (ULP 11.2) Assignment of higher bits (constants) to "PBOUT_H" within a loop. Recommend using lower 4 bits to allow use of constant generators
"../LaunchPad_trx_demo.c", line 936: remark #1540-D: (ULP 11.2) Assignment of higher bits (constants) to "PBOUT_H" within a loop. Recommend using lower 4 bits to allow use of constant generators
"../LaunchPad_trx_demo.c", line 924: remark #1544-D: (ULP 13.1) Detected loop counting up. Recommend loops count down as detecting zeros is easier
"../LaunchPad_trx_demo.c", line 924: remark #1543-D: (ULP 12.2) Detected for loop with repetitive data transfer. Recommend using DMA
"../LaunchPad_trx_demo.c", line 959: remark #1544-D: (ULP 13.1) Detected loop counting up. Recommend loops count down as detecting zeros is easier
"../LaunchPad_trx_demo.c", line 973: remark #1527-D: (ULP 2.1) Detected SW delay loop using __delay_cycles. Recommend using a timer module instead
"../LaunchPad_trx_demo.c", line 1086: remark #1544-D: (ULP 13.1) Detected loop counting up. Recommend loops count down as detecting zeros is easier
"../LaunchPad_trx_demo.c", line 1086: remark #1543-D: (ULP 12.2) Detected for loop with repetitive data transfer. Recommend using DMA
"../LaunchPad_trx_demo.c", line 1088: remark #2553-D: (ULP 14.1) Array index (involving "dd") of type "int". Recommend using "unsigned int"
"../LaunchPad_trx_demo.c", line 1088: remark #2553-D: (ULP 14.1) Array index (involving "dd") of type "int". Recommend using "unsigned int"
"../LaunchPad_trx_demo.c", line 1091: remark #2553-D: (ULP 14.1) Array index (involving "dd") of type "int". Recommend using "unsigned int"
"../LaunchPad_trx_demo.c", line 1091: remark #2553-D: (ULP 14.1) Array index (involving "dd") of type "int". Recommend using "unsigned int"
"../LaunchPad_trx_demo.c", line 1145: remark #1535-D: (ULP 8.1) variable "done" is used as a constant. Recommend declaring variable as either 'static const' or 'const'
"../LaunchPad_trx_demo.c", line 1235: remark #1544-D: (ULP 13.1) Detected loop counting up. Recommend loops count down as detecting zeros is easier
"../LaunchPad_trx_demo.c", line 1269: remark #1544-D: (ULP 13.1) Detected loop counting up. Recommend loops count down as detecting zeros is easier
"../LaunchPad_trx_demo.c", line 1302: remark #1544-D: (ULP 13.1) Detected loop counting up. Recommend loops count down as detecting zeros is easier
"../LaunchPad_trx_demo.c", line 1341: remark #1544-D: (ULP 13.1) Detected loop counting up. Recommend loops count down as detecting zeros is easier
"../LaunchPad_trx_demo.c", line 1377: remark #1544-D: (ULP 13.1) Detected loop counting up. Recommend loops count down as detecting zeros is easier
"../LaunchPad_trx_demo.c", line 83: remark #1535-D: (ULP 8.1) variable "radio_mode_idle_count" is used as a constant. Recommend declaring variable as either 'static const' or 'const'
'Finished building: "../LaunchPad_trx_demo.c"'

'Building file: "../LaunchPad_trx_main.c"'
'Invoking: MSP430 Compiler'
"C:/ti/ccsv7/tools/compiler/ti-cgt-msp430_16.9.6.LTS/bin/cl430" -vmspx --abi=eabi --data_model=restricted -O2 --opt_for_speed=0 --use_hw_mpy=F5 --include_path="C:/ti/ccsv7/ccs_base/msp430/include" --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-msp430_16.9.6.LTS/include" --include_path="C:/Users/WINE01/Desktop/802.15.4g/CCS WorkPlace/LaunchPad_trx_demo/hal_mcu" --include_path="C:/Users/WINE01/Desktop/802.15.4g/CCS WorkPlace/LaunchPad_trx_demo/radio_drv" --include_path="C:/Users/WINE01/Desktop/802.15.4g/CCS WorkPlace/LaunchPad_trx_demo/uart_drv" --include_path="C:/Users/WINE01/Desktop/802.15.4g/CCS WorkPlace/LaunchPad_trx_demo/radio_drv/cc1101_drv" --include_path="C:/Users/WINE01/Desktop/802.15.4g/CCS WorkPlace/LaunchPad_trx_demo/radio_drv/cc112x_drv" --include_path="C:/Users/WINE01/Desktop/802.15.4g/CCS WorkPlace/LaunchPad_trx_demo/radio_drv/cc1190_drv" --advice:power="all" -g --define=__MSP430F5529__ --display_error_number --diag_warning=225 --diag_wrap=off --silicon_errata=CPU21 --silicon_errata=CPU22 --silicon_errata=CPU23 --silicon_errata=CPU40 --printf_support=minimal --preproc_with_compile --preproc_dependency="LaunchPad_trx_main.d_raw" "../LaunchPad_trx_main.c"
"../LaunchPad_trx_main.c", line 115: remark #1546-D: (ULP 15.1) Detected consecutive bitfield assigns. Recommend using bit mask instead
"../LaunchPad_trx_main.c", line 118: remark #1546-D: (ULP 15.1) Detected consecutive bitfield assigns. Recommend using bit mask instead
"../LaunchPad_trx_main.c", line 209: remark #1546-D: (ULP 15.1) Detected consecutive bitfield assigns. Recommend using bit mask instead
"../LaunchPad_trx_main.c", line 216: remark #1546-D: (ULP 15.1) Detected consecutive bitfield assigns. Recommend using bit mask instead
"../LaunchPad_trx_main.c", line 224: remark #1546-D: (ULP 15.1) Detected consecutive bitfield assigns. Recommend using bit mask instead
"../LaunchPad_trx_main.c", line 232: remark #1546-D: (ULP 15.1) Detected consecutive bitfield assigns. Recommend using bit mask instead
"../LaunchPad_trx_main.c", line 240: remark #1546-D: (ULP 15.1) Detected consecutive bitfield assigns. Recommend using bit mask instead
"../LaunchPad_trx_main.c", line 249: remark #1546-D: (ULP 15.1) Detected consecutive bitfield assigns. Recommend using bit mask instead
"../LaunchPad_trx_main.c", line 257: remark #1546-D: (ULP 15.1) Detected consecutive bitfield assigns. Recommend using bit mask instead
"../LaunchPad_trx_main.c", line 265: remark #1546-D: (ULP 15.1) Detected consecutive bitfield assigns. Recommend using bit mask instead
"../LaunchPad_trx_main.c", line 273: remark #1546-D: (ULP 15.1) Detected consecutive bitfield assigns. Recommend using bit mask instead
'Finished building: "../LaunchPad_trx_main.c"'

'Building file: "../hal_mcu/hal_f2_timerA0.c"'
'Invoking: MSP430 Compiler'
"C:/ti/ccsv7/tools/compiler/ti-cgt-msp430_16.9.6.LTS/bin/cl430" -vmspx --abi=eabi --data_model=restricted -O2 --opt_for_speed=0 --use_hw_mpy=F5 --include_path="C:/ti/ccsv7/ccs_base/msp430/include" --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-msp430_16.9.6.LTS/include" --include_path="C:/Users/WINE01/Desktop/802.15.4g/CCS WorkPlace/LaunchPad_trx_demo/hal_mcu" --include_path="C:/Users/WINE01/Desktop/802.15.4g/CCS WorkPlace/LaunchPad_trx_demo/radio_drv" --include_path="C:/Users/WINE01/Desktop/802.15.4g/CCS WorkPlace/LaunchPad_trx_demo/uart_drv" --include_path="C:/Users/WINE01/Desktop/802.15.4g/CCS WorkPlace/LaunchPad_trx_demo/radio_drv/cc1101_drv" --include_path="C:/Users/WINE01/Desktop/802.15.4g/CCS WorkPlace/LaunchPad_trx_demo/radio_drv/cc112x_drv" --include_path="C:/Users/WINE01/Desktop/802.15.4g/CCS WorkPlace/LaunchPad_trx_demo/radio_drv/cc1190_drv" --advice:power="all" -g --define=__MSP430F5529__ --display_error_number --diag_warning=225 --diag_wrap=off --silicon_errata=CPU21 --silicon_errata=CPU22 --silicon_errata=CPU23 --silicon_errata=CPU40 --printf_support=minimal --preproc_with_compile --preproc_dependency="hal_mcu/hal_f2_timerA0.d_raw" --obj_directory="hal_mcu" "../hal_mcu/hal_f2_timerA0.c"
'Finished building: "../hal_mcu/hal_f2_timerA0.c"'

'Building file: "../hal_mcu/hal_f2_timerB0.c"'
'Invoking: MSP430 Compiler'
"C:/ti/ccsv7/tools/compiler/ti-cgt-msp430_16.9.6.LTS/bin/cl430" -vmspx --abi=eabi --data_model=restricted -O2 --opt_for_speed=0 --use_hw_mpy=F5 --include_path="C:/ti/ccsv7/ccs_base/msp430/include" --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-msp430_16.9.6.LTS/include" --include_path="C:/Users/WINE01/Desktop/802.15.4g/CCS WorkPlace/LaunchPad_trx_demo/hal_mcu" --include_path="C:/Users/WINE01/Desktop/802.15.4g/CCS WorkPlace/LaunchPad_trx_demo/radio_drv" --include_path="C:/Users/WINE01/Desktop/802.15.4g/CCS WorkPlace/LaunchPad_trx_demo/uart_drv" --include_path="C:/Users/WINE01/Desktop/802.15.4g/CCS WorkPlace/LaunchPad_trx_demo/radio_drv/cc1101_drv" --include_path="C:/Users/WINE01/Desktop/802.15.4g/CCS WorkPlace/LaunchPad_trx_demo/radio_drv/cc112x_drv" --include_path="C:/Users/WINE01/Desktop/802.15.4g/CCS WorkPlace/LaunchPad_trx_demo/radio_drv/cc1190_drv" --advice:power="all" -g --define=__MSP430F5529__ --display_error_number --diag_warning=225 --diag_wrap=off --silicon_errata=CPU21 --silicon_errata=CPU22 --silicon_errata=CPU23 --silicon_errata=CPU40 --printf_support=minimal --preproc_with_compile --preproc_dependency="hal_mcu/hal_f2_timerB0.d_raw" --obj_directory="hal_mcu" "../hal_mcu/hal_f2_timerB0.c"
'Finished building: "../hal_mcu/hal_f2_timerB0.c"'

'Building file: "../hal_mcu/hal_f5_timerB0.c"'
'Invoking: MSP430 Compiler'
"C:/ti/ccsv7/tools/compiler/ti-cgt-msp430_16.9.6.LTS/bin/cl430" -vmspx --abi=eabi --data_model=restricted -O2 --opt_for_speed=0 --use_hw_mpy=F5 --include_path="C:/ti/ccsv7/ccs_base/msp430/include" --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-msp430_16.9.6.LTS/include" --include_path="C:/Users/WINE01/Desktop/802.15.4g/CCS WorkPlace/LaunchPad_trx_demo/hal_mcu" --include_path="C:/Users/WINE01/Desktop/802.15.4g/CCS WorkPlace/LaunchPad_trx_demo/radio_drv" --include_path="C:/Users/WINE01/Desktop/802.15.4g/CCS WorkPlace/LaunchPad_trx_demo/uart_drv" --include_path="C:/Users/WINE01/Desktop/802.15.4g/CCS WorkPlace/LaunchPad_trx_demo/radio_drv/cc1101_drv" --include_path="C:/Users/WINE01/Desktop/802.15.4g/CCS WorkPlace/LaunchPad_trx_demo/radio_drv/cc112x_drv" --include_path="C:/Users/WINE01/Desktop/802.15.4g/CCS WorkPlace/LaunchPad_trx_demo/radio_drv/cc1190_drv" --advice:power="all" -g --define=__MSP430F5529__ --display_error_number --diag_warning=225 --diag_wrap=off --silicon_errata=CPU21 --silicon_errata=CPU22 --silicon_errata=CPU23 --silicon_errata=CPU40 --printf_support=minimal --preproc_with_compile --preproc_dependency="hal_mcu/hal_f5_timerB0.d_raw" --obj_directory="hal_mcu" "../hal_mcu/hal_f5_timerB0.c"
'Finished building: "../hal_mcu/hal_f5_timerB0.c"'

'Building file: "../hal_mcu/hal_mcu.c"'
'Invoking: MSP430 Compiler'
"C:/ti/ccsv7/tools/compiler/ti-cgt-msp430_16.9.6.LTS/bin/cl430" -vmspx --abi=eabi --data_model=restricted -O2 --opt_for_speed=0 --use_hw_mpy=F5 --include_path="C:/ti/ccsv7/ccs_base/msp430/include" --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-msp430_16.9.6.LTS/include" --include_path="C:/Users/WINE01/Desktop/802.15.4g/CCS WorkPlace/LaunchPad_trx_demo/hal_mcu" --include_path="C:/Users/WINE01/Desktop/802.15.4g/CCS WorkPlace/LaunchPad_trx_demo/radio_drv" --include_path="C:/Users/WINE01/Desktop/802.15.4g/CCS WorkPlace/LaunchPad_trx_demo/uart_drv" --include_path="C:/Users/WINE01/Desktop/802.15.4g/CCS WorkPlace/LaunchPad_trx_demo/radio_drv/cc1101_drv" --include_path="C:/Users/WINE01/Desktop/802.15.4g/CCS WorkPlace/LaunchPad_trx_demo/radio_drv/cc112x_drv" --include_path="C:/Users/WINE01/Desktop/802.15.4g/CCS WorkPlace/LaunchPad_trx_demo/radio_drv/cc1190_drv" --advice:power="all" -g --define=__MSP430F5529__ --display_error_number --diag_warning=225 --diag_wrap=off --silicon_errata=CPU21 --silicon_errata=CPU22 --silicon_errata=CPU23 --silicon_errata=CPU40 --printf_support=minimal --preproc_with_compile --preproc_dependency="hal_mcu/hal_mcu.d_raw" --obj_directory="hal_mcu" "../hal_mcu/hal_mcu.c"
'Finished building: "../hal_mcu/hal_mcu.c"'

'Building file: "../radio_drv/cc1101_drv/cc1101_drv.c"'
'Invoking: MSP430 Compiler'
"C:/ti/ccsv7/tools/compiler/ti-cgt-msp430_16.9.6.LTS/bin/cl430" -vmspx --abi=eabi --data_model=restricted -O2 --opt_for_speed=0 --use_hw_mpy=F5 --include_path="C:/ti/ccsv7/ccs_base/msp430/include" --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-msp430_16.9.6.LTS/include" --include_path="C:/Users/WINE01/Desktop/802.15.4g/CCS WorkPlace/LaunchPad_trx_demo/hal_mcu" --include_path="C:/Users/WINE01/Desktop/802.15.4g/CCS WorkPlace/LaunchPad_trx_demo/radio_drv" --include_path="C:/Users/WINE01/Desktop/802.15.4g/CCS WorkPlace/LaunchPad_trx_demo/uart_drv" --include_path="C:/Users/WINE01/Desktop/802.15.4g/CCS WorkPlace/LaunchPad_trx_demo/radio_drv/cc1101_drv" --include_path="C:/Users/WINE01/Desktop/802.15.4g/CCS WorkPlace/LaunchPad_trx_demo/radio_drv/cc112x_drv" --include_path="C:/Users/WINE01/Desktop/802.15.4g/CCS WorkPlace/LaunchPad_trx_demo/radio_drv/cc1190_drv" --advice:power="all" -g --define=__MSP430F5529__ --display_error_number --diag_warning=225 --diag_wrap=off --silicon_errata=CPU21 --silicon_errata=CPU22 --silicon_errata=CPU23 --silicon_errata=CPU40 --printf_support=minimal --preproc_with_compile --preproc_dependency="radio_drv/cc1101_drv/cc1101_drv.d_raw" --obj_directory="radio_drv/cc1101_drv" "../radio_drv/cc1101_drv/cc1101_drv.c"
"../radio_drv/cc1101_drv/cc1101_drv.c", line 262: remark #1527-D: (ULP 2.1) Detected SW delay loop using __delay_cycles. Recommend using a timer module instead
"../radio_drv/cc1101_drv/cc1101_drv.c", line 288: remark #1544-D: (ULP 13.1) Detected loop counting up. Recommend loops count down as detecting zeros is easier
"../radio_drv/cc1101_drv/cc1101_drv.c", line 566: remark #1527-D: (ULP 2.1) Detected SW delay loop using empty loop. Recommend using a timer module instead
"../radio_drv/cc1101_drv/cc1101_drv.c", line 569: remark #1527-D: (ULP 2.1) Detected SW delay loop using empty loop. Recommend using a timer module instead
"../radio_drv/cc1101_drv/cc1101_drv.c", line 649: remark #1544-D: (ULP 13.1) Detected loop counting up. Recommend loops count down as detecting zeros is easier
"../radio_drv/cc1101_drv/cc1101_drv.c", line 650: remark #2553-D: (ULP 14.1) Array index (involving "ee") of type "int". Recommend using "unsigned int"
"../radio_drv/cc1101_drv/cc1101_drv.c", line 656: remark #2553-D: (ULP 14.1) Array index (involving "ee") of type "int". Recommend using "unsigned int"
"../radio_drv/cc1101_drv/cc1101_drv.c", line 693: remark #1530-D: (ULP 5.1) Detected divide operation(s). Recommend moving them to RAM during run time or not using as these are processing/power intensive
"../radio_drv/cc1101_drv/cc1101_drv.c", line 787: remark #1527-D: (ULP 2.1) Detected SW delay loop using __delay_cycles. Recommend using a timer module instead
"../radio_drv/cc1101_drv/cc1101_drv.c", line 692 (col. 13): remark #1531-D: (ULP 5.2) Detected floating point operation(s). Recommend moving them to RAM during run time or not using as these are processing/power intensive
"../radio_drv/cc1101_drv/cc1101_drv.c", line 693 (col. 14): remark #1531-D: (ULP 5.2) Detected floating point operation(s). Recommend moving them to RAM during run time or not using as these are processing/power intensive
'Finished building: "../radio_drv/cc1101_drv/cc1101_drv.c"'

'Building file: "../radio_drv/cc1101_drv/cc1101_utils.c"'
'Invoking: MSP430 Compiler'
"C:/ti/ccsv7/tools/compiler/ti-cgt-msp430_16.9.6.LTS/bin/cl430" -vmspx --abi=eabi --data_model=restricted -O2 --opt_for_speed=0 --use_hw_mpy=F5 --include_path="C:/ti/ccsv7/ccs_base/msp430/include" --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-msp430_16.9.6.LTS/include" --include_path="C:/Users/WINE01/Desktop/802.15.4g/CCS WorkPlace/LaunchPad_trx_demo/hal_mcu" --include_path="C:/Users/WINE01/Desktop/802.15.4g/CCS WorkPlace/LaunchPad_trx_demo/radio_drv" --include_path="C:/Users/WINE01/Desktop/802.15.4g/CCS WorkPlace/LaunchPad_trx_demo/uart_drv" --include_path="C:/Users/WINE01/Desktop/802.15.4g/CCS WorkPlace/LaunchPad_trx_demo/radio_drv/cc1101_drv" --include_path="C:/Users/WINE01/Desktop/802.15.4g/CCS WorkPlace/LaunchPad_trx_demo/radio_drv/cc112x_drv" --include_path="C:/Users/WINE01/Desktop/802.15.4g/CCS WorkPlace/LaunchPad_trx_demo/radio_drv/cc1190_drv" --advice:power="all" -g --define=__MSP430F5529__ --display_error_number --diag_warning=225 --diag_wrap=off --silicon_errata=CPU21 --silicon_errata=CPU22 --silicon_errata=CPU23 --silicon_errata=CPU40 --printf_support=minimal --preproc_with_compile --preproc_dependency="radio_drv/cc1101_drv/cc1101_utils.d_raw" --obj_directory="radio_drv/cc1101_drv" "../radio_drv/cc1101_drv/cc1101_utils.c"
'Finished building: "../radio_drv/cc1101_drv/cc1101_utils.c"'

'Building file: "../radio_drv/cc112x_drv/cc112x_drv.c"'
'Invoking: MSP430 Compiler'
"C:/ti/ccsv7/tools/compiler/ti-cgt-msp430_16.9.6.LTS/bin/cl430" -vmspx --abi=eabi --data_model=restricted -O2 --opt_for_speed=0 --use_hw_mpy=F5 --include_path="C:/ti/ccsv7/ccs_base/msp430/include" --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-msp430_16.9.6.LTS/include" --include_path="C:/Users/WINE01/Desktop/802.15.4g/CCS WorkPlace/LaunchPad_trx_demo/hal_mcu" --include_path="C:/Users/WINE01/Desktop/802.15.4g/CCS WorkPlace/LaunchPad_trx_demo/radio_drv" --include_path="C:/Users/WINE01/Desktop/802.15.4g/CCS WorkPlace/LaunchPad_trx_demo/uart_drv" --include_path="C:/Users/WINE01/Desktop/802.15.4g/CCS WorkPlace/LaunchPad_trx_demo/radio_drv/cc1101_drv" --include_path="C:/Users/WINE01/Desktop/802.15.4g/CCS WorkPlace/LaunchPad_trx_demo/radio_drv/cc112x_drv" --include_path="C:/Users/WINE01/Desktop/802.15.4g/CCS WorkPlace/LaunchPad_trx_demo/radio_drv/cc1190_drv" --advice:power="all" -g --define=__MSP430F5529__ --display_error_number --diag_warning=225 --diag_wrap=off --silicon_errata=CPU21 --silicon_errata=CPU22 --silicon_errata=CPU23 --silicon_errata=CPU40 --printf_support=minimal --preproc_with_compile --preproc_dependency="radio_drv/cc112x_drv/cc112x_drv.d_raw" --obj_directory="radio_drv/cc112x_drv" "../radio_drv/cc112x_drv/cc112x_drv.c"
'Finished building: "../radio_drv/cc112x_drv/cc112x_drv.c"'

'Building file: "../radio_drv/cc112x_drv/cc112x_utils.c"'
'Invoking: MSP430 Compiler'
"C:/ti/ccsv7/tools/compiler/ti-cgt-msp430_16.9.6.LTS/bin/cl430" -vmspx --abi=eabi --data_model=restricted -O2 --opt_for_speed=0 --use_hw_mpy=F5 --include_path="C:/ti/ccsv7/ccs_base/msp430/include" --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-msp430_16.9.6.LTS/include" --include_path="C:/Users/WINE01/Desktop/802.15.4g/CCS WorkPlace/LaunchPad_trx_demo/hal_mcu" --include_path="C:/Users/WINE01/Desktop/802.15.4g/CCS WorkPlace/LaunchPad_trx_demo/radio_drv" --include_path="C:/Users/WINE01/Desktop/802.15.4g/CCS WorkPlace/LaunchPad_trx_demo/uart_drv" --include_path="C:/Users/WINE01/Desktop/802.15.4g/CCS WorkPlace/LaunchPad_trx_demo/radio_drv/cc1101_drv" --include_path="C:/Users/WINE01/Desktop/802.15.4g/CCS WorkPlace/LaunchPad_trx_demo/radio_drv/cc112x_drv" --include_path="C:/Users/WINE01/Desktop/802.15.4g/CCS WorkPlace/LaunchPad_trx_demo/radio_drv/cc1190_drv" --advice:power="all" -g --define=__MSP430F5529__ --display_error_number --diag_warning=225 --diag_wrap=off --silicon_errata=CPU21 --silicon_errata=CPU22 --silicon_errata=CPU23 --silicon_errata=CPU40 --printf_support=minimal --preproc_with_compile --preproc_dependency="radio_drv/cc112x_drv/cc112x_utils.d_raw" --obj_directory="radio_drv/cc112x_drv" "../radio_drv/cc112x_drv/cc112x_utils.c"
'Finished building: "../radio_drv/cc112x_drv/cc112x_utils.c"'

'Building file: "../radio_drv/cc1190_drv/cc1190_drv.c"'
'Invoking: MSP430 Compiler'
"C:/ti/ccsv7/tools/compiler/ti-cgt-msp430_16.9.6.LTS/bin/cl430" -vmspx --abi=eabi --data_model=restricted -O2 --opt_for_speed=0 --use_hw_mpy=F5 --include_path="C:/ti/ccsv7/ccs_base/msp430/include" --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-msp430_16.9.6.LTS/include" --include_path="C:/Users/WINE01/Desktop/802.15.4g/CCS WorkPlace/LaunchPad_trx_demo/hal_mcu" --include_path="C:/Users/WINE01/Desktop/802.15.4g/CCS WorkPlace/LaunchPad_trx_demo/radio_drv" --include_path="C:/Users/WINE01/Desktop/802.15.4g/CCS WorkPlace/LaunchPad_trx_demo/uart_drv" --include_path="C:/Users/WINE01/Desktop/802.15.4g/CCS WorkPlace/LaunchPad_trx_demo/radio_drv/cc1101_drv" --include_path="C:/Users/WINE01/Desktop/802.15.4g/CCS WorkPlace/LaunchPad_trx_demo/radio_drv/cc112x_drv" --include_path="C:/Users/WINE01/Desktop/802.15.4g/CCS WorkPlace/LaunchPad_trx_demo/radio_drv/cc1190_drv" --advice:power="all" -g --define=__MSP430F5529__ --display_error_number --diag_warning=225 --diag_wrap=off --silicon_errata=CPU21 --silicon_errata=CPU22 --silicon_errata=CPU23 --silicon_errata=CPU40 --printf_support=minimal --preproc_with_compile --preproc_dependency="radio_drv/cc1190_drv/cc1190_drv.d_raw" --obj_directory="radio_drv/cc1190_drv" "../radio_drv/cc1190_drv/cc1190_drv.c"
"../radio_drv/cc1190_drv/cc1190_drv.c", line 135: warning #179-D: variable "regs_uint8" was declared but never referenced
'Finished building: "../radio_drv/cc1190_drv/cc1190_drv.c"'

'Building file: "../radio_drv/hal_spi_rf.c"'
'Invoking: MSP430 Compiler'
"C:/ti/ccsv7/tools/compiler/ti-cgt-msp430_16.9.6.LTS/bin/cl430" -vmspx --abi=eabi --data_model=restricted -O2 --opt_for_speed=0 --use_hw_mpy=F5 --include_path="C:/ti/ccsv7/ccs_base/msp430/include" --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-msp430_16.9.6.LTS/include" --include_path="C:/Users/WINE01/Desktop/802.15.4g/CCS WorkPlace/LaunchPad_trx_demo/hal_mcu" --include_path="C:/Users/WINE01/Desktop/802.15.4g/CCS WorkPlace/LaunchPad_trx_demo/radio_drv" --include_path="C:/Users/WINE01/Desktop/802.15.4g/CCS WorkPlace/LaunchPad_trx_demo/uart_drv" --include_path="C:/Users/WINE01/Desktop/802.15.4g/CCS WorkPlace/LaunchPad_trx_demo/radio_drv/cc1101_drv" --include_path="C:/Users/WINE01/Desktop/802.15.4g/CCS WorkPlace/LaunchPad_trx_demo/radio_drv/cc112x_drv" --include_path="C:/Users/WINE01/Desktop/802.15.4g/CCS WorkPlace/LaunchPad_trx_demo/radio_drv/cc1190_drv" --advice:power="all" -g --define=__MSP430F5529__ --display_error_number --diag_warning=225 --diag_wrap=off --silicon_errata=CPU21 --silicon_errata=CPU22 --silicon_errata=CPU23 --silicon_errata=CPU40 --printf_support=minimal --preproc_with_compile --preproc_dependency="radio_drv/hal_spi_rf.d_raw" --obj_directory="radio_drv" "../radio_drv/hal_spi_rf.c"
"../radio_drv/hal_spi_rf.c", line 221: remark #1527-D: (ULP 2.1) Detected SW delay loop using empty loop. Recommend using a timer module instead
"../radio_drv/hal_spi_rf.c", line 224: remark #1527-D: (ULP 2.1) Detected SW delay loop using empty loop. Recommend using a timer module instead
"../radio_drv/hal_spi_rf.c", line 224: remark #1527-D: (ULP 2.1) Detected SW delay loop using empty loop. Recommend using a timer module instead
"../radio_drv/hal_spi_rf.c", line 259: remark #1527-D: (ULP 2.1) Detected SW delay loop using empty loop. Recommend using a timer module instead
"../radio_drv/hal_spi_rf.c", line 262: remark #1527-D: (ULP 2.1) Detected SW delay loop using empty loop. Recommend using a timer module instead
"../radio_drv/hal_spi_rf.c", line 262: remark #1527-D: (ULP 2.1) Detected SW delay loop using empty loop. Recommend using a timer module instead
"../radio_drv/hal_spi_rf.c", line 266: remark #1527-D: (ULP 2.1) Detected SW delay loop using empty loop. Recommend using a timer module instead
"../radio_drv/hal_spi_rf.c", line 266: remark #1527-D: (ULP 2.1) Detected SW delay loop using empty loop. Recommend using a timer module instead
"../radio_drv/hal_spi_rf.c", line 293: remark #1527-D: (ULP 2.1) Detected SW delay loop using empty loop. Recommend using a timer module instead
"../radio_drv/hal_spi_rf.c", line 295: remark #1527-D: (ULP 2.1) Detected SW delay loop using empty loop. Recommend using a timer module instead
"../radio_drv/hal_spi_rf.c", line 295: remark #1527-D: (ULP 2.1) Detected SW delay loop using empty loop. Recommend using a timer module instead
"../radio_drv/hal_spi_rf.c", line 338: remark #1544-D: (ULP 13.1) Detected loop counting up. Recommend loops count down as detecting zeros is easier
"../radio_drv/hal_spi_rf.c", line 341: remark #1527-D: (ULP 2.1) Detected SW delay loop using empty loop. Recommend using a timer module instead
"../radio_drv/hal_spi_rf.c", line 341: remark #1527-D: (ULP 2.1) Detected SW delay loop using empty loop. Recommend using a timer module instead
"../radio_drv/hal_spi_rf.c", line 349: remark #1527-D: (ULP 2.1) Detected SW delay loop using empty loop. Recommend using a timer module instead
"../radio_drv/hal_spi_rf.c", line 349: remark #1527-D: (ULP 2.1) Detected SW delay loop using empty loop. Recommend using a timer module instead
"../radio_drv/hal_spi_rf.c", line 358: remark #1544-D: (ULP 13.1) Detected loop counting up. Recommend loops count down as detecting zeros is easier
"../radio_drv/hal_spi_rf.c", line 361: remark #1527-D: (ULP 2.1) Detected SW delay loop using empty loop. Recommend using a timer module instead
"../radio_drv/hal_spi_rf.c", line 361: remark #1527-D: (ULP 2.1) Detected SW delay loop using empty loop. Recommend using a timer module instead
"../radio_drv/hal_spi_rf.c", line 368: remark #1527-D: (ULP 2.1) Detected SW delay loop using empty loop. Recommend using a timer module instead
"../radio_drv/hal_spi_rf.c", line 368: remark #1527-D: (ULP 2.1) Detected SW delay loop using empty loop. Recommend using a timer module instead
'Finished building: "../radio_drv/hal_spi_rf.c"'

'Building file: "../uart_drv/circ_buf.c"'
'Invoking: MSP430 Compiler'
"C:/ti/ccsv7/tools/compiler/ti-cgt-msp430_16.9.6.LTS/bin/cl430" -vmspx --abi=eabi --data_model=restricted -O2 --opt_for_speed=0 --use_hw_mpy=F5 --include_path="C:/ti/ccsv7/ccs_base/msp430/include" --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-msp430_16.9.6.LTS/include" --include_path="C:/Users/WINE01/Desktop/802.15.4g/CCS WorkPlace/LaunchPad_trx_demo/hal_mcu" --include_path="C:/Users/WINE01/Desktop/802.15.4g/CCS WorkPlace/LaunchPad_trx_demo/radio_drv" --include_path="C:/Users/WINE01/Desktop/802.15.4g/CCS WorkPlace/LaunchPad_trx_demo/uart_drv" --include_path="C:/Users/WINE01/Desktop/802.15.4g/CCS WorkPlace/LaunchPad_trx_demo/radio_drv/cc1101_drv" --include_path="C:/Users/WINE01/Desktop/802.15.4g/CCS WorkPlace/LaunchPad_trx_demo/radio_drv/cc112x_drv" --include_path="C:/Users/WINE01/Desktop/802.15.4g/CCS WorkPlace/LaunchPad_trx_demo/radio_drv/cc1190_drv" --advice:power="all" -g --define=__MSP430F5529__ --display_error_number --diag_warning=225 --diag_wrap=off --silicon_errata=CPU21 --silicon_errata=CPU22 --silicon_errata=CPU23 --silicon_errata=CPU40 --printf_support=minimal --preproc_with_compile --preproc_dependency="uart_drv/circ_buf.d_raw" --obj_directory="uart_drv" "../uart_drv/circ_buf.c"
"../uart_drv/circ_buf.c", line 88: remark #1527-D: (ULP 2.1) Detected SW delay loop using empty loop. Recommend using a timer module instead
"../uart_drv/circ_buf.c", line 113: remark #1527-D: (ULP 2.1) Detected SW delay loop using empty loop. Recommend using a timer module instead
'Finished building: "../uart_drv/circ_buf.c"'

'Building file: "../uart_drv/ee_printf.c"'
'Invoking: MSP430 Compiler'
"C:/ti/ccsv7/tools/compiler/ti-cgt-msp430_16.9.6.LTS/bin/cl430" -vmspx --abi=eabi --data_model=restricted -O2 --opt_for_speed=0 --use_hw_mpy=F5 --include_path="C:/ti/ccsv7/ccs_base/msp430/include" --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-msp430_16.9.6.LTS/include" --include_path="C:/Users/WINE01/Desktop/802.15.4g/CCS WorkPlace/LaunchPad_trx_demo/hal_mcu" --include_path="C:/Users/WINE01/Desktop/802.15.4g/CCS WorkPlace/LaunchPad_trx_demo/radio_drv" --include_path="C:/Users/WINE01/Desktop/802.15.4g/CCS WorkPlace/LaunchPad_trx_demo/uart_drv" --include_path="C:/Users/WINE01/Desktop/802.15.4g/CCS WorkPlace/LaunchPad_trx_demo/radio_drv/cc1101_drv" --include_path="C:/Users/WINE01/Desktop/802.15.4g/CCS WorkPlace/LaunchPad_trx_demo/radio_drv/cc112x_drv" --include_path="C:/Users/WINE01/Desktop/802.15.4g/CCS WorkPlace/LaunchPad_trx_demo/radio_drv/cc1190_drv" --advice:power="all" -g --define=__MSP430F5529__ --display_error_number --diag_warning=225 --diag_wrap=off --silicon_errata=CPU21 --silicon_errata=CPU22 --silicon_errata=CPU23 --silicon_errata=CPU40 --printf_support=minimal --preproc_with_compile --preproc_dependency="uart_drv/ee_printf.d_raw" --obj_directory="uart_drv" "../uart_drv/ee_printf.c"
"../uart_drv/ee_printf.c", line 59: remark #1544-D: (ULP 13.1) Detected loop counting up. Recommend loops count down as detecting zeros is easier
"../uart_drv/ee_printf.c", line 59: remark #1527-D: (ULP 2.1) Detected SW delay loop using empty loop. Recommend using a timer module instead
"../uart_drv/ee_printf.c", line 114: remark #2553-D: (ULP 14.1) Array index (involving "i") of type "int". Recommend using "unsigned int"
"../uart_drv/ee_printf.c", line 119: remark #2553-D: (ULP 14.1) Array index (involving "i") of type "int". Recommend using "unsigned int"
"../uart_drv/ee_printf.c", line 119: remark #1530-D: (ULP 5.1) Detected modulo operation(s). Recommend moving them to RAM during run time or not using as these are processing/power intensive
"../uart_drv/ee_printf.c", line 120: remark #1530-D: (ULP 5.1) Detected divide operation(s). Recommend moving them to RAM during run time or not using as these are processing/power intensive
"../uart_drv/ee_printf.c", line 142: remark #2553-D: (ULP 14.1) Array index (involving "i") of type "int". Recommend using "unsigned int"
"../uart_drv/ee_printf.c", line 156: remark #1544-D: (ULP 13.1) Detected loop counting up. Recommend loops count down as detecting zeros is easier
"../uart_drv/ee_printf.c", line 158: remark #2553-D: (ULP 14.1) Array index (involving "len") of type "int". Recommend using "unsigned int"
"../uart_drv/ee_printf.c", line 159: remark #2553-D: (ULP 14.1) Array index (involving "len") of type "int". Recommend using "unsigned int"
"../uart_drv/ee_printf.c", line 159: remark #1545-D: (ULP 14.1) Array index of type "int". Recommend using "unsigned int"
"../uart_drv/ee_printf.c", line 159: remark #2553-D: (ULP 14.1) Array index (involving "i") of type "int". Recommend using "unsigned int"
"../uart_drv/ee_printf.c", line 160: remark #2553-D: (ULP 14.1) Array index (involving "len") of type "int". Recommend using "unsigned int"
"../uart_drv/ee_printf.c", line 160: remark #1545-D: (ULP 14.1) Array index of type "int". Recommend using "unsigned int"
"../uart_drv/ee_printf.c", line 160: remark #2553-D: (ULP 14.1) Array index (involving "i") of type "int". Recommend using "unsigned int"
"../uart_drv/ee_printf.c", line 164: remark #1544-D: (ULP 13.1) Detected loop counting up. Recommend loops count down as detecting zeros is easier
"../uart_drv/ee_printf.c", line 164: remark #1543-D: (ULP 12.2) Detected for loop with repetitive data transfer. Recommend using DMA
"../uart_drv/ee_printf.c", line 164: remark #2553-D: (ULP 14.1) Array index (involving "i") of type "int". Recommend using "unsigned int"
"../uart_drv/ee_printf.c", line 176: remark #1544-D: (ULP 13.1) Detected loop counting up. Recommend loops count down as detecting zeros is easier
"../uart_drv/ee_printf.c", line 178: remark #2553-D: (ULP 14.1) Array index (involving "len") of type "int". Recommend using "unsigned int"
"../uart_drv/ee_printf.c", line 179: remark #2553-D: (ULP 14.1) Array index (involving "i") of type "int". Recommend using "unsigned int"
"../uart_drv/ee_printf.c", line 182: remark #2553-D: (ULP 14.1) Array index (involving "len") of type "int". Recommend using "unsigned int"
"../uart_drv/ee_printf.c", line 187: remark #2553-D: (ULP 14.1) Array index (involving "len") of type "int". Recommend using "unsigned int"
"../uart_drv/ee_printf.c", line 187: remark #2553-D: (ULP 14.1) Array index (involving "n") of type "int". Recommend using "unsigned int"
"../uart_drv/ee_printf.c", line 187: remark #1530-D: (ULP 5.1) Detected divide operation(s). Recommend moving them to RAM during run time or not using as these are processing/power intensive
"../uart_drv/ee_printf.c", line 188: remark #1530-D: (ULP 5.1) Detected modulo operation(s). Recommend moving them to RAM during run time or not using as these are processing/power intensive
"../uart_drv/ee_printf.c", line 189: remark #2553-D: (ULP 14.1) Array index (involving "len") of type "int". Recommend using "unsigned int"
"../uart_drv/ee_printf.c", line 189: remark #2553-D: (ULP 14.1) Array index (involving "n") of type "int". Recommend using "unsigned int"
"../uart_drv/ee_printf.c", line 189: remark #1530-D: (ULP 5.1) Detected divide operation(s). Recommend moving them to RAM during run time or not using as these are processing/power intensive
"../uart_drv/ee_printf.c", line 190: remark #1530-D: (ULP 5.1) Detected modulo operation(s). Recommend moving them to RAM during run time or not using as these are processing/power intensive
"../uart_drv/ee_printf.c", line 194: remark #2553-D: (ULP 14.1) Array index (involving "len") of type "int". Recommend using "unsigned int"
"../uart_drv/ee_printf.c", line 194: remark #2553-D: (ULP 14.1) Array index (involving "n") of type "int". Recommend using "unsigned int"
"../uart_drv/ee_printf.c", line 194: remark #1530-D: (ULP 5.1) Detected divide operation(s). Recommend moving them to RAM during run time or not using as these are processing/power intensive
"../uart_drv/ee_printf.c", line 195: remark #1530-D: (ULP 5.1) Detected modulo operation(s). Recommend moving them to RAM during run time or not using as these are processing/power intensive
"../uart_drv/ee_printf.c", line 198: remark #2553-D: (ULP 14.1) Array index (involving "len") of type "int". Recommend using "unsigned int"
"../uart_drv/ee_printf.c", line 198: remark #2553-D: (ULP 14.1) Array index (involving "n") of type "int". Recommend using "unsigned int"
"../uart_drv/ee_printf.c", line 203: remark #1544-D: (ULP 13.1) Detected loop counting up. Recommend loops count down as detecting zeros is easier
"../uart_drv/ee_printf.c", line 203: remark #1543-D: (ULP 12.2) Detected for loop with repetitive data transfer. Recommend using DMA
"../uart_drv/ee_printf.c", line 203: remark #2553-D: (ULP 14.1) Array index (involving "i") of type "int". Recommend using "unsigned int"
"../uart_drv/ee_printf.c", line 438: remark #1544-D: (ULP 13.1) Detected loop counting up. Recommend loops count down as detecting zeros is easier
"../uart_drv/ee_printf.c", line 513: remark #1544-D: (ULP 13.1) Detected loop counting up. Recommend loops count down as detecting zeros is easier
'Finished building: "../uart_drv/ee_printf.c"'

'Building file: "../uart_drv/uart_drv.c"'
'Invoking: MSP430 Compiler'
"C:/ti/ccsv7/tools/compiler/ti-cgt-msp430_16.9.6.LTS/bin/cl430" -vmspx --abi=eabi --data_model=restricted -O2 --opt_for_speed=0 --use_hw_mpy=F5 --include_path="C:/ti/ccsv7/ccs_base/msp430/include" --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-msp430_16.9.6.LTS/include" --include_path="C:/Users/WINE01/Desktop/802.15.4g/CCS WorkPlace/LaunchPad_trx_demo/hal_mcu" --include_path="C:/Users/WINE01/Desktop/802.15.4g/CCS WorkPlace/LaunchPad_trx_demo/radio_drv" --include_path="C:/Users/WINE01/Desktop/802.15.4g/CCS WorkPlace/LaunchPad_trx_demo/uart_drv" --include_path="C:/Users/WINE01/Desktop/802.15.4g/CCS WorkPlace/LaunchPad_trx_demo/radio_drv/cc1101_drv" --include_path="C:/Users/WINE01/Desktop/802.15.4g/CCS WorkPlace/LaunchPad_trx_demo/radio_drv/cc112x_drv" --include_path="C:/Users/WINE01/Desktop/802.15.4g/CCS WorkPlace/LaunchPad_trx_demo/radio_drv/cc1190_drv" --advice:power="all" -g --define=__MSP430F5529__ --display_error_number --diag_warning=225 --diag_wrap=off --silicon_errata=CPU21 --silicon_errata=CPU22 --silicon_errata=CPU23 --silicon_errata=CPU40 --printf_support=minimal --preproc_with_compile --preproc_dependency="uart_drv/uart_drv.d_raw" --obj_directory="uart_drv" "../uart_drv/uart_drv.c"
"../uart_drv/uart_drv.c", line 83: remark #1544-D: (ULP 13.1) Detected loop counting up. Recommend loops count down as detecting zeros is easier
"../uart_drv/uart_drv.c", line 116: remark #1544-D: (ULP 13.1) Detected loop counting up. Recommend loops count down as detecting zeros is easier
"../uart_drv/uart_drv.c", line 419: remark #1538-D: (ULP 10.1) ISR USCI_A1_ISR calls function circ_buf_put_data. Recommend moving function call away from ISR, or inlining the function, or using pragmas
"../uart_drv/uart_drv.c", line 422: remark #1538-D: (ULP 10.1) ISR USCI_A1_ISR calls function uart_put_char. Recommend moving function call away from ISR, or inlining the function, or using pragmas
"../uart_drv/uart_drv.c", line 427: remark #1538-D: (ULP 10.1) ISR USCI_A1_ISR calls function circ_buf_remainder. Recommend moving function call away from ISR, or inlining the function, or using pragmas
"../uart_drv/uart_drv.c", line 433: remark #1538-D: (ULP 10.1) ISR USCI_A1_ISR calls function circ_buf_remainder. Recommend moving function call away from ISR, or inlining the function, or using pragmas
"../uart_drv/uart_drv.c", line 434: remark #1538-D: (ULP 10.1) ISR USCI_A1_ISR calls function circ_buf_get_data. Recommend moving function call away from ISR, or inlining the function, or using pragmas
'Finished building: "../uart_drv/uart_drv.c"'

'Building target: "LaunchPad_trx_demo.out"'
'Invoking: MSP430 Linker'
"C:/ti/ccsv7/tools/compiler/ti-cgt-msp430_16.9.6.LTS/bin/cl430" -vmspx --abi=eabi --data_model=restricted -O2 --opt_for_speed=0 --use_hw_mpy=F5 --advice:power="all" -g --define=__MSP430F5529__ --display_error_number --diag_warning=225 --diag_wrap=off --silicon_errata=CPU21 --silicon_errata=CPU22 --silicon_errata=CPU23 --silicon_errata=CPU40 --printf_support=minimal -z -m"LaunchPad_trx_demo.map" --stack_size=120 --heap_size=40 --cinit_hold_wdt=on -i"C:/Users/WINE01/Desktop/802.15.4g/CCS WorkPlace/LaunchPad_trx_demo" -i"C:/ti/ccsv7/ccs_base/msp430/include" -i"C:/ti/ccsv7/tools/compiler/ti-cgt-msp430_16.9.6.LTS/lib" -i"C:/ti/ccsv7/tools/compiler/ti-cgt-msp430_16.9.6.LTS/include" -i"C:/ti/ccsv7/ccs_base/msp430/lib/5xx_6xx_FRxx" --reread_libs --warn_sections --diag_wrap=off --display_error_number --xml_link_info="LaunchPad_trx_demo_linkInfo.xml" --use_hw_mpy=F5 --rom_model -o "LaunchPad_trx_demo.out" "./LaunchPad_trx_demo.obj" "./LaunchPad_trx_main.obj" "./hal_mcu/hal_f2_timerA0.obj" "./hal_mcu/hal_f2_timerB0.obj" "./hal_mcu/hal_f5_timerB0.obj" "./hal_mcu/hal_mcu.obj" "./radio_drv/cc1101_drv/cc1101_drv.obj" "./radio_drv/cc1101_drv/cc1101_utils.obj" "./radio_drv/cc112x_drv/cc112x_drv.obj" "./radio_drv/cc112x_drv/cc112x_utils.obj" "./radio_drv/cc1190_drv/cc1190_drv.obj" "./radio_drv/hal_spi_rf.obj" "./uart_drv/circ_buf.obj" "./uart_drv/ee_printf.obj" "./uart_drv/uart_drv.obj" "../lnk_msp430g2553.cmd" -llibc.a -llibmath.a
<Linking>

undefined first referenced
symbol in file
--------- ----------------
PADIR_H ./radio_drv/cc1190_drv/cc1190_drv.obj
PADIR_L ./LaunchPad_trx_main.obj
PAIES_H ./radio_drv/cc1101_drv/cc1101_drv.obj
PAIES_L ./hal_mcu/hal_mcu.obj
PAIE_H ./radio_drv/cc1101_drv/cc1101_drv.obj
PAIE_L ./hal_mcu/hal_mcu.obj
PAIFG_H ./radio_drv/cc1101_drv/cc1101_drv.obj
PAOUT_H ./radio_drv/cc1190_drv/cc1190_drv.obj
PAOUT_L ./LaunchPad_trx_demo.obj
PAREN_L ./hal_mcu/hal_mcu.obj
PASEL_H ./radio_drv/hal_spi_rf.obj
PBDIR_H ./LaunchPad_trx_main.obj
PBDIR_L ./radio_drv/hal_spi_rf.obj
PBIN_L ./radio_drv/hal_spi_rf.obj
PBOUT_H ./LaunchPad_trx_demo.obj
PBSEL_H ./uart_drv/uart_drv.obj
PBSEL_L ./radio_drv/hal_spi_rf.obj
PCSEL_L ./hal_mcu/hal_mcu.obj
SFRIE1 ./hal_mcu/hal_mcu.obj
SFRIFG1 ./hal_mcu/hal_mcu.obj
TB0CCR0 ./hal_mcu/hal_f5_timerB0.obj
TB0CCR1 ./hal_mcu/hal_f5_timerB0.obj
TB0CCR2 ./hal_mcu/hal_f5_timerB0.obj
TB0CCTL1 ./hal_mcu/hal_f5_timerB0.obj
TB0CCTL2 ./hal_mcu/hal_f5_timerB0.obj
TB0CTL ./hal_mcu/hal_f5_timerB0.obj
TB0R ./hal_mcu/hal_f5_timerB0.obj
UCA1BRW_H ./uart_drv/uart_drv.obj
UCA1BRW_L ./uart_drv/uart_drv.obj
UCA1CTLW0_H ./uart_drv/uart_drv.obj
UCA1CTLW0_L ./uart_drv/uart_drv.obj
UCA1ICTL_L ./uart_drv/uart_drv.obj
UCA1MCTL ./uart_drv/uart_drv.obj
UCA1TXBUF ./uart_drv/uart_drv.obj
UCB0BRW_H ./radio_drv/hal_spi_rf.obj
UCB0BRW_L ./radio_drv/hal_spi_rf.obj
UCB0CTLW0_H ./radio_drv/hal_spi_rf.obj
UCB0CTLW0_L ./radio_drv/hal_spi_rf.obj
UCB0ICTL_H ./radio_drv/hal_spi_rf.obj
UCSCTL0 ./hal_mcu/hal_mcu.obj
UCSCTL1 ./hal_mcu/hal_mcu.obj
UCSCTL2 ./hal_mcu/hal_mcu.obj
UCSCTL4 ./hal_mcu/hal_mcu.obj
UCSCTL6 ./hal_mcu/hal_mcu.obj
UCSCTL7 ./hal_mcu/hal_mcu.obj

error #10234-D: unresolved symbols remain
remark #10372-D: (ULP 4.1) Detected uninitialized Port B in this project. Recommend initializing all unused ports to eliminate wasted current consumption on unused pins.
error #10010: errors encountered during linking; "LaunchPad_trx_demo.out" not built
remark #10372-D: (ULP 4.1) Detected uninitialized Port C in this project. Recommend initializing all unused ports to eliminate wasted current consumption on unused pins.
remark #10372-D: (ULP 4.1) Detected uninitialized Port D in this project. Recommend initializing all unused ports to eliminate wasted current consumption on unused pins.

>> Compilation failure
makefile:167: recipe for target 'LaunchPad_trx_demo.out' failed
gmake: *** [LaunchPad_trx_demo.out] Error 1
gmake: Target 'all' not remade because of errors.

**** Build Finished ****