필터 지우기
필터 지우기

Codedescriptor.dmr not found

조회 수: 64 (최근 30일)
ash conyers
ash conyers 2022년 6월 22일
편집: Stefanie Schwarz 2023년 5월 12일
Does anyone know how I can resolve this? I am trying to do a standalone setup on my Arduino Due. This warning show up every time I build and the LED on my board stays solid. When I press reset on the board nothing changes.
### Starting build procedure for: Experiment_1_2_b
Warning: File 'codedescriptor.dmr' not found.
Warning: File 'codedescriptor.dmr' not found.
Warning: File 'codedescriptor.dmr' not found.
Warning: File 'codedescriptor.dmr' not found.
### Successful completion of build procedure for: Experiment_1_2_b
Build process completed successfully

채택된 답변

Ritish Sehgal
Ritish Sehgal 2022년 6월 28일
편집: Stefanie Schwarz 2023년 5월 12일
"codedescriptor.dmr" is an artifact file that is created in the "model_xxxxx_rtw" code generation folder for targets such as ert.tlc or slrealtime.tlc. The file is used by Simulink in subsequent (re-)build processes. If you are not encountering any adverse behavior, I think you can simply ignore these warnings.
You can try to remove the warning by running the following commands to reset your MATLAB path:
>> restoredefaultpath
>> rehash toolboxcache
Re-run the build. If this resolved the issue, save the new settings by executing:
>> savepath
Hope it helps!!
  댓글 수: 1
Adam Clark
Adam Clark 2022년 7월 1일
I just started seeing this same warning, but I'm not using Simulink Realtime, just generating to run offline on ARM platform. I tried running the commands you suggested to reset paths and toolboxes, but still no luck. Any other suggestions? Thanks!

댓글을 달려면 로그인하십시오.

추가 답변 (1개)

Youssef Noureddine
Youssef Noureddine 2023년 4월 6일
편집: Walter Roberson 2023년 4월 6일
This essentially happens when an unrelated 'codedescriptor.dmr' file is found on the search path during the model build stage. Please refer to the MATLAB Answers link below for more information:
  댓글 수: 1
Youssef Noureddine
Youssef Noureddine 2023년 4월 6일
And just to add: as Ritish mentioned, in most cases, you can usually ignore these warnings.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Arduino Hardware에 대해 자세히 알아보기

제품


릴리스

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by