How to port ? :)

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
WilsonAndMorgan
Posts: 4
Joined: Fri Feb 07, 2025 1:04 pm
Libera.chat IRC: WilsonAndMorgan

How to port ? :)

Post 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 ?
User avatar
iansjack
Member
Member
Posts: 4750
Joined: Sat Mar 31, 2012 3:07 am
Location: Chichester, UK

Re: How to port ? :)

Post by iansjack »

WilsonAndMorgan
Posts: 4
Joined: Fri Feb 07, 2025 1:04 pm
Libera.chat IRC: WilsonAndMorgan

Re: How to port ? :)

Post 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 
User avatar
iansjack
Member
Member
Posts: 4750
Joined: Sat Mar 31, 2012 3:07 am
Location: Chichester, UK

Re: How to port ? :)

Post by iansjack »

It looks like you have to use an older version of autotools to compile newlib: https://stackoverflow.com/questions/239 ... -autotools
techdude17
Posts: 22
Joined: Fri Dec 23, 2022 1:06 pm

Re: How to port ? :)

Post by techdude17 »

This is a known issue with Newlib. Check out this post on the OSDev forums:

viewtopic.php?p=349314#p349314
Post Reply