Error due to a PATH contains a space

6 Ansichten (letzte 30 Tage)
Amin Asham
Amin Asham am 23 Dez. 2018
Kommentiert: Image Analyst am 23 Dez. 2018
I am trying to build a Simulnk model using MATLAB 2018b that will run on LEGO EV3.
Each time I run the model in Extrnal mode I get the following message:
arm-none-linux-gnueabi-gcc: Danial/GOOGLE~1/SHARED~1/LEGO/SelfBalance: No such file or directory
arm-none-linux-gnueabi-gcc: Danial/GOOGLE~1/SHARED~1/LEGO/SelfBalance/Test_ert_rtw: No such file or directory
Whereas the true path is:
C:\Users\Amin Danial\Google Drive\Shared MATLAB\LEGO\SelfBalance
C:\Users\Amin Danial\Google Drive\Shared MATLAB\LEGO\SelfBalance\Test_ert_rtw
When I move the Selfbalance Directory to the root of C drive , to be:
C:\SelfBalance
C:\SelfBalance\Test_ert_rtw
It works fine.
What is the solution?
  2 Kommentare
madhan ravi
madhan ravi am 23 Dez. 2018
Bearbeitet: madhan ravi am 23 Dez. 2018
Adam_Daniel ? maybe a underscore between them probably?
Image Analyst
Image Analyst am 23 Dez. 2018
Somehow the path needs to be enclosed in double quotes when passing it to the module/program.

Melden Sie sich an, um zu kommentieren.

Antworten (0)

Kategorien

Mehr zu LEGO MINDSTORMS EV3 Hardware finden Sie in Help Center und File Exchange

Produkte


Version

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by