rust-embedded / cortex-m-rt

Minimal startup / runtime for Cortex-M microcontrollers
https://rust-embedded.github.io/cortex-m-rt/
Apache License 2.0
358 stars 85 forks source link

arm-none-eabi-gcc fails to link on platforms with hardfp ABI #261

Closed adamgreig closed 4 years ago

adamgreig commented 4 years ago

For example, https://travis-ci.org/github/rust-embedded/cortex-m-rt/jobs/670527526#L510 though I can reproduce it on my own eabihf projects.

Both rust-lld and arm-none-eabi-ld work fine.

adamgreig commented 4 years ago

Oops, this is my fault, gcc needs -nostartfiles in this instance. Updated in #260.