Skip to content

Instantly share code, notes, and snippets.

@dbrgn
Created December 28, 2016 15:42
Show Gist options
  • Select an option

  • Save dbrgn/d6633bcba6015b2b638acd5303270e84 to your computer and use it in GitHub Desktop.

Select an option

Save dbrgn/d6633bcba6015b2b638acd5303270e84 to your computer and use it in GitHub Desktop.
running: "arm-none-eabi-gcc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-mthumb" "-mfloat-abi=hard" "-march=armv7e-m" "-mfpu=fpv4-sp-d16" "-fno-builtin" "-fvisibility=hidden" "-fomit-frame-pointer" "-ffreestanding" "-mthumb" "-mfloat-abi=hard" "-march=armv7e-m" "-DVISIBILITY_HIDDEN" "-o" "/home/danilo/Projects/rad1o-rust/target/thumbv7em-none-eabihf/release/build/compiler_builtins-4c275c6c6f45f16c/out/./compiler-rt/compiler-rt-cdylib/compiler-rt/lib/builtins/absvdi2.o" "-c" "./compiler-rt/compiler-rt-cdylib/compiler-rt/lib/builtins/absvdi2.c"
cargo:warning=In file included from /usr/lib/gcc/arm-none-eabi/6.3.0/include-fixed/syslimits.h:7:0,
cargo:warning= from /usr/lib/gcc/arm-none-eabi/6.3.0/include-fixed/limits.h:34,
cargo:warning= from ./compiler-rt/compiler-rt-cdylib/compiler-rt/lib/builtins/int_lib.h:63,
cargo:warning= from ./compiler-rt/compiler-rt-cdylib/compiler-rt/lib/builtins/absvdi2.c:15:
cargo:warning=/usr/lib/gcc/arm-none-eabi/6.3.0/include-fixed/limits.h:168:61: fatal error: limits.h: No such file or directory
cargo:warning= #include_next <limits.h> /* recurse down to the real one */
cargo:warning= ^
cargo:warning=compilation terminated.
ExitStatus(ExitStatus(256))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment