This repository has been archived by the owner on Jan 24, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 85
cortex-m-rt doesn't build on Windows anymore #80
Labels
Comments
I had the same issue on windows. |
I just bumped into this as well, thanks for the workaround. |
IMO, |
Closed
I fell over this today :/ |
Merged
adamgreig
pushed a commit
to rust-embedded/cortex-m
that referenced
this issue
Jan 12, 2022
290: Beef up CI r=therealprof a=jonas-schievink Closes rust-embedded/cortex-m-rt#233 Closes rust-embedded/cortex-m-rt#80 Co-authored-by: Jonas Schievink <jonasschievink@gmail.com>
# for free
to subscribe to this conversation on GitHub.
Already have an account?
#.
On Windows, with a fresh clean install of
arm-none-eabi-gcc
, buildingcortex-m-rt
eventually fails with:As a workaround, setting the
TARGET_AR
environment variable toarm-none-eabi-ar
fixes it. This was not necessary before, and is not documented anywhere if it is a new requirement.The text was updated successfully, but these errors were encountered: