When I use the embedded coder and the HW-Support-Package to put a Simulink model on my Raspberry Pi, is the code compiled on the Pi or is it cross compiled on my PC an then transferred to the Pi?

2 views (last 30 days)
I just want to understand the way it works. Is the code compiled on the target or on the host?

Answers (2)

Murat Belge
Murat Belge on 22 Oct 2015
The code is generated on the host computer and compiled on the Raspberry Pi. There is no cross-compiling.

Walter Roberson
Walter Roberson on 4 Sep 2015
Cross-compiled on the PC and sent to the Pi, I believe.

Categories

Find more on Simulink Support Package for Raspberry Pi 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!