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: Problems building crossgcc for PowerPC under CygWin


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


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