I spend like a day just to port newlib following this tutorial
https://wiki.osdev.org/Porting_Newlib
And It's pretty outdated, there's a lot of problem. And I was try to find more source on porting but I can't find anything. What should I do ?
How to port ? :)
-
- Posts: 4
- Joined: Fri Feb 07, 2025 1:04 pm
- Libera.chat IRC: WilsonAndMorgan
-
- Posts: 4
- Joined: Fri Feb 07, 2025 1:04 pm
- Libera.chat IRC: WilsonAndMorgan
Re: How to port ? :)
why do I get this error when I configure them ?
Code: Select all
configure.in:5: error: support for Cygnus-style trees has been removed
autoreconf: automake failed with exit status: 1
Re: How to port ? :)
It looks like you have to use an older version of autotools to compile newlib: https://stackoverflow.com/questions/239 ... -autotools
-
- Posts: 22
- Joined: Fri Dec 23, 2022 1:06 pm
Re: How to port ? :)
This is a known issue with Newlib. Check out this post on the OSDev forums:
viewtopic.php?p=349314#p349314
viewtopic.php?p=349314#p349314