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]

Re: How to force ld to find crti.o


Roman Duka wrote:
well i'm using a modified version of crosstool, i've just adjusted it for --with-sysroot thing.
so far i i used --with-sysroot to build binutils-2.14, install glibc-2.3.2 headers, bootstrap gcc-3.4-20040121, and while building glibc-2.3.2 this is what i get:


<stdin>: Assembler messages:
<stdin>:2: Warning: rest of line ignored; first ignored character is `1'
<stdin>:2: Warning: rest of line ignored; first ignored character is `1'
<stdin>:2: Warning: rest of line ignored; first ignored character is `1'
<stdin>:2: Error: unrecognized symbol type ""
<stdin>:2: Warning: rest of line ignored; first ignored character is `1'
<stdin>:2: Warning: rest of line ignored; first ignored character is `1'
<stdin>:2: Error: Illegal operands: PC-relative operand can't be a constant
make[4]: *** [/home/roman/crosstool/build/glibc-build/io/rtld-open.os] Error 1

No idea. You might want to look at that assembly to see if it's garbage and/or verify you're running the right assembler.

You should also try running an unmodified crosstool as a check.
- Dan

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