01-23-2004, 09:17 PM
netniV,Jun 26 2003, 10:54 AM Wrote:okTHANK GOD I DOCUMENTED SOMETHING FOR ONCE!
right...
the full steps are:
Quote:[*]download: gcc-2.95.2.tar.gz
[*]download: glibc-2.2.patch
[*]unpack tar file using: tar -zvxf gcc-2.95.2.tar.gz
[*]change directory using: cd gcc-2.95.2
[*]configure using: ./configure
[*]patch using: cat ../glibc-2.2.patch | patch -p0
[*]make using: make
[*]install using: make install
After that you should be able to start compiling the SDK as per instructions :-D
Heh. I need this right now ;-) Man, I just re-read this entire thread and it brought back a FLOOD of memories about it all... especially as this was during my previous job.