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


Jeff Domogala wrote:
> 
> I took Kai's advice and did a make install after the crt0.o issue just to
> try and compile and assemble a test file.  I made a simple c file to test
> the compiler and assembler:
> gcc -mcpu=R4650 -g -O0 -EB -c -v test.c
> and got the following output from gcc:
> 
> Reading specs from /gcc-mips/lib/gcc-lib/mips64orion-elf/2.95.2/specs
> gcc version 2.95.2 19991024 (release)
>
>  /gcc-mips/mips64orion-elf/bin/as.exe
> Assembler messages:
>  for reading.open
> : No such file or directory

 Hmmm, did I suggest you to edit the 'specs' file?  Anyway it seems that
there is now something wrong with it. I have used the standard 'WordPad'
with the 'specs'-files under Windoze and haven't yet had any problems.
But knowing how silly tools (= 'clever', those which do things without
asking anything) there can be under Windoze, this perhaps wasn't a very
good advice...

 Anyway the format of the 'specs' file must be maintained. The editor
may not wrap lines, may not add any extra stuff but only what the user
types into it...

 The format of the 'specs' file is simple:

   *spec_name_1:
   the_spec_rules_1

   *spec_name_2:
   the_spec_rules_2

ie. three lines for each spec, and the third being empty. Although the
editor may show the 'the_specs_rules'-line wrapped, it must keep it as
a single line when saving. Whether the lines are ended with only LF
(Unix-like) or with CR/LF (DOS-like) doesn't seem to matter. But the
'clever'-editors (thinking being more intelligent than the user) may
not make a mess from the original file.

Cheers, Kai



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