Opened 5 years ago

Closed 5 years ago

Last modified 5 years ago

#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 5 years ago by mojca (Mojca Miklavec)

I'm not sure if this one is related or not: #51397.

comment:2 Changed 5 years ago by mojca (Mojca Miklavec)

Owner: set to mojca
Resolution: fixed
Status: newclosed

In 569684dbbe8d87a10728a9d9f2a4854b72d54fe2/macports-ports (master):

crossgcc: add symlink to libgloss

Closes: #51397
Closes: #57572

comment:3 Changed 5 years ago by mojca (Mojca Miklavec)

In 8188ed1d3a237186b54ee3cc7c9078008b69d50b/macports-ports (master):

arm-none-eabi-gcc: update to 9.2.0

See: #51397
See: #57572

Note: See TracTickets for help on using tickets.