Has anybody tried to build PS2SDK toolchain on Ubuntu 9.10 or 10.04?
I had lots of problems compiling GCC from the svn trunk of the toolchain. After some time, I realized that all the problems are due to this line in couple of Makefile.in files:
STAMP = echo timestamp >
When I replaced this with
STAMP = touch
it all worked.
Has anybody some idea why this happens? I think I installed all the prerequisites (i.e. dependencies) mentioned in one of the posts somewhere. I mean, although I got it running, it would be nice if the toolchain would compile out of the box.


LinkBack URL
About LinkBacks



