Why is the "echo" command not recognized when I Build and Execute a Simulink Model for a Texas Instruments Code Composer Studio v4 and v5.1 Target Configuration?
Mostra commenti meno recenti
When I use Embedded Coder to Build and Execute code for my development board, an error pops up as soon as the code is being executed on the target.
When the code has been built, a DOS window appears which should load the .out file into the DSP. The content of the cmd window shows the following error:
'"echo"' is not recognized as an internal or external command, operable program or batch file.
The generated ".out" file works as it is supposed to. If I load the generated ".out" file into the DSP using Texas Instruments Code Composer Studio v4 (TI CCSv4), the generated code from my model runs as expected.
If I create a 'Standard Make Project' with TI CCSv4, include all the generated files and replace the CCs4 build command with "gmake -f toolbox_test.mk" to specify the make file, I get the same error
If I I choose "Build" instead of "Build and Execute" there is no error.
This leads me to believe that there is an issue in the makefile generated. How do I resolve this?
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Deployment, Integration, and Supported Hardware in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!