What do I need to setup in order to compile a Bluetooth example for the CC2564 used with the MSP430F5438A?
My setup:
Computer: Dell Latitude E6420
Operating System: Windows 7 Professional
IDE: Code Composer Studio Version: 6.0.1.00040 ("no updates found" when searched on 2015-01-13)
Bluetooth Stack: CC256XMSPBTBLESW-v1.5-R2-Setup.exe
C:\TI\Connectivity\CC256X BT\CC256x MSP430 Bluetopia SDK\v1.5 R2
MSP430Ware: MSP430ware_1_97_00_47_setup.exe
C:\TI\msp430\MSP430ware_1_97_00_47
MSP430 Hardware: MSP-EXP430F5438 kit with MSP430F5438A microcontroller, plus MSP-FET debugging interface
I compiled and ran the blinky example and observed the blinking LED.
C:\TI\msp430\MSP430ware_1_97_00_47\examples\devices\5xx_6xx\MSP430F541xA_MSP430F543xA_Code_Examples\C\msp430x54xA_1.c
This proves that there is no problem with the computer, OS, IDE, MSP430Ware, and MSP430 hardware
When I try to compile the Bluetooth example...
C:\TI\Connectivity\CC256X BT\CC256x MSP430 Bluetopia SDK\v1.5 R2\MSP430_Experimentor\Samples\HFPDemo
... this is the result I get.
sf said:<Linking>
"../lnk_msp430f5438a.cmd", line 127: warning #10424-D: Linker command file has
>> Compilation failure
no sections of type=VECT_INIT, but does contain .intXX sections. This file
may be out of date. Generating interrupt pointers for all .intXX sections.
The default handler provided in the RTS will be used if no other handler is
found. It is recommend that you update your linker command file to the
latest version.
undefined first referenced
symbol in file
--------- ----------------
_data20_read_char ./BTPSVEND.obj
error #10234-D: unresolved symbols remain
error #10010: errors encountered during linking; "HFPDemo.out" not built
gmake: *** [HFPDemo.out] Error 1
gmake: Target `all' not remade because of errors.
**** Build Finished ****
What can I try in order to fix this problem?
Here is some more information about my setup.
My workspace: C:\Users\a0123456\workspace_v6_0\2015-01-13
Project --> Import CCS Projects...
Automatically import referenced projects found in same search-directory. unchecked (not selected)
Copy projects into workspace (not selected)
Project --> Properties --> Build, MSP430 Compiler, Processor Options
Specify the code memory model. large
Specify the data memory model. small
Indicates what data should be near. globals