rust-embedded / rust-embedded.github.io

A collection of books and other documents about embedded Rust
https://docs.rust-embedded.org
Apache License 2.0
84 stars 8 forks source link

Cross compiling for NXP/Freescale processors, e.g. MC9S08DZ60 #36

Closed kuch3n closed 9 months ago

kuch3n commented 9 months ago

This CPU/Platform or similar ones are not listed at: https://doc.rust-lang.org/rustc/platform-support.html

So the only way would be a custom target as pointed out at: https://doc.rust-lang.org/rustc/targets/index.html

Is this correct?

kuch3n commented 9 months ago

At least LLVM support is need to generate machine code, which is missing (https://docs.rust-embedded.org/embedonomicon/compiler-support.html). Sadly not possible