Hi, all
We decide to release our code in COFF and ABI format for C6400 processor, but the problem is we can only get the dsplib for C6400 with COFF format. And we decide to build the ELF format dsplib by ourself. And I found the guide to build the library from source code and the command is as follows
mk6x dsp64x.src –l dsp64x.lib
The problem is :
1. When build that under our Linux server, it doesn't work for any source, no matter the dsp64x.src, dsp64x_c.src for dsp64x_sa.src, so can I build the source code in Linux environment?
2. How to build from the source package withe elf support, I only know the compiler options " --abi=eabi --strip_coff_underscore", how to invoke the options when calling mk6x.
By the way, I'm using compiler version 7.2.2.
BR
Touse