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]
Other format: [Raw text]

Re: Is gcc 2.95 or 3 faster for M68K app?


>>> The reason why I'm asking instead of just trying is that I wasn't able 
>>> to build gcc 3.4.2 directly. Got a strage recursion in the configure 
>>> calls...
>> 
>> 
>> Did you try using http://kegel.com/crosstool to build a cross-compiler?
>> That seems to work...
>
>Oh, sorry, you're using newlib.  I don't handle that yet.
>- Dan

You could try the gcc-3.4.2 compiler on my CVS server and the top-level
makefile that will build a m68k-elf c/c++ toolchain...

You'll want to:
Set CVSROOT in your environment to :pserver:anoncvs@baradas.org:/home/cvs

Alternately add -d :pserver:anoncvs@baradas.org:/home/cvs in the CVS
commands below (place it immediately after cvs, before any other arguments). 

Issue the command:

cvs -z9 login

You will be prompted for a password; reply with the string "anoncvs"
(without the quotes). 

Issue the command:

cvs -z9 co xgcc/gcc-3.4.2 xgcc/binutils-2.15 xgcc/newlib-1.12.0 xgcc/Makefile

To get the source.  Edit xgcc/Makefile and change GCCREV to
gcc-3.4.2.  cd xgcc, execute 'make' to build a m68k compiler and
install it into /tmp/m68k-3.4.2. 

-- 
Peter Barada
peter@the-baradas.com

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


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