Newlib errors with latest SVN

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
AnonymousTipster
Posts: 197
Joined: Fri Jul 01, 2005 2:50 am

Newlib errors with latest SVN

Post by AnonymousTipster »

I've been updating my toolchain, and I downloaded the latest toolchain from oopo.net, but got newlib errors. I then renamed my psptoolchain folder and downloaded it fresh from SVN. Same errors:

newlib/libc/search/db_local.h:209: error: syntax error before 'DB'
newlib/libc/search/hash.h: error: syntax error before 'typedef'
/*leaves directory*/
ERROR BUILDING NEWLIB

Latest revision appears to be 1689. Newlib patch: 1.13.0
Any suggestions?
jimparis
Posts: 1145
Joined: Fri Jun 10, 2005 4:21 am
Location: Boston

Post by jimparis »

There shouldn't be any problems there. There's a problem I just fixed elsewhere in rev 1688/1689, but not in newlib; my guess is that your newlib-1.13.0.tar.gz got corrupted somehow while downloading or extracting.

I just rebuilt rev 1690 from scratch and verified that it works OK.
AnonymousTipster
Posts: 197
Joined: Fri Jul 01, 2005 2:50 am

Post by AnonymousTipster »

I just checked out rev. 1695 and that still comes up with the same errors.
Is there anything I could have interfered with to disturb newlib?
AnonymousTipster
Posts: 197
Joined: Fri Jul 01, 2005 2:50 am

Post by AnonymousTipster »

Well, I re-installed Cygwin from scratch and checked out 1695 via cygwin, and things are compiling fine now.
Post Reply