LEGO mindstorms EV3 support package でモデルをビルドした時のエラーの対処法を教えてください
Afficher commentaires plus anciens
EV3 support package でのサンプルモデルCommunicating with LEGO MINDSTORMS EV3 Hardwareをビルドしようとすると以下のようなエラーで止まってしまいます。なにが原因でしょうか?
コード生成
C:\ProgramData\MATLAB\SupportPackages\R2017a\3P.instrset\ev3sourcerylite.instrset\CodeSourcery\bin/arm-none-linux-gnueabi-gcc -c -MMD -MP -MF"ev3_communication.dep" -MT"ev3_communication.o" -O2 -
~途中省略~
IC:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/ev3/src -o ev3_communication.o ev3_communication.c
指定されたパスが見つかりません。
gmake: *** [ev3_communication.o] Error 1
### 次のモデルに対するビルド プロセス:'ev3_communication' はエラーのため中止されました。
"ev3_communication" のビルド中にエラーが発生しました:
### Failed to generate all binary outputs.
コンポーネント:Simulink | カテゴリ:Model エラー
Réponse acceptée
Plus de réponses (3)
Akihiro Yasuda
le 8 Mai 2017
指定されたパスが見つかりません。
とエラーメッセージにあるため、 EV3 Support Packageのパスが設定されていない、という可能性が考えられます。
この場合、下記画像の"パスの設定"をクリックし、

C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/ev3/src

tacazi
le 14 Mai 2017
1 vote
tacazi
le 8 Mai 2017
0 votes
Catégories
En savoir plus sur LEGO MINDSTORMS EV3 Hardware dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!