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.

MSPAUDSINK example project compilation

Other Parts Discussed in Thread: BT-MSPAUDSINK

Hello:

I'm working on a Bluetooth Speaker project, and I downloaded the Bluetopia SDK and have the latest version of CCSV6.  I have a BT-MSPAUDSINK reference board, and the Quick Start Guide says that the example application code can be found in the A3DPDemo_SNK project.

I opened this project in CCS, and a warning popped up that the project was created with an older compiler, so I changed the compiler selection in the project settings like the warning text suggested.  But then it complained that the linker file was obsolete when I built it, and it also couldn't find libmath.a.  So I tried using the linker and linker command file from the CCS include directory, and then it complained that the code size didn't fit (build output is attached). 

Do you know if there's documentation on how to get this project to build with the latest CCS?  Some of this looks to be a bit dated.  For now, I’m just trying to build the example.

Any feedback or input is welcomed and appreciated!

build_output.txt
**** Build of configuration Debug - MSP430F5438A Exp for project A3DPDemo_SNK ****

"C:\\ti\\ccsv6\\utils\\bin\\gmake" -k all 
'Building file: D:/Projects/Four Lakes/code/MSP430_Experimentor/Samples/A3DPDemo_SNK/A3DPDemo_SNK.c'
'Invoking: MSP430 Compiler'
"C:/ti/ccsv6/tools/compiler/ti-cgt-msp430_4.4.7/bin/cl430" -vmspx --abi=coffabi --code_model=large --data_model=small --use_hw_mpy=F5 --include_path="C:/ti/ccsv6/ccs_base/msp430/include" --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-msp430_4.4.7/include" --include_path="D:/Projects/Four Lakes/code/MSP430_Experimentor/Bluetopia/include" --include_path="D:/Projects/Four Lakes/code/MSP430_Experimentor/Bluetopia/btpsvend" --include_path="D:/Projects/Four Lakes/code/MSP430_Experimentor/Bluetopia/btvs" --include_path="D:/Projects/Four Lakes/code/MSP430_Experimentor/Bluetopia/btpskrnl" --include_path="D:/Projects/Four Lakes/code/MSP430_Experimentor/Bluetopia/hcitrans" --include_path="D:/Projects/Four Lakes/code/MSP430_Experimentor/Bluetopia/profiles/A3DP/include" --include_path="D:/Projects/Four Lakes/code/MSP430_Experimentor/Bluetopia/profiles/AVRCP/include" --include_path="D:/Projects/Four Lakes/code/MSP430_Experimentor/Hardware" --include_path="D:/Projects/Four Lakes/code/MSP430_Experimentor/Hardware/MSP430_EXP5438" --include_path="D:/Projects/Four Lakes/code/MSP430_Experimentor/Samples/A3DPDemo_SNK" -g --define=__DISABLE_SMCLK__ --define=BTPS_MEMORY_BUFFER_SIZE=5000 --define=__SUPPORT_CC256XB_PATCH__ --define=__SUPPORT_MULTIROOM_PATCH__ --define=__MSP430F5438A__ --display_error_number --diag_suppress=172 --diag_warning=225 --silicon_errata=CPU21 --silicon_errata=CPU22 --silicon_errata=CPU23 --silicon_errata=CPU40 --printf_support=minimal --preproc_with_compile --preproc_dependency="A3DPDemo_SNK.pp"  "D:/Projects/Four Lakes/code/MSP430_Experimentor/Samples/A3DPDemo_SNK/A3DPDemo_SNK.c"
'Finished building: D:/Projects/Four Lakes/code/MSP430_Experimentor/Samples/A3DPDemo_SNK/A3DPDemo_SNK.c'
' '
'Building file: D:/Projects/Four Lakes/code/MSP430_Experimentor/Bluetopia/btpskrnl/BTPSKRNL.c'
'Invoking: MSP430 Compiler'
"C:/ti/ccsv6/tools/compiler/ti-cgt-msp430_4.4.7/bin/cl430" -vmspx --abi=coffabi --code_model=large --data_model=small --use_hw_mpy=F5 --include_path="C:/ti/ccsv6/ccs_base/msp430/include" --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-msp430_4.4.7/include" --include_path="D:/Projects/Four Lakes/code/MSP430_Experimentor/Bluetopia/include" --include_path="D:/Projects/Four Lakes/code/MSP430_Experimentor/Bluetopia/btpsvend" --include_path="D:/Projects/Four Lakes/code/MSP430_Experimentor/Bluetopia/btvs" --include_path="D:/Projects/Four Lakes/code/MSP430_Experimentor/Bluetopia/btpskrnl" --include_path="D:/Projects/Four Lakes/code/MSP430_Experimentor/Bluetopia/hcitrans" --include_path="D:/Projects/Four Lakes/code/MSP430_Experimentor/Bluetopia/profiles/A3DP/include" --include_path="D:/Projects/Four Lakes/code/MSP430_Experimentor/Bluetopia/profiles/AVRCP/include" --include_path="D:/Projects/Four Lakes/code/MSP430_Experimentor/Hardware" --include_path="D:/Projects/Four Lakes/code/MSP430_Experimentor/Hardware/MSP430_EXP5438" --include_path="D:/Projects/Four Lakes/code/MSP430_Experimentor/Samples/A3DPDemo_SNK" -g --define=__DISABLE_SMCLK__ --define=BTPS_MEMORY_BUFFER_SIZE=5000 --define=__SUPPORT_CC256XB_PATCH__ --define=__SUPPORT_MULTIROOM_PATCH__ --define=__MSP430F5438A__ --display_error_number --diag_suppress=172 --diag_warning=225 --silicon_errata=CPU21 --silicon_errata=CPU22 --silicon_errata=CPU23 --silicon_errata=CPU40 --printf_support=minimal --preproc_with_compile --preproc_dependency="BTPSKRNL.pp"  "D:/Projects/Four Lakes/code/MSP430_Experimentor/Bluetopia/btpskrnl/BTPSKRNL.c"
'Finished building: D:/Projects/Four Lakes/code/MSP430_Experimentor/Bluetopia/btpskrnl/BTPSKRNL.c'
' '
'Building file: D:/Projects/Four Lakes/code/MSP430_Experimentor/Bluetopia/btpsvend/BTPSVEND.c'
'Invoking: MSP430 Compiler'
"C:/ti/ccsv6/tools/compiler/ti-cgt-msp430_4.4.7/bin/cl430" -vmspx --abi=coffabi --code_model=large --data_model=small --use_hw_mpy=F5 --include_path="C:/ti/ccsv6/ccs_base/msp430/include" --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-msp430_4.4.7/include" --include_path="D:/Projects/Four Lakes/code/MSP430_Experimentor/Bluetopia/include" --include_path="D:/Projects/Four Lakes/code/MSP430_Experimentor/Bluetopia/btpsvend" --include_path="D:/Projects/Four Lakes/code/MSP430_Experimentor/Bluetopia/btvs" --include_path="D:/Projects/Four Lakes/code/MSP430_Experimentor/Bluetopia/btpskrnl" --include_path="D:/Projects/Four Lakes/code/MSP430_Experimentor/Bluetopia/hcitrans" --include_path="D:/Projects/Four Lakes/code/MSP430_Experimentor/Bluetopia/profiles/A3DP/include" --include_path="D:/Projects/Four Lakes/code/MSP430_Experimentor/Bluetopia/profiles/AVRCP/include" --include_path="D:/Projects/Four Lakes/code/MSP430_Experimentor/Hardware" --include_path="D:/Projects/Four Lakes/code/MSP430_Experimentor/Hardware/MSP430_EXP5438" --include_path="D:/Projects/Four Lakes/code/MSP430_Experimentor/Samples/A3DPDemo_SNK" -g --define=__DISABLE_SMCLK__ --define=BTPS_MEMORY_BUFFER_SIZE=5000 --define=__SUPPORT_CC256XB_PATCH__ --define=__SUPPORT_MULTIROOM_PATCH__ --define=__MSP430F5438A__ --display_error_number --diag_suppress=172 --diag_warning=225 --silicon_errata=CPU21 --silicon_errata=CPU22 --silicon_errata=CPU23 --silicon_errata=CPU40 --printf_support=minimal --preproc_with_compile --preproc_dependency="BTPSVEND.pp"  "D:/Projects/Four Lakes/code/MSP430_Experimentor/Bluetopia/btpsvend/BTPSVEND.c"
"D:/Projects/Four Lakes/code/MSP430_Experimentor/Bluetopia/btpsvend/BTPSVEND.c", line 149: warning #225-D: function "_data20_read_char" declared implicitly
'Finished building: D:/Projects/Four Lakes/code/MSP430_Experimentor/Bluetopia/btpsvend/BTPSVEND.c'
' '
'Building file: D:/Projects/Four Lakes/code/MSP430_Experimentor/Bluetopia/btvs/BTVS.c'
'Invoking: MSP430 Compiler'
"C:/ti/ccsv6/tools/compiler/ti-cgt-msp430_4.4.7/bin/cl430" -vmspx --abi=coffabi --code_model=large --data_model=small --use_hw_mpy=F5 --include_path="C:/ti/ccsv6/ccs_base/msp430/include" --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-msp430_4.4.7/include" --include_path="D:/Projects/Four Lakes/code/MSP430_Experimentor/Bluetopia/include" --include_path="D:/Projects/Four Lakes/code/MSP430_Experimentor/Bluetopia/btpsvend" --include_path="D:/Projects/Four Lakes/code/MSP430_Experimentor/Bluetopia/btvs" --include_path="D:/Projects/Four Lakes/code/MSP430_Experimentor/Bluetopia/btpskrnl" --include_path="D:/Projects/Four Lakes/code/MSP430_Experimentor/Bluetopia/hcitrans" --include_path="D:/Projects/Four Lakes/code/MSP430_Experimentor/Bluetopia/profiles/A3DP/include" --include_path="D:/Projects/Four Lakes/code/MSP430_Experimentor/Bluetopia/profiles/AVRCP/include" --include_path="D:/Projects/Four Lakes/code/MSP430_Experimentor/Hardware" --include_path="D:/Projects/Four Lakes/code/MSP430_Experimentor/Hardware/MSP430_EXP5438" --include_path="D:/Projects/Four Lakes/code/MSP430_Experimentor/Samples/A3DPDemo_SNK" -g --define=__DISABLE_SMCLK__ --define=BTPS_MEMORY_BUFFER_SIZE=5000 --define=__SUPPORT_CC256XB_PATCH__ --define=__SUPPORT_MULTIROOM_PATCH__ --define=__MSP430F5438A__ --display_error_number --diag_suppress=172 --diag_warning=225 --silicon_errata=CPU21 --silicon_errata=CPU22 --silicon_errata=CPU23 --silicon_errata=CPU40 --printf_support=minimal --preproc_with_compile --preproc_dependency="BTVS.pp"  "D:/Projects/Four Lakes/code/MSP430_Experimentor/Bluetopia/btvs/BTVS.c"
"D:/Projects/Four Lakes/code/MSP430_Experimentor/Bluetopia/btvs/BTVS.c", line 169: warning #188-D: pointless comparison of unsigned integer with zero
"D:/Projects/Four Lakes/code/MSP430_Experimentor/Bluetopia/btvs/BTVS.c", line 431: warning #188-D: pointless comparison of unsigned integer with zero
"D:/Projects/Four Lakes/code/MSP430_Experimentor/Bluetopia/btvs/BTVS.c", line 645: warning #188-D: pointless comparison of unsigned integer with zero
"D:/Projects/Four Lakes/code/MSP430_Experimentor/Bluetopia/btvs/BTVS.c", line 645: warning #188-D: pointless comparison of unsigned integer with zero
"D:/Projects/Four Lakes/code/MSP430_Experimentor/Bluetopia/btvs/BTVS.c", line 731: warning #188-D: pointless comparison of unsigned integer with zero
'Finished building: D:/Projects/Four Lakes/code/MSP430_Experimentor/Bluetopia/btvs/BTVS.c'
' '
'Building file: D:/Projects/Four Lakes/code/MSP430_Experimentor/Bluetopia/hcitrans/HCITRANS.c'
'Invoking: MSP430 Compiler'
"C:/ti/ccsv6/tools/compiler/ti-cgt-msp430_4.4.7/bin/cl430" -vmspx --abi=coffabi --code_model=large --data_model=small --use_hw_mpy=F5 --include_path="C:/ti/ccsv6/ccs_base/msp430/include" --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-msp430_4.4.7/include" --include_path="D:/Projects/Four Lakes/code/MSP430_Experimentor/Bluetopia/include" --include_path="D:/Projects/Four Lakes/code/MSP430_Experimentor/Bluetopia/btpsvend" --include_path="D:/Projects/Four Lakes/code/MSP430_Experimentor/Bluetopia/btvs" --include_path="D:/Projects/Four Lakes/code/MSP430_Experimentor/Bluetopia/btpskrnl" --include_path="D:/Projects/Four Lakes/code/MSP430_Experimentor/Bluetopia/hcitrans" --include_path="D:/Projects/Four Lakes/code/MSP430_Experimentor/Bluetopia/profiles/A3DP/include" --include_path="D:/Projects/Four Lakes/code/MSP430_Experimentor/Bluetopia/profiles/AVRCP/include" --include_path="D:/Projects/Four Lakes/code/MSP430_Experimentor/Hardware" --include_path="D:/Projects/Four Lakes/code/MSP430_Experimentor/Hardware/MSP430_EXP5438" --include_path="D:/Projects/Four Lakes/code/MSP430_Experimentor/Samples/A3DPDemo_SNK" -g --define=__DISABLE_SMCLK__ --define=BTPS_MEMORY_BUFFER_SIZE=5000 --define=__SUPPORT_CC256XB_PATCH__ --define=__SUPPORT_MULTIROOM_PATCH__ --define=__MSP430F5438A__ --display_error_number --diag_suppress=172 --diag_warning=225 --silicon_errata=CPU21 --silicon_errata=CPU22 --silicon_errata=CPU23 --silicon_errata=CPU40 --printf_support=minimal --preproc_with_compile --preproc_dependency="HCITRANS.pp"  "D:/Projects/Four Lakes/code/MSP430_Experimentor/Bluetopia/hcitrans/HCITRANS.c"
'Finished building: D:/Projects/Four Lakes/code/MSP430_Experimentor/Bluetopia/hcitrans/HCITRANS.c'
' '
'Building file: D:/Projects/Four Lakes/code/MSP430_Experimentor/Samples/A3DPDemo_SNK/Main.c'
'Invoking: MSP430 Compiler'
"C:/ti/ccsv6/tools/compiler/ti-cgt-msp430_4.4.7/bin/cl430" -vmspx --abi=coffabi --code_model=large --data_model=small --use_hw_mpy=F5 --include_path="C:/ti/ccsv6/ccs_base/msp430/include" --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-msp430_4.4.7/include" --include_path="D:/Projects/Four Lakes/code/MSP430_Experimentor/Bluetopia/include" --include_path="D:/Projects/Four Lakes/code/MSP430_Experimentor/Bluetopia/btpsvend" --include_path="D:/Projects/Four Lakes/code/MSP430_Experimentor/Bluetopia/btvs" --include_path="D:/Projects/Four Lakes/code/MSP430_Experimentor/Bluetopia/btpskrnl" --include_path="D:/Projects/Four Lakes/code/MSP430_Experimentor/Bluetopia/hcitrans" --include_path="D:/Projects/Four Lakes/code/MSP430_Experimentor/Bluetopia/profiles/A3DP/include" --include_path="D:/Projects/Four Lakes/code/MSP430_Experimentor/Bluetopia/profiles/AVRCP/include" --include_path="D:/Projects/Four Lakes/code/MSP430_Experimentor/Hardware" --include_path="D:/Projects/Four Lakes/code/MSP430_Experimentor/Hardware/MSP430_EXP5438" --include_path="D:/Projects/Four Lakes/code/MSP430_Experimentor/Samples/A3DPDemo_SNK" -g --define=__DISABLE_SMCLK__ --define=BTPS_MEMORY_BUFFER_SIZE=5000 --define=__SUPPORT_CC256XB_PATCH__ --define=__SUPPORT_MULTIROOM_PATCH__ --define=__MSP430F5438A__ --display_error_number --diag_suppress=172 --diag_warning=225 --silicon_errata=CPU21 --silicon_errata=CPU22 --silicon_errata=CPU23 --silicon_errata=CPU40 --printf_support=minimal --preproc_with_compile --preproc_dependency="Main.pp"  "D:/Projects/Four Lakes/code/MSP430_Experimentor/Samples/A3DPDemo_SNK/Main.c"
'Finished building: D:/Projects/Four Lakes/code/MSP430_Experimentor/Samples/A3DPDemo_SNK/Main.c'
' '
'Building file: D:/Projects/Four Lakes/code/MSP430_Experimentor/Hardware/pre_init.c'
'Invoking: MSP430 Compiler'
"C:/ti/ccsv6/tools/compiler/ti-cgt-msp430_4.4.7/bin/cl430" -vmspx --abi=coffabi --code_model=large --data_model=small --use_hw_mpy=F5 --include_path="C:/ti/ccsv6/ccs_base/msp430/include" --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-msp430_4.4.7/include" --include_path="D:/Projects/Four Lakes/code/MSP430_Experimentor/Bluetopia/include" --include_path="D:/Projects/Four Lakes/code/MSP430_Experimentor/Bluetopia/btpsvend" --include_path="D:/Projects/Four Lakes/code/MSP430_Experimentor/Bluetopia/btvs" --include_path="D:/Projects/Four Lakes/code/MSP430_Experimentor/Bluetopia/btpskrnl" --include_path="D:/Projects/Four Lakes/code/MSP430_Experimentor/Bluetopia/hcitrans" --include_path="D:/Projects/Four Lakes/code/MSP430_Experimentor/Bluetopia/profiles/A3DP/include" --include_path="D:/Projects/Four Lakes/code/MSP430_Experimentor/Bluetopia/profiles/AVRCP/include" --include_path="D:/Projects/Four Lakes/code/MSP430_Experimentor/Hardware" --include_path="D:/Projects/Four Lakes/code/MSP430_Experimentor/Hardware/MSP430_EXP5438" --include_path="D:/Projects/Four Lakes/code/MSP430_Experimentor/Samples/A3DPDemo_SNK" -g --define=__DISABLE_SMCLK__ --define=BTPS_MEMORY_BUFFER_SIZE=5000 --define=__SUPPORT_CC256XB_PATCH__ --define=__SUPPORT_MULTIROOM_PATCH__ --define=__MSP430F5438A__ --display_error_number --diag_suppress=172 --diag_warning=225 --silicon_errata=CPU21 --silicon_errata=CPU22 --silicon_errata=CPU23 --silicon_errata=CPU40 --printf_support=minimal --preproc_with_compile --preproc_dependency="pre_init.pp"  "D:/Projects/Four Lakes/code/MSP430_Experimentor/Hardware/pre_init.c"
'Finished building: D:/Projects/Four Lakes/code/MSP430_Experimentor/Hardware/pre_init.c'
' '
'Building file: D:/Projects/Four Lakes/code/MSP430_Experimentor/Bluetopia/btpskrnl/sprintf.c'
'Invoking: MSP430 Compiler'
"C:/ti/ccsv6/tools/compiler/ti-cgt-msp430_4.4.7/bin/cl430" -vmspx --abi=coffabi --code_model=large --data_model=small --use_hw_mpy=F5 --include_path="C:/ti/ccsv6/ccs_base/msp430/include" --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-msp430_4.4.7/include" --include_path="D:/Projects/Four Lakes/code/MSP430_Experimentor/Bluetopia/include" --include_path="D:/Projects/Four Lakes/code/MSP430_Experimentor/Bluetopia/btpsvend" --include_path="D:/Projects/Four Lakes/code/MSP430_Experimentor/Bluetopia/btvs" --include_path="D:/Projects/Four Lakes/code/MSP430_Experimentor/Bluetopia/btpskrnl" --include_path="D:/Projects/Four Lakes/code/MSP430_Experimentor/Bluetopia/hcitrans" --include_path="D:/Projects/Four Lakes/code/MSP430_Experimentor/Bluetopia/profiles/A3DP/include" --include_path="D:/Projects/Four Lakes/code/MSP430_Experimentor/Bluetopia/profiles/AVRCP/include" --include_path="D:/Projects/Four Lakes/code/MSP430_Experimentor/Hardware" --include_path="D:/Projects/Four Lakes/code/MSP430_Experimentor/Hardware/MSP430_EXP5438" --include_path="D:/Projects/Four Lakes/code/MSP430_Experimentor/Samples/A3DPDemo_SNK" -g --define=__DISABLE_SMCLK__ --define=BTPS_MEMORY_BUFFER_SIZE=5000 --define=__SUPPORT_CC256XB_PATCH__ --define=__SUPPORT_MULTIROOM_PATCH__ --define=__MSP430F5438A__ --display_error_number --diag_suppress=172 --diag_warning=225 --silicon_errata=CPU21 --silicon_errata=CPU22 --silicon_errata=CPU23 --silicon_errata=CPU40 --printf_support=minimal --preproc_with_compile --preproc_dependency="sprintf.pp"  "D:/Projects/Four Lakes/code/MSP430_Experimentor/Bluetopia/btpskrnl/sprintf.c"
'Finished building: D:/Projects/Four Lakes/code/MSP430_Experimentor/Bluetopia/btpskrnl/sprintf.c'
' '
'Building file: D:/Projects/Four Lakes/code/MSP430_Experimentor/Hardware/MSP430_EXP5438/HAL.c'
'Invoking: MSP430 Compiler'
"C:/ti/ccsv6/tools/compiler/ti-cgt-msp430_4.4.7/bin/cl430" -vmspx --abi=coffabi --code_model=large --data_model=small --use_hw_mpy=F5 --include_path="C:/ti/ccsv6/ccs_base/msp430/include" --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-msp430_4.4.7/include" --include_path="D:/Projects/Four Lakes/code/MSP430_Experimentor/Bluetopia/include" --include_path="D:/Projects/Four Lakes/code/MSP430_Experimentor/Bluetopia/btpsvend" --include_path="D:/Projects/Four Lakes/code/MSP430_Experimentor/Bluetopia/btvs" --include_path="D:/Projects/Four Lakes/code/MSP430_Experimentor/Bluetopia/btpskrnl" --include_path="D:/Projects/Four Lakes/code/MSP430_Experimentor/Bluetopia/hcitrans" --include_path="D:/Projects/Four Lakes/code/MSP430_Experimentor/Bluetopia/profiles/A3DP/include" --include_path="D:/Projects/Four Lakes/code/MSP430_Experimentor/Bluetopia/profiles/AVRCP/include" --include_path="D:/Projects/Four Lakes/code/MSP430_Experimentor/Hardware" --include_path="D:/Projects/Four Lakes/code/MSP430_Experimentor/Hardware/MSP430_EXP5438" --include_path="D:/Projects/Four Lakes/code/MSP430_Experimentor/Samples/A3DPDemo_SNK" -g --define=__DISABLE_SMCLK__ --define=BTPS_MEMORY_BUFFER_SIZE=5000 --define=__SUPPORT_CC256XB_PATCH__ --define=__SUPPORT_MULTIROOM_PATCH__ --define=__MSP430F5438A__ --display_error_number --diag_suppress=172 --diag_warning=225 --silicon_errata=CPU21 --silicon_errata=CPU22 --silicon_errata=CPU23 --silicon_errata=CPU40 --printf_support=minimal --preproc_with_compile --preproc_dependency="MSP430_EXP5438/HAL.pp" --obj_directory="MSP430_EXP5438"  "D:/Projects/Four Lakes/code/MSP430_Experimentor/Hardware/MSP430_EXP5438/HAL.c"
'Finished building: D:/Projects/Four Lakes/code/MSP430_Experimentor/Hardware/MSP430_EXP5438/HAL.c'
' '
'Building target: A3DPDemo_SNK.out'
'Invoking: MSP430 Linker'
"C:/ti/ccsv6/tools/compiler/ti-cgt-msp430_4.4.7/bin/cl430" -vmspx --abi=coffabi --code_model=large --data_model=small --use_hw_mpy=F5 -g --define=__DISABLE_SMCLK__ --define=BTPS_MEMORY_BUFFER_SIZE=5000 --define=__SUPPORT_CC256XB_PATCH__ --define=__SUPPORT_MULTIROOM_PATCH__ --define=__MSP430F5438A__ --display_error_number --diag_suppress=172 --diag_warning=225 --silicon_errata=CPU21 --silicon_errata=CPU22 --silicon_errata=CPU23 --silicon_errata=CPU40 --printf_support=minimal -z -m"A3DPDemo_SNK.map" --stack_size=1200 --heap_size=0 --cinit_hold_wdt=on -i"C:/ti/ccsv6/ccs_base/msp430/include" -i"C:/ti/ccsv6/tools/compiler/ti-cgt-msp430_4.4.7/lib" -i"C:/ti/ccsv6/tools/compiler/ti-cgt-msp430_4.4.7/include" -i"D:/Projects/Four Lakes/code/MSP430_Experimentor/Bluetopia/lib/CCS/LargeMTU/coffabi" -i"D:/Projects/Four Lakes/code/MSP430_Experimentor/Bluetopia/profiles/A3DP/lib/CCS/coffabi" -i"C:/ti/ccsv6/ccs_base/msp430/lib/5xx_6xx_FRxx" --reread_libs --warn_sections --xml_link_info="A3DPDemo_SNK_linkInfo.xml" --use_hw_mpy=F5 --rom_model -o "A3DPDemo_SNK.out" "./A3DPDemo_SNK.obj" "./BTPSKRNL.obj" "./BTPSVEND.obj" "./BTVS.obj" "./HCITRANS.obj" "./Main.obj" "./pre_init.obj" "./sprintf.obj" "./MSP430_EXP5438/HAL.obj" "../lnk_msp430f5438a.cmd"  -l"libBluetopia.a" -l"libSS1BTA3D_C.a" -l"libc.a" -l"libmath.a" 
<Linking>
warning #10204-D: could not resolve index library "libmath.a" to a compatible
   library
warning #10247-D: creating output section ".patch" without a SECTIONS
   specification
"../lnk_msp430f5438a.cmd", line 145: error #10099-D: program will not fit into

   available memory.  placement with alignment fails for section ".text" size
>> Compilation failure
   0x21866 .  Available memory ranges:
   FLASH        size: 0xa380       unused: 0x0          max hole: 0x0       
"../lnk_msp430f5438a.cmd", line 152: error #10099-D: program will not fit into
   available memory.  placement with alignment fails for section ".const" size
   0x1a69 .  Available memory ranges:
   FLASH        size: 0xa380       unused: 0x0          max hole: 0x0       
"../lnk_msp430f5438a.cmd", line 149: error #10099-D: program will not fit into
   available memory.  placement with alignment fails for section ".text:_isr"
   size 0x16e .  Available memory ranges:
   FLASH        size: 0xa380       unused: 0x0          max hole: 0x0       
"../lnk_msp430f5438a.cmd", line 150: error #10099-D: program will not fit into
   available memory.  placement with alignment fails for section ".cinit" size
   0x152 .  Available memory ranges:
   FLASH        size: 0xa380       unused: 0x0          max hole: 0x0       

 undefined         first referenced
  symbol               in file     
 ---------         ----------------
 _data20_read_char ./BTPSVEND.obj  

error #10234-D: unresolved symbols remain
error #10010: errors encountered during linking; "A3DPDemo_SNK.out" not built
gmake: *** [A3DPDemo_SNK.out] Error 1
gmake: Target `all' not remade because of errors.

**** Build Finished ****

Thanks again!

Paul