Coder C2000 for simulink. Error >> gmake: *** No rule to make target (...) needed by `MW_c28xx_csl.obj'.

34 次查看(过去 30 天)
Hi,
I am trying to program a Texas microcontroller (F28335) with simulink. I have followed the tutorial from mathworks and everything seems to go well. However, when I go to the final step and clic on Build, simulink returns an error. I have matlab 2021a and all the add-ons and software required.They are all updated.
It is shocking because simulink generates the code and everything, but it does not program to cpu. This generated program can be imported with Code composer and then programmed on the cpu.
I have added the txt with the error, but as a summary:
C:\Users\Universidad\Desktop\Pruebas F28335\blink_LED_ert_rtw>if "" == "" ("C:\MATLAB\R2021a\bin\win64\gmake" -B DEPRULES=0 -j5 -f blink_LED.mk all ) else ("C:\MATLAB\R2021a\bin\win64\gmake" -B DEPRULES=0 -j5 -f blink_LED.mk ) gmake: *** No rule to make target `C:/Users/UNIVER~1/Desktop/Pruebas', needed by `MW_c28xx_csl.obj'. Stop. C:\Users\Universidad\Desktop\Pruebas F28335\blink_LED_ert_rtw>echo The make command returned an error of 2 The make command returned an error of 2 C:\Users\Universidad\Desktop\Pruebas F28335\blink_LED_ert_rtw>exit /B 1 ### Build procedure for blink_LED aborted due to an error.
  2 个评论
Jaume Girona Badia
Jaume Girona Badia 2024-4-24
I just changed the folder where the project and the Matlab were located, and this problem completely disappeared. I would suggest you move everything to another folder and try again.

请先登录,再进行评论。

回答(1 个)

Pratik
Pratik 2024-6-27,11:23
Hi Pablo,
The error comes from gmake command. Looking at the error message a possible reason for the error can be the special character "~" in the path of target (C:/Users/UNIVER~1/Desktop/Pruebas).
Please try again after changing the path such that there is no special character and it might resolve the issue.
I hope this helps!

类别

Help CenterFile Exchange 中查找有关 Simulink Coder 的更多信息

产品


版本

R2021a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by