Hi,
Using the "full" version of framework_components 2_23_01 it looks like the build for dm6446 (and dm648) is disabled (they are commented out in buildPlatforms, and the progArray.push that references it is also commented out in vicp/package.bld). Enabling the dm6446 build in vicp/package.bld gave me the "cannot use STABS debug options with 6400+". Searching the net I found that someone had replaced the '-gp' option for the profile and coverage builds with some other options. Doing that got rid of the STABS error, but then I ran into a lnk6x segmentation fault.
(I also hardcoded the chipType variable to dm6446 in common.tci; without that I got "Cannot read property "chipType" from undefined".)
Editing common.tci and vicp/package.bld in framework_components 2_24_01 (also full version, with needed auxiliary components) I can actually build the .x64P files (in trace/release/debug/debug_trace configurations) without errors, but there's no binary for the ARM side.
Anyone managed to build and run the vicp example for the DM6446?
Thanks,
Orjan