Problems building crossgcc for PowerPC under CygWin
Mumit Khan
khan@NanoTech.Wisc.EDU
Thu Jan 11 07:11:00 GMT 2001
On Thu, 11 Jan 2001, Johan Ekberg wrote:
> I'm trying to build gcc for PowerPC under CygWin. The build and installation
> works fine but when I try to build my program with my new compiler I get the
> following message. Can anyone explain this for me?
>
> > powerpc-unknown-elf-gcc -o test.o test.c
> Assembler messages:
> for reading.open
> : No such file or directory
>
I'd bet it's a text vs binary mount issue. Your specs file is probably
in DOS text format (\r\n line endings), but you're working in a binary
mount area. Either convert your specs file to use Unix style line endings
(\n) or make your mounts consistent.
Regards,
Mumit
------
Want more information? See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sourceware.cygnus.com
More information about the crossgcc
mailing list