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]

RE: Infos request


>-----Original Message-----
>From: Paolo Romanin [mailto:promanin@supereva.it]
>Sent: 15 September 2001 07:53


>I have used information from file gcc-3.0.1/INSTALL/index.html
>I have unpaked the full GNU gcc-3.0.1 distribution on /home/pr/src
>I have issued (for MCF5272):
>    mkdir /home/pr/cross-gcc
>    cd /home/pr/cross-gcc
>    /home/pr/src/configure --target=m68k-coff (successfull ended)
>    make (failed with "as -m68020 unsupported option")
>
>
>Question: What is the right way to a good end ?
>

   Hi Paolo,

  Before you build gcc for m68k, you have to build an assembler and other
binutils tools for m68k!  You need to download the binutils package, and
configure it with --target=m68k-coff, build and install it, and make sure
the m68k-coff-as (should be in /usr/local/m68k-coff/bin) is in your $PATH
setting.  Then try again to make gcc.


     hth,
       DaveK
-- 
we are not seats or eyeballs or end users or consumers.
we are human beings - and our reach exceeds your grasp.
                    deal with it.                      - cluetrain.org 


**********************************************************************
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.

This footnote also confirms that this email message has been swept by
MIMEsweeper for the presence of computer viruses.

www.mimesweeper.com
**********************************************************************

------
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]