vesper/targets/README.md

809 B

@todo - factor it out into separate repo @todo - "panic-strategy": "abort" is ok for baremetal, but not for -metta, right?

vesper-targets

These are target specifications suitable for cross-compiling Rust crates for Vesper. Set your RUST_TARGET_PATH to point to this directory.

These are very much based on Robigalia's sel4-targets.

Status

Complete for aarch64. Untested for anything else.

Generating target specifications:

See description in rust docs.

To generate a target specification json template, run

rustc +nightly -Z unstable-options --target=wasm32-unknown-unknown --print target-spec-json