Other Parts Discussed in Thread: CCSTUDIO
Tool/software: TI C/C++ Compiler
The DSP67x.lib has been downloaded from the Ti website, however this prebuilt library is in the COFF format.
I would like to rebuild the library DSP67x.lib in the EABI format.
In the "TMS320C67x DSP Library Programmer’s Reference Guide" in section 2.3, the instructions for a rebuild is:
2.3 How to Rebuild DSPLIB
If you would like to rebuild DSPLIB (for example, because you modified the
source file contained in the archive), you will have to use the mk6x utility as
follows:
mk6x dsp67x.src −l dsp67x.lib
My rebuild command line is:
mk6x.exe "C:\CCStudio\c6700\dsplib\lib\dsp67x.src" -l "C:\CCStudio\c6700\dsplib\lib\dsp67x.lib" -mv6740 --abi=eabi
The library file is successfully rebuilt, however the compiler rejects the --abi=eabi runtime option.
How do I get it to accept this option for the rebuild?
Is it possible to rebuild dsp67x.src into dsp67x.lib using CCSv7? i.e. is the output result even correct?
John