Martin, Thanks for replying. I have a couple of questions: 1. Will this work if my host's linux distribution is not Debian? I am running Fedora Core. 2. If the answer to 1 is yes, will I need dpkg in order to install the .deb file? Thank you, Rodrigo > -----Original Message----- > From: martinwguy@xxxxxxxxx [mailto:martinwguy@xxxxxxxxx] On > Behalf Of Martin Guy > Sent: Thursday, February 28, 2008 6:06 AM > To: Rodrigo Dominguez > Cc: gcc-help@xxxxxxxxxxx > Subject: Re: GCC 3.3 binary for XScale > > > 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 >