Building generated code for another - no Matlab machine
3 次查看(过去 30 天)
显示 更早的评论
I successfuly generated and built the C code on Mac, where my Matlab (Coder) license is, but when trying to build for the taget platform (Intel/Linux) the produced executable still, it seem to be is one on Mac. It still runs on Mac - although I selected the "Device (Production)" to be Interl/Linux. The produced makefile (.mk) also still has references to MATLAB installation folder so even the makefile needs some rework to be able to run the build on Linux (by using the generated source code). Please, is there anything I might be missing in terms of configuring the Coder etc? The GUI seems to be supporting this option in very obvious way, but as far as I can see it does not work as expected.
0 个评论
回答(1 个)
Darshan Ramakant Bhat
2021-8-19
You can use packNGo workflow to get all the necessary code in a zipped file. Then you can port that to other machine (provided you have choosen correct target hardware / toolchain).
You can refer below docs :
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!