#57572 closed defect (fixed)
arm-none-eabi-gcc: add support for --specs=<something>.specs
Reported by: | mojca (Mojca Miklavec) | Owned by: | mojca (Mojca Miklavec) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | g5pw (Aljaž Srebrnič), raimue (Rainer Müller) | |
Port: | arm-none-eabi-gcc |
Description
While following a tutorial for embeded systems development I got stuck at
$ arm-none-eabi-gcc --specs=nosys.specs -mcpu=cortex-m4 -mthumb -std=c99 -Wall -march=armv7e-m helloworld.c arm-none-eabi-gcc: error: nosys.specs: No such file or directory
I found plenty of similar reports which all seem to suggest that some files are missing in the installation, the first random hit:
And many of them point to a site like
as the ultimate source for getting the correct files.
What precisely do we need to add to the existing arm-none-eabi-gcc
compiler to make this work correctly?
Change History (3)
comment:1 Changed 6 years ago by mojca (Mojca Miklavec)
comment:2 Changed 5 years ago by mojca (Mojca Miklavec)
Owner: | set to mojca |
---|---|
Resolution: | → fixed |
Status: | new → closed |
comment:3 Changed 5 years ago by mojca (Mojca Miklavec)
Note: See
TracTickets for help on using
tickets.
I'm not sure if this one is related or not: #51397.