What standard of C code is generated by Embedded Coder?
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
MathWorks Support Team
le 26 Oct 2018
Modifié(e) : MathWorks Support Team
le 30 Déc 2021
When I generate code with the Embedded Coder, which standard of C code is generated? I want to make sure my compiler will work with all of the C code that is generated.
Réponse acceptée
MathWorks Support Team
le 30 Déc 2021
Modifié(e) : MathWorks Support Team
le 30 Déc 2021
The Embedded Real-Time target generates ANSI/ISO C, C++, and encapsulated C++ code with floating-point and fixed-point data for efficient real-time execution on virtually any production processor. If you generate your code with the 'ert.tlc' target file, your generated C code will by ANSI compliant. Please refer to the following link for more information.
0 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Deployment, Integration, and Supported Hardware dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!