Hello,
I am using Code Composer Studio version 5.5.00077, C6000 Bios version 6.35.4.50, C6000 Compiler version 7.4.11, and C6000 XDCTools version 3.25.4.88. The IDE is running under Windows 7
I am trying to build NDK 2.24.00.11 for DM6437 processor using ELF binaries.
I noticed that definitions for ELF C64P output are absent in both ndk.mak and ndk.bld.
Is there a way to add them? When I rebuild the NDK using just C64P directives, incorrect libraries are generated, with extension .a64p instead of .ae64p. I edited ndk.bld, and modified C6xOpts to specify ELF abi (--abi=eabi). From watching verbose build output, I believe that correct object files were generated, but they were packaged in libraries with incorrect extension (.a64P instead of .ae64P).
What is (or is there) a correct way to generate ELF NDK libraries for C64P?
Will adding target "ti.targets.elf.C64P" do the trick?
Thank you in advance,
Dmitry.