- Technical Services and Consulting
- Embedded Systems | Firmware Developement | Simulations
- Electrical and Electronics Engineering
mcc compiling for maca64
11 次查看(过去 30 天)
显示 更早的评论
Our software compiles some MatLab extensions using the mcc function. We have been working on an Apple silicon version of our software, and have stumbled on a wall with mcc: according to the help, there is no option to compile for arm (maca64).
Are we reading this wrong, and compilation is actually possible but not cross-compilation?
If we are reading this corretly and there is currently no way to use mcc to compile extensions for our software in arm, when could we expect to be possible?
Thank you.
0 个评论
回答(2 个)
Hassaan
2024-1-31
The support for Apple Silicon in MATLAB is relatively new and evolving, it is best to directly consult MathWorks' resources or their support team for the most current and detailed information on mcc's capabilities with respect to Apple Silicon.
For more detailed information and updates, you can refer to MathWorks' official pages on MATLAB on Apple Silicon Macs and the MATLAB Blog regarding their latest releases and support for Apple Silicon.
-----------------------------------------------------------------------------------------------------------------------------------------------------
If you find the solution helpful and it resolves your issue, it would be greatly appreciated if you could accept the answer. Also, leaving an upvote and a comment are also wonderful ways to provide feedback.
It's important to note that the advice and code are based on limited information and meant for educational purposes. Users should verify and adapt the code to their specific needs, ensuring compatibility and adherence to ethical standards.
Professional Interests
Feel free to contact me.
0 个评论
Stefanie Schwarz
2024-9-19
编辑:Stefanie Schwarz
2024-10-8
Hello Peter,
compiling applications for Apple Silicon (maca64) is possible on Apple Silicon Macs running the native Apple Silicon version of MATLAB (available from R2023b). As you said, cross-compilations from Intel (maci64) to (maca64) is not possible. This page has all the details:
I believe the documentation you are referring is about the "-A arch" flag. This flag does not apply to standalone applications, but only to Python, Java, and C++ MATLAB Data API targets. I asked our doc team to make this item clearer and explain what the exact restriction for maca64 platform is.
Best, Stefanie
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Startup and Shutdown 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!