> I am looking for GCC 3.3 binaries to run natively on an XScale/ARM > processor. Does anybody know where I can get this? It is important for me > that the version is 3.3. Debian has gcc-3.3. Go to packages.debian.org search for binary package gcc-3.3 and download the .deb file. A .deb is an "ar" archive that contains three files, one of which is "data.tar.gz" which you can just untar in / You may need to install some or all of the package it depends on too, which are listed on its packages.debian.org page. I'd guess that cpp-3.3 is the minimum you might get away with. M