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: problem building cross compiler for mips


-----Original Message-----
From: shivaprasad [mailto:shiv_hm@hclt.com]
Sent: 06 June 2001 17:16


i'm building cross compiler target=mips, build=winNT(cygwin) fro linux,
host=linux
 
i'm giving
>configure --target=mips-elf --prifix=/usr/local --program-prefix=mips-
--program-suffix=
 
upto here it's OK but when i say 
>make LANGUAGES=c
 
it's giving error
-m16addsf3
xgcc:installation problem, cannot exec 'mips-tfile' :nosuch file or
directory
make[1]: *** [libgcc1-asm.a] error 1
make: *** [all-gcc] error 2
 
what is the problem plz guide me

===========================================================================

    Hi Shiv,


  You need to add "--with-gnu-as --with-gnu-ld" to the configure command.
This one came up just 24 hours ago!

  It would also be helpful if you could set your mailer to send plain
text only as a lot of people on this list run Unix or Linux, and your
mail is only readable properly on windows systems - on any other machine
it comes out looking like this:

<META HTTP-EQUIV="Content-Type"
CONTENT="text/html;charset=iso-8859-1"><!DOCTYPE HTML PUBLIC "-//W3C//DTD
HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">


<META content="MSHTML 5.50.4522.1800" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#c0c0c0>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>i'm&nbsp;building cross compiler target=mips, 
build=winNT(cygwin) fro linux, host=linux</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>i'm giving</FONT></DIV>
<DIV><FONT face=Arial size=2>&gt;configure --target=mips-elf
--prifix=/usr/local 
--program-prefix=mips- --program-suffix=</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>upto here it's OK but when i say </FONT></DIV>
<DIV><FONT face=Arial size=2>&gt;make LANGUAGES=c</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>it's giving error</FONT></DIV>
<DIV><FONT face=Arial size=2>-m16addsf3</FONT></DIV>
<DIV><FONT face=Arial size=2>xgcc:installation problem, cannot exec
'mips-tfile' 
:nosuch file or directory</FONT></DIV>
<DIV><FONT face=Arial size=2>make[1]: *** [libgcc1-asm.a] error
1</FONT></DIV>
<DIV><FONT face=Arial size=2>make: *** [all-gcc] error 2</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>what is the problem plz guide me</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>regards</FONT></DIV>
<DIV><FONT face=Arial size=2>shiv</FONT></DIV></BODY></HTML>


which as you can see is so hard to read that people will not bother and
you won't get any replies.

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