2018-08-28
The default linker for the 4 ARM Cortex-M targets listed below has changed from
arm-none-eabi-gcc
to rust-lld
in the latest nightly.
thumbv6m-none-eabi
thumbv7m-none-eabi
thumbv7em-none-eabi
thumbv7em-none-eabihf
This will break the builds of binaries and cdylibs that were using the
old default linker (arm-none-eabi-gcc
) and additionally pass extra flags to
the linker using any of these rustc flags: -C link-arg
, -C link-args
, -Z pre-link-arg
or -Z pre-link-args
. Building libraries (rlib
s and
staticlib
s) is not affected by this change.
Read More
2018-08-28
This is the tenth newsletter of the Embedded WG where we highlight new progress, celebrate cool projects, thank the community, and advertise projects that need help!
Discuss on internals.rust-lang.org, on twitter, or on reddit!
Read More
2018-08-12
This is the ninth newsletter of the Embedded WG where we highlight new progress, celebrate cool projects, thank the community, and advertise projects that need help!
Read More
2018-07-29
This is the eighth newsletter of the Embedded WG where we highlight new progress, celebrate cool projects, thank the community, and advertise projects that need help!
Read More
2018-07-15
This is the seventh newsletter of the Embedded WG where we highlight new progress, celebrate cool projects, thank the community, and advertise projects that need help!
Read More
< < Back
|
Next > >