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.

MSP430F5438+CC256xQFNEM: SPP demo compile error

Guru 24520 points
Other Parts Discussed in Thread: MSP430F5438A, CC256XMSPBTBLESW

Dear all,

Please let me confirm the following question.

I met the compile error when imported the project according to the following URL.

  URL: http://processors.wiki.ti.com/index.php/PAN1315EMK_User_Guide

And attached the error which CCS showed as below.

**********************************

"../lnk_msp430f5438a.cmd", line 127: warning #10424-D: Linker command file has 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.
error #16019-D: file "C:/ti/Connectivity/CC256X BT/CC256x MSP430 Bluetopia SDK/v1.4 R2/MSP430_Experimentor/Bluetopia/lib/CCS/DefaultMTU/coffabi/libBluetopia.a<BSC.obj>" specifies large code memory model, which is not compatible with small code memory model specified in a previous file or on the command line
warning #10366-D: automatic library build: using library
   "C:\ti\ccsv5\tools\compiler\msp430_4.2.5\lib\rts430x_sc_sd.lib" for the first time, so it must be built.  This may take a few minutes.
error #10010: errors encountered during linking; "SPPDemo.out" not built

**********************************

Would you please tell me the solution in order to resolve this error?

My environment is as below.

  CCS version:  5.5.0.00077

  Compiler version: TI v4.0.0

  CC256XMSPBTBLESW: 1.4 R2 

If you have any questions or necessary information, please let me know.

Best regards.

Kaka

  • Kaka,

    Kato Motoki said:

    **********************************

    "../lnk_msp430f5438a.cmd", line 127: warning #10424-D: Linker command file has 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.
    error #16019-D: file "C:/ti/Connectivity/CC256X BT/CC256x MSP430 Bluetopia SDK/v1.4 R2/MSP430_Experimentor/Bluetopia/lib/CCS/DefaultMTU/coffabi/libBluetopia.a<BSC.obj>" specifies large code memory model, which is not compatible with small code memory model specified in a previous file or on the command line
    warning #10366-D: automatic library build: using library
       "C:\ti\ccsv5\tools\compiler\msp430_4.2.5\lib\rts430x_sc_sd.lib" for the first time, so it must be built.  This may take a few minutes.
    error #10010: errors encountered during linking; "SPPDemo.out" not built

    **********************************

    I haven't tested it myself, but referring to the error message above, it seems that the library is compiled with large code memory model and the application not. So when compiling the application make sure the following setting is set:

    Could you please try that?

  • Anyway, I am also moving this thread to the Bluetooth forum to get in touch with the experts in case you have further questions.

  • Thanks, it was the problem as specified. The code is trying to be compiled by a larger data model than initially written.


    Best wishes,

    Alex