Hello everyone
(target C6678, CCS v6.000.0.98)
For our custom board, on the same "C/C++ project"
we build 32 binaries (.out) using TI's C6x compiler/linker..
It also means we produce 32 .xml and .map files, etc.
When we try to use "memory allocation view" it says that we need to set up the "link-info file path" but when we click it does nothing.
A workaround I found is to have a separate "hello world" project built.
In the debug folder I replace the helloworld_linkInfo.xml with our own (from one of the 32 cores big project) and rename it.
Then it works and shows me the memory allocation for the initial project.
Is there any plans to improve this ?
A simple "open file" dialog would solve this I think.
Regards,
Clement