commit | 0e1f73e4d7493a304c6af2c48daf72bf080cf511 | [log] [tgz] |
---|---|---|
author | Woyten <woyten.tielesch@online.de> | Sun Dec 31 21:58:44 2017 +0100 |
committer | Woyten <woyten.tielesch@online.de> | Fri Feb 16 14:16:39 2018 +0100 |
tree | 2f97b3b3163289e7544748211862949107354e4d | |
parent | 3597431c3c1bef45b8d4a1871c7b26f7d00c2c66 [diff] |
Make hello example work partially
Rust userland library for Tock (WIP)
This project is nascent and still under heavy development, but first steps:
First, update rustup to ensure you have the latest toolchain available:
rustup update
or
rustup install nightly
Get a copy of the latest nightly, in this repo's root:
rustup override set nightly
Your rustc should be at least this new:
$ rustc --version rustc 1.21.0-nightly (7ac979d8c 2017-08-16)
Need to grab a copy of the rust sources:
rustup component add rust-src
Now you should be able to build with:
xargo build --target thumbv7em-tock-eabi
Licensed under either of
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.