compilation error with LEGO EV3

20 views (last 30 days)
Ángel Valera
Ángel Valera on 12 Mar 2019
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.

Answers (0)

Categories

Find more on LEGO MINDSTORMS EV3 Hardware in Help Center and File Exchange

Products

Community Treasure Hunt

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

Start Hunting!