This is the mail archive of the
newlib@sourceware.org
mailing list for the newlib project.
Re: Properly building newlib to install spec files
- From: Orlando Arias <orlandoarias at gmail dot com>
- To: newlib at sourceware dot org
- Date: Mon, 7 Jan 2019 17:13:36 -0500
- Subject: Re: Properly building newlib to install spec files
- References: <CALBOmsZGWDYiruN7qv-=B7riJcjTMf3kRqZ-ig6O1fr+iGY3SA@mail.gmail.com>
On 1/5/19 4:19 PM, Mojca Miklavec wrote:
> $ msp430-elf-gcc -mmcu=msp430g2211 -specs=nosys.specs -o test.elf test.c
> msp430-elf-gcc: error: nosys.specs: No such file or directory
Greetings,
The nosys.specs file is not included with builds of newlib for the
msp430-elf target since 17 Dec 2015. The patch that removed it can be
found in [1]. As the commit message suggests, this is because I/O
hardware is handled through CIO which talks to the simulator.
Cheers,
Orlando.
[1] https://sourceware.org/ml/newlib/2015/msg00926.html