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


Daniel Kegel wrote:
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



well it's only the combinations of gcc-3.4-20040121 and glibc-2.3.2 that causes those errors, everything else seems fine, in fact i've just built a bootstrap gcc-3.4-20040121 and then glibc-2.3.2 for x86_64 target, and everything was fine! I wonder if it's worth reporting it is as a bug, or something, i'm not sure if it's a gcc, binutils, or glibc bug???
Also i've been able to build bootstrap gcc cross compiler from version gcc-3.3.2 and upwards without the need of installing glibc headers. So i take it they've fixed --without-headers option for gcc??



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