public inbox for crossgcc@sourceware.org
 help / color / mirror / Atom feed
* mips-tfile trouble while building xgcc for mips64-elf
@ 2000-11-03 16:45 Ricky Charlet
  2000-11-03 16:56 ` Doug Evans
  0 siblings, 1 reply; 3+ messages in thread
From: Ricky Charlet @ 2000-11-03 16:45 UTC (permalink / raw)
  To: crossgcc

Howdy,

	My larger problem is that the current cross compiler I have for mips
seems to not be able to produce correctly formatted symbol tables under
the -g flag. So I thought I'd get lates sources and compile again. But
Now I have run into a very suspicioius smaller problem....


	I'm trying to build a cross compiler for mips64. I've got
binutils-2.10   and
gcc-2.95.2


	I set configured with target=mips64-elf and host=i686-pc-linux-gnu.
My host system is Redhat 6.2 as upgraded from Redhat 5.something.

	The binutils buid with no problems. But when I try and build gcc, I
eventuall wind up with the following error:
xgcc: installation problem, cannot exec `mips-tfile': No such file or
directory
make[1]: *** [libgcc1-asm.a] Error 1
make[1]: Leaving directory
`/home/rcharlet/src/crossGccNewlib/gcc-2.95.2/gcc'
make: *** [all-gcc] Error 2


	Now it is true that mips-tfile has not been built (and is therefore not
available to the xgcc which did just get built). 

	So, what is mips-tfile (and mips-dump) for? It is certianly related to
the symbol table which is the crux of my larger problem. Is the problem
that it is not being built or that xgcc should not really expect it?
Where should I go from here?


Thanks in advance
Ricky Charlet


-- 
  Ricky Charlet   : Redcreek Communications   : usa (510) 795-6903

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* mips-tfile trouble while building xgcc for mips64-elf
  2000-11-03 16:45 mips-tfile trouble while building xgcc for mips64-elf Ricky Charlet
@ 2000-11-03 16:56 ` Doug Evans
  2000-11-08  9:15   ` Ricky Charlet
  0 siblings, 1 reply; 3+ messages in thread
From: Doug Evans @ 2000-11-03 16:56 UTC (permalink / raw)
  To: Ricky Charlet; +Cc: crossgcc

Ricky Charlet writes:
 > 	The binutils buid with no problems. But when I try and build gcc, I
 > eventuall wind up with the following error:
 > xgcc: installation problem, cannot exec `mips-tfile': No such file or
 > directory
 > make[1]: *** [libgcc1-asm.a] Error 1
 > make[1]: Leaving directory
 > `/home/rcharlet/src/crossGccNewlib/gcc-2.95.2/gcc'
 > make: *** [all-gcc] Error 2

IIRC the solution to this is to specify --with-gnu-as when you
configure gcc.

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: mips-tfile trouble while building xgcc for mips64-elf
  2000-11-03 16:56 ` Doug Evans
@ 2000-11-08  9:15   ` Ricky Charlet
  0 siblings, 0 replies; 3+ messages in thread
From: Ricky Charlet @ 2000-11-08  9:15 UTC (permalink / raw)
  To: egcs; +Cc: crossgcc

Doug Evans wrote:
> 
> Ricky Charlet writes:
>  >      The binutils buid with no problems. But when I try and build gcc, I
>  > eventuall wind up with the following error:
>  > xgcc: installation problem, cannot exec `mips-tfile': No such file or
>  > directory
>  > make[1]: *** [libgcc1-asm.a] Error 1
>  > make[1]: Leaving directory
>  > `/home/rcharlet/src/crossGccNewlib/gcc-2.95.2/gcc'
>  > make: *** [all-gcc] Error 2
> 
> IIRC the solution to this is to specify --with-gnu-as when you
> configure gcc.
> 

Thanks Doug, that led me in the right direction. To anyone following
this thread, it turns out I also had to specify --with-gnu-ar to cross
some hurdles latter in the make process.



-- 
  Ricky Charlet   : Redcreek Communications   : usa (510) 795-6903

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2000-11-08  9:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-11-03 16:45 mips-tfile trouble while building xgcc for mips64-elf Ricky Charlet
2000-11-03 16:56 ` Doug Evans
2000-11-08  9:15   ` Ricky Charlet

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).