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]
Other format: [Raw text]

New issue.


Okay, just ran into another snag. The compilation process gets to a point
where it's doing something with crtbegin.o. I'm not sure what xgcc does.
Anyway, the assembler bitches for a good long while about missing
references, etc. Here's the entire command which is executed.

/root/dc/build-gcc2/gcc/xgcc -B/root/dc/build-gcc2/gcc/ -B/sh4-linux/bin/ -B
/sh4-linux/lib/ -isystem
/sh4-linux/include -DCROSS_COMPILE -DIN_GCC    -W -Wall -Wwrite-strings -Wst
rict-prototypes -Wmissing-prototypes -isystem
./include  -I. -I. -I../../gcc-3.0.1/gcc -I../../gcc-3.0.1/gcc/. -I../../gcc
-3.0.1/gcc/config -I../../gcc-3.0.1/gcc/../include  -g0 \
  -finhibit-size-directive -fno-inline-functions \
  -fno-exceptions  -Dinhibit_libc \
  -c ../../gcc-3.0.1/gcc/crtstuff.c -DCRT_BEGIN -o crtbegin.o

And, afterwards, there are about 50 lines of errors from the assembler such
as this:

/tmp/cchpXXqK.s:2: Error: unknown pseudo-op: `.little'
/tmp/cchpXXqK.s:16: Error: alignment not a power of 2
/tmp/cchpXXqK.s:19: Error: invalid character '.' in mnemonic
/tmp/cchpXXqK.s:20: Error: invalid character '.' in mnemonic

Etc, etc, etc. So. I'm not quite sure what to make of it. Doesn't look too
hopeful. Seems like somewhat of a vague error. But if anyone here has the
slightest clue, let me know.

--JT
http://zhaymusic.com/



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


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