06-26-2003, 06:54 AM
ok
right...
the full steps are:
After that you should be able to start compiling the SDK as per instructions :-D
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