Other Parts Discussed in Thread: CODECOMPOSER, SYSBIOS
Tool/software: Code Composer Studio
[I posted this question in the CodeComposer forum, but that was probably a mistake]
Hello, I did a clean install of CodeComposer and imported my workspace (from another PC). It has an RTOS with some sharing between a bootloader and my app.
I compiled and that resulted in (1st line):
making ../src/sysbios/sysbios.aem3 ...
../src/makefile.libs:56: recipe for target '../src/sysbios/sysbios.aem3' failed
Followed by lots more lines like this:
gmake[1]: *** No rule to make target 'xdc/runtime/xdc_noinit.c', needed by 'BIOS.obj'.
See the attachment below, for more info, including the xdc status.
How do I resolve this? I got part of the way, because an inexistent "XDC tools version" was selected by default (and it kept reverting to that).