Hi,everybody:
I have imported ipnc_rdk(3.5) to our own sensor . now i want to link some legacy lib (coff) ,but compile error founded:
error #10373-D: library
"src/trunk/ipnc_rdk/../ipnc_rdk/ipnc_mcfw/mcfw/src_bios6/l
inks_c6xdsp/alg/dmva/gate_src/vision/xxxx.lib" contains TI-COFF
object files which are incompatible with the ELF output file. Ensure you
are using the proper library.
I changed elf to coff in makerules\build_config.mk . But it still don't work .
It seems the problem may be in config_512M.bld . There's code which seems to support elf only .
var M3 = xdc.useModule('ti.targets.arm.elf.M3');
var C674 = xdc.useModule('ti.targets.elf.C674');
so does ipnc_rdk support coff? What can I do to change to coff?