| View previous topic :: View next topic |
| Author |
Message |
roby65
Joined: 01 Jun 2008 Posts: 55 Location: Mid Italy
|
Posted: Sat Jan 31, 2009 7:41 am Post subject: Errors with fclose.c in toolchain :( |
|
|
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? :( |
|
| Back to top |
|
 |
ctszy
Joined: 12 Apr 2008 Posts: 18
|
Posted: Mon Feb 02, 2009 2:01 pm Post subject: |
|
|
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() |
|
| Back to top |
|
 |
jimparis
Joined: 10 Jun 2005 Posts: 1179 Location: Boston
|
Posted: Thu Feb 05, 2009 6:08 am Post subject: |
|
|
| Sounds like some files got corrupted during download, try removing everything and downloading again. |
|
| Back to top |
|
 |
|