Does CoDeSys generate native code, C code or interpreter code?
The generation of executable machine codes (native code) presents the optimal solution as these account for the fastest cycle times. Among CoDeSys strong points are its high-performance, ready backends equipped with a native code generation for all common processors. CoDeSys has ready-to-use native code generations for • Intel 80×86 • Motorola 68xxx • Motorola ColdFire • Siemens 80C16x • Intel 8051 • ARM based CPUs (e.g. StrongARM, Net+ARM) • PowerPC • Renesas (formerly Hitachi) SH 2/3/4 and other CPU platforms. Please find the full list here. The code generators generate direct machine code for all of the above processors eliminating the necessity of further compilers for programming.
Related Questions
- If using plsql native code, the plsql_native_library_dir needs to be defined. In an Oracle RAC environement, must the directory be in the shared storage?
- Does the bridge run native code within my servlet engine or application server?
- Why must my JNI native code be compiled and linked with the -pthread option?