This is the mail archive of the crossgcc@sources.redhat.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Success


I feel like I've accomplished a big step. I've managed to comile a boostrap
cross compiler for the ARM. I am using RedHat 7.1 on a i586. I updated gcc
with the gcc-2.96-85.i386.rpm available from RedHat. Next I downloaded
binutils 2.11.2 and gcc 2.95.3. I extracted these under /usr/src and then
created directories for binutils and gcc: mkdir /armtools /armtools/gcc
/armtools/binutils. I followed the steps listed in
http://www.sthoward.com/CrossGCC/FAQ-4.html to install binutils (modified
for my system of course) and the steps listed in
http://crossgcc.billgatliff.com/crossgccfaq/t1.html to install GCC. One
important note is to include the bin directory created by binutils in your
path. In my case: PATH=$PATH:/armtools/bar/bin.

Thanks to everyone on this list who has given me advice.

Gabe S.

------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sourceware.cygnus.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]