I am trying to use the Grace plug in to CCS 5. When I try to build any program, even the grace example of blinking led the following message appears and abort the process:
<Linking>error #10016-D: --abi=eabi not supported when producing TI-COFF output filesfatal error #10011: cannot continue with specified options; aborting
How can i fix it, please.
Hi Guillermo,
try going into Project->Properties->General and changing from COFF to ELF (EABI) which is the new MSP default.
Please keep us posted.
BEst regards,
Lisa
Thank you, Lisa. I did what you suggested. The Project>Properties>General was already in EABI. Everything worked as due when I changed the Support library from 'automatic' to EABI library.
Hope it is useful for others.
great, glad to hear that helped.
All the best with development.
Best Regards,Lisa
Hi
I have exactly the same problem. I have just installed CCS Version: 5.2.0.00044 and created a skeleton Grace app for an MSP430F2013. The build fails with the same "-abi=eabi not supported when producing TI-COFF output files".
However, Project>Properties>General already shows an output format of "eabi (ELF)". The RTSC target (mentioned in other posts is "ti.targets.msp430.MSP430". And explicitly setting runtime support library form 'automatic' to "rts430_eabi.lib" as suggested in another post, makes no difference.
Help, please.
RegardsDick Laine
Dick,
There is a known issue with the 5.2 Beta2 that you are using when building the Grace template example.
In CCS 5.2.0, the product was changed so that the Linker's build output format is now ELF (rather than COFF). When building a Grace project, the project's RTSC Target must be correctly set to the ELF version, however, for the example template it is still being set to the COFF version. This bug is fixed in Beta3 build which is now available for download: http://processors.wiki.ti.com/index.php/Code_Composer_Studio_Beta_Downloads
If you still wish to use Beta2, you can use the workaround below.
1) Open the project properties window.
2) Under the Main tab Advanced Settings section, change the Output Format from "eabi (ELF)" to "legacy COFF". Then change it *back* to "eabi (ELF)".
3) Select the project properties RTSC tab.
4) The target should now be (correctly) be set to ELF (i.e., "ti.targets.msp430.elf.MSP430).
5) You will need to select an appropriate platform.
6) Click OK. The build should then work.
If a post answers your question please mark it with the "Verify Answer" button
Search the wikis for common questions: CGT, BIOS, CCSv3, CCSv4Track a known bug with SDOWP. Enter the bug id in the "Find Record ID" box
Thank you for your help, Aarti, I will try the new beta 3. I have build my grace projects changing the output format to "legacy COFF" with the library in 'automatic' or changing the library from automatic to 'eabi'. It works one way or another. I will follow your directions, though.
Thank you, AartiG.
I'be installed the new CCS build and all is now ok.
Cheers
Dick
Unfortuately I am not as lucky as the other guys above. Grace still give me grief even after I followed the steps described above. Any help is really appreciated.
I am on Windows Vista and using CCS Version: 5.2.1.00018.
Below is the output on the console:
**** Build of configuration Debug for project louis6 ****
C:\ti\ccsv5\utils\bin\gmake -k all
making ../src/csl/csl.lib ...
cle430 CSL_init.c ...
C:/ti/ccsv5/tools/compiler/msp430_4.1.1/bin/cl430 --abi=eabi -c --obj_directory=objs/ -vmsp -g --symdebug:dwarf --optimize_with_debug -qq -pdsw225 -D__MSP430G2553__ -I C:/ti/ccsv5/tools/compiler/msp430_4.1.1/include -I "C:/ti/grace_1_10_04_36/packages" -I "C:/ti/grace_1_10_04_36/packages/ti/mcu/msp430//include" CSL_init.c
0 [main] sh 3208 sync_with_child: child 4172(0x1A4) died before initialization with status code 0x0
19 [main] sh 3208 sync_with_child: *** child state waiting for longjmp
C:/Users/family/AppData/Local/Temp/make2624-1.sh: fork: Resource temporarily unavailable
gmake[1]: *** [objs\CSL_init.obj] Error 128
cle430 GPIO_init.c ...
C:/ti/ccsv5/tools/compiler/msp430_4.1.1/bin/cl430 --abi=eabi -c --obj_directory=objs/ -vmsp -g --symdebug:dwarf --optimize_with_debug -qq -pdsw225 -D__MSP430G2553__ -I C:/ti/ccsv5/tools/compiler/msp430_4.1.1/include -I "C:/ti/grace_1_10_04_36/packages" -I "C:/ti/grace_1_10_04_36/packages/ti/mcu/msp430//include" GPIO_init.c
0 [main] sh 4268 sync_with_child: child 1316(0x1A4) died before initialization with status code 0x0
22 [main] sh 4268 sync_with_child: *** child state waiting for longjmp
gmake[1]: *** [objs\GPIO_init.obj] Error 128
cle430 BCSplus_init.c ...
C:/ti/ccsv5/tools/compiler/msp430_4.1.1/bin/cl430 --abi=eabi -c --obj_directory=objs/ -vmsp -g --symdebug:dwarf --optimize_with_debug -qq -pdsw225 -D__MSP430G2553__ -I C:/ti/ccsv5/tools/compiler/msp430_4.1.1/include -I "C:/ti/grace_1_10_04_36/packages" -I "C:/ti/grace_1_10_04_36/packages/ti/mcu/msp430//include" BCSplus_init.c
0 [main] sh 1652 sync_with_child: child 3568(0x1A4) died before initialization with status code 0x0
21 [main] sh 1652 sync_with_child: *** child state waiting for longjmp
gmake[1]: *** [objs\BCSplus_init.obj] Error 128
cle430 System_init.c ...
C:/ti/ccsv5/tools/compiler/msp430_4.1.1/bin/cl430 --abi=eabi -c --obj_directory=objs/ -vmsp -g --symdebug:dwarf --optimize_with_debug -qq -pdsw225 -D__MSP430G2553__ -I C:/ti/ccsv5/tools/compiler/msp430_4.1.1/include -I "C:/ti/grace_1_10_04_36/packages" -I "C:/ti/grace_1_10_04_36/packages/ti/mcu/msp430//include" System_init.c
0 [main] sh 292 sync_with_child: child 3060(0x1A4) died before initialization with status code 0x0
23 [main] sh 292 sync_with_child: *** child state waiting for longjmp
gmake[1]: *** [objs\System_init.obj] Error 128
cle430 WDTplus_init.c ...
C:/ti/ccsv5/tools/compiler/msp430_4.1.1/bin/cl430 --abi=eabi -c --obj_directory=objs/ -vmsp -g --symdebug:dwarf --optimize_with_debug -qq -pdsw225 -D__MSP430G2553__ -I C:/ti/ccsv5/tools/compiler/msp430_4.1.1/include -I "C:/ti/grace_1_10_04_36/packages" -I "C:/ti/grace_1_10_04_36/packages/ti/mcu/msp430//include" WDTplus_init.c
0 [main] sh 5008 sync_with_child: child 2432(0x1A4) died before initialization with status code 0x0
141 [main] sh 5008 sync_with_child: *** child state waiting for longjmp
gmake[1]: *** [objs\WDTplus_init.obj] Error 128
gmake[1]: Target `all' not remade because of errors.
gmake: *** [../src/csl/csl.lib] Error 2
gmake: Target `all' not remade because of errors.
**** Build Finished ****