Closed kuch3n closed 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?
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
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?