You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, the host is avr: --host=avr because AVR-LibC's code is supposed to run on AVR.
No target specification is required.
What happens when you just don't specify --build? Or maybe --build=`../src/config.guess`? The build system type doesn't actually matter much; you can build AVR-LibC on Linux and use the so built libc on Windows; all what's required are the GNU tools on build (and shell, make etc.).
Hello!
I'm trying to build avr-libc on Mac OS X with GCC 14.1. The build fails with error:
How to fix this?
The text was updated successfully, but these errors were encountered: