compilation error with LEGO EV3
20 次查看(过去 30 天)
显示 更早的评论
I'm trying to execute Simulink with LEGO EV3, but with the example, when I click the Deploy to Hardware button, I have a error:
:
"### Creating standalone executable "../untitled" ..." C:\ProgramData\MATLAB\SupportPackages\R2017a\3P.instrset\ev3sourcerylite.instrset\CodeSourcery\bin/arm-none-linux-gnueabi-gcc -lrt -lpthread -LC:\ProgramData\MATLAB\SupportPackages\R2017a\3P.instrset\ev3sourcerylite.instrset\CodeSourcery\arm-none-linux-gnueabi\libc\lib -o ../untitled untitled.o linuxinitialize.o driver_ev3_button.o driver_ev3_lcd.o MW_legoev3init.o ert_main.o -lm -lm
linuxinitialize.o: In function `myRTOSInit':
linuxinitialize.c:(.text+0x7c4): undefined reference to `backgroundThread'
linuxinitialize.c:(.text+0x7c8): undefined reference to `backgroundTask'
collect2: ld returned 1 exit status
gmake: *** [../untitled] Error 1
I'm using Matlab 2017a, and I installed the Matlab LEGO Minstorms EV3 and Simulink LEGO Minstorms EV3, and Embedded Coder Cortex-A toolboxes.
0 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 LEGO MINDSTORMS EV3 Hardware 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!