I have basicallly copied the right subsystem from the demo “simple_model” in a new file. If I try to flash it from the new file, the following error is shown:
Error in build step #15 (Make): Make process exited with code 2:
make: *** No rule to make target ‘Q:/user/KPascal/HiWi/RTBox_TI2000\LED_blink_codegen/Launchpad_TMS320F28069.ccxml’, needed by ‘output_TI2806x/pl_28069.ccxml’. Stop
I had to install the TI support package manually, since the Installer Executable could not find my newest version of Plecs on the computer.
The demo simple model does work.
Hello! There are two most likely culprits here:
- Back-slash in your path
Is your PLECS file called RTBox_TIC2000\LED_blink? Back slashes in paths can cause troubles with the make file.
- Network drives
It looks like you are running from a network drive. This can cause issues in some cases with our build/make process. If fix number 1 doesn’t work, trying number 2 might be the trick.
Are you able to build the simple_model itself, without copying to a new file?
Hello,
it works after I have renamed the folder in which the LED_blink was stored and moved the folder to the desktop. I was able to build the simple_model since it is stored in the C drive