Errors with fclose.c in toolchain :(

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

Moderators: cheriff, TyRaNiD

Post Reply
roby65
Posts: 52
Joined: Sun Jun 01, 2008 9:12 pm
Location: Mid Italy
Contact:

Errors with fclose.c in toolchain :(

Post by roby65 »

I'm trying to put psptoolchain on windows with cygwin, but i got an error after 30/40 minutes:

something like "/newlib/libc/stdio/fclose.c:93: error:too many arguments to function fp->_close

how to fix it? :(
ctszy
Posts: 18
Joined: Sat Apr 12, 2008 11:18 pm

Post by ctszy »

em, sorry I couldn't find this file in my hard drive.
Anyway, I guess you should take a look at the line 93 of fclose.c.
normally the close function of File IO need only one argument that is the file handle, and seems it is fp. So it should look like this:fp->_close()
jimparis
Posts: 1145
Joined: Fri Jun 10, 2005 4:21 am
Location: Boston

Post by jimparis »

Sounds like some files got corrupted during download, try removing everything and downloading again.
Post Reply