Page 1 of 1
How to port ? :)
Posted: Sat Feb 08, 2025 9:29 am
by WilsonAndMorgan
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 ?
Re: How to port ? :)
Posted: Sat Feb 08, 2025 10:09 am
by iansjack
Re: How to port ? :)
Posted: Sat Feb 08, 2025 12:12 pm
by WilsonAndMorgan
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 ? :)
Posted: Sat Feb 08, 2025 1:44 pm
by iansjack
It looks like you have to use an older version of autotools to compile newlib:
https://stackoverflow.com/questions/239 ... -autotools
Re: How to port ? :)
Posted: Sat Mar 01, 2025 12:14 pm
by techdude17
This is a known issue with Newlib. Check out this post on the OSDev forums:
viewtopic.php?p=349314#p349314