Page 1 of 1

ps2dev toolchain in ps2linux

Posted: Fri Jul 01, 2005 7:53 pm
by weltall
I tried compiling ps2dev toolchain with ps2linux but at a certain point (placing some echo in the script reported during build-ee processing) it stops telling me that it can't identify the used enviroment. so i can't build them completely. Someone knows if it's possible to make it work?
thanks in advance

Posted: Fri Jul 01, 2005 8:32 pm
by pixel
I recon that the various configure scritps (mostly the config.guess script, but maybe others) won't be able to understand the results from uname, thus beeing confused by the platform it is running on. Maybe some of the ps2linux freaks out there could help you since I think this should be a common issue (not only related to gcc/binutils that is)

Posted: Fri Jul 01, 2005 8:55 pm
by weltall
yes,they are precisely the config.guess. and the problem is inside the newlib sources, i downloaded the latest config.guess and sub and i put in it's directory and i'm trying again.
A curiosity why it's used newlib-1.10.0.tar.gz and not newlib-1.13.0.tar.gz?

ps: i got it to compile by myself by updating some files