--
You received this message because you are subscribed to the Google Groups "Tock Embedded OS Development Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to tock-dev+u...@googlegroups.com.
To post to this group, send email to tock...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/tock-dev/3ccfd3a1-878f-40ef-a893-3317ca47de60%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C boards/teensy/ Compiling core v0.0.0 (file:///Users/shaneleonard/.rustup/toolchains/nightly-2017-06-20-x86_64-apple-darwin/lib/rustlib/src/rust/src/libcore) Finished release [optimized] target(s) in 14.18 secs Updating git repository `https://github.com/rust-lang-nursery/compiler-builtins`
Compiling compiler_builtins v0.1.0 (https://github.com/rust-lang-nursery/compiler-builtins#1be2858d)
error: associated constants are experimental (see issue #29646) --> /Users/shaneleonard/.cargo/git/checkouts/compiler-builtins-ec094dc45a0179c8/1be2858/src/int/mod.rs:46:5 |46 | const BITS: u32; | ^^^^^^^^^^^^^^^^ | = help: add #![feature(associated_consts)] to the crate attributes to enable
... (same error repeated many times at various locations) ...
error: aborting due to previous error(s)
error: Could not compile `compiler_builtins`.
To learn more, run the command again with --verbose.error: `"cargo" "build" "--release" "--manifest-path" "/var/folders/1f/qr7_cp3j2zdbz_3nh5q_y_840000gn/T/xargo.ggPBhS1As5gw/Cargo.toml" "--target" "thumbv7em-none-eabi" "-p" "compiler_builtins"` failed with exit code: Some(101)
To view this discussion on the web visit https://groups.google.com/d/msgid/tock-dev/f6224fbd-10b0-4d5f-8e4a-ed659817859b%40googlegroups.com.
*************************************************TOCK KERNEL BUILD SYSTEM -- VERBOSE BUILD**************************************************Config:MAKEFLAGS= -r -ROBJCOPY=arm-none-eabi-objcopyPLATFORM=teensyRUSTUP_TOOLCHAIN=nightly-2017-06-20XARGO_VERSION=0.3.8TARGET=thumbv7em-none-eabiTOCK_KERNEL_VERSION=95c6a64TOOLCHAIN=arm-none-eabi
arm-none-eabi-objcopy --version = GNU objcopy (GNU Tools for ARM Embedded Processors 6-2017-q2-update) 2.28.0.20170620 Copyright (C) 2017 Free Software Foundation, Inc. This program is free software; you may redistribute it under the terms of the GNU General Public License version 3 or (at your option) any later version. This program has absolutely no warranty.rustc --version = rustc 1.12.1 (d4f39402a 2016-10-19)**************************************************
RUSTFLAGS="-C link-arg=-nostartfiles -C link-arg=-Tlayout.ld" xargo build --target=thumbv7em-none-eabi --verbose --release+ "rustc" "--print" "sysroot"+ "rustc" "--print" "target-list"+ "cargo" "build" "--release" "--manifest-path" "/var/folders/1f/qr7_cp3j2zdbz_3nh5q_y_840000gn/T/xargo.zRhrMLrKqpq4/Cargo.toml" "--target" "thumbv7em-none-eabi" "-v" "-p" "core"