Skip navigation.
Home  

What kind of C-code does the code generator produce?

The code generator generates ANSI C following the ISO/IEC 9899/1999 standard. The generated code is compliant with MISRA rules (for the part composed automatically by the code generator, identifiers and constructs derived directly from model are not checked).

The code generator generates "pure" C-code without links to Gene-Auto specific runtime libraries.

There is currently no explicit effort made for processor adaptation. The current users rely on cross compilation for embedded processors used in space, aeronautic and automotive industries.