I have updated my MSP430 Code Composer Studio with the latest versions of these tools:
SYSBIOS: 6.33.4.39 IPC: 1.24.02.27XDCTOOLS: 3.23.2.47
and I now get the warning message in the title. The full message is:
# configuring MS_Common.x430XS from package/cfg/MS_Common_p430XS.cfg ...C:/ti/xdctools_3_23_02_47/xs -Dxdc.path="C:/ti/bios_6_33_04_39/packages;C:/ti/uia_1_00_03_25/packages;C:/ti/xdctools_3_23_02_47/packages;.." -Dxdc.root=C:/ti/xdctools_3_23_02_47 -Dxdc.hostOS=Windows -Dconfig.importPath=".;C:/ti/bios_6_33_04_39/packages;C:/ti/uia_1_00_03_25/packages;C:/ti/xdctools_3_23_02_47/packages;..;C:/ti/xdctools_3_23_02_47;C:/ti/xdctools_3_23_02_47/etc" -Dxdc.bld.targets="" -DTOOLS= xdc.cfg MS_Common.x430XS package/cfg/MS_Common_p430XS.cfg package/cfg/MS_Common_p430XSWarning: xdc.cfg.INCOMPATIBLE_TARGET_VERSION: current target 'ti.targets.msp430.MSP430X_small' [1,0,4.0,0] is not compatible with targets used to build the following packages; package ti.sysbios.family.msp430 [in C:/ti/bios_6_33_04_39/packages/ti/sysbios/family/msp430/] was built using 'ti.targets.msp430.MSP430X_small' [1,0,4.1,0]; package ti.sysbios [in C:/ti/bios_6_33_04_39/packages/ti/sysbios/] was built using 'ti.targets.msp430.MSP430X_small' [1,0,4.1,0]; package ti.sysbios.hal [in C:/ti/bios_6_33_04_39/packages/ti/sysbios/hal/] was built using 'ti.targets.msp430.MSP430X_small' [1,0,4.1,0]; package ti.sysbios.knl [in C:/ti/bios_6_33_04_39/packages/ti/sysbios/knl/] was built using 'ti.targets.msp430.MSP430X_small' [1,0,4.1,0]; package ti.sysbios.gates [in C:/ti/bios_6_33_04_39/packages/ti/sysbios/gates/] was built using 'ti.targets.msp430.MSP430X_small' [1,0,4.1,0]; package ti.sysbios.xdcruntime [in C:/ti/bios_6_33_04_39/packages/ti/sysbios/xdcruntime/] was built using 'ti.targets.msp430.MSP430X_small' [1,0,4.1,0]; package ti.sysbios.heaps [in C:/ti/bios_6_33_04_39/packages/ti/sysbios/heaps/] was built using 'ti.targets.msp430.MSP430X_small' [1,0,4.1,0]; package ti.sysbios.utils [in C:/ti/bios_6_33_04_39/packages/ti/sysbios/utils/] was built using 'ti.targets.msp430.MSP430X_small' [1,0,4.1,0]
Obviously 4.0 is different from 4.1. How do I compile "ti.targets.msp430.MSP430X_small" with version 4.1?
Regards,
Fred
Hi Fred,
what version of CCS are you using exactly? Is this the free code size limited version of v4? What compiler versions do you have? This can be seen under Window->Preferences->CCS->Build->Code Generation Tools.
Best Regards,Lisa
Hi Lisa,
I am running a licensed version: CCS 5.1.1.00031
I went to: Window | Preferences | Code Composer Studio | Build | Compilers and the screen says:MSP430 --> TI v4.0.0 [C:/ti/ccsv5/tools/compiler/msp430].
You may want to know that this is a C++ project.
the fact that you have a C++ project and not a CCS project could alone cause issues. Please use a CCS project and let us know how that goes.
If you need/would like the newer compiler version just send me a friend/conversation request.
Sorry to confuse you. Its a RTSC project written in C++.
Cheers,
I can send you the compiler offline and that should hopefully solve things for you. I will send you a friend/conversation request followed by some download instructions.