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?
Mostrar comentarios más antiguos
I just want to understand the way it works. Is the code compiled on the target or on the host?
Respuestas (2)
Murat Belge
el 22 de Oct. de 2015
1 voto
The code is generated on the host computer and compiled on the Raspberry Pi. There is no cross-compiling.
Walter Roberson
el 4 de Sept. de 2015
0 votos
Cross-compiled on the PC and sent to the Pi, I believe.
Categorías
Más información sobre Raspberry Pi Blockset en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!