This is the mail archive of the crossgcc@sources.redhat.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more infromation.


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

RE: i686-pc-cygwin to mips64orion-elf cross compiler



>  /gcc-mips/mips64orion-elf/bin/as.exe
> Assembler messages:
>  for reading.open
> : No such file or directory

it's not parsing your specs file correctly. I got this problem when my make
created my specs file with CR/LF's ratehr than LF's (as you can see, it's not
passing in any arguments to gas, in my problem this was because it was starting
to read asm-spec 2 bytes too early and reading \r\n rather than the asm spec.
must be something to do with calculating the length of the various strings in
spec)

if editing the file made it start working, could this be because you saved out
with unix line-endings?

I have to wonder where the bug is that causes this.. should gcc be able to read
a specs file that has CR/LFs or should it be considered a bug in the build
process?
any gcc maintainers here to comment? ;)

Rob Taylor


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