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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

problem building glibc-2.3.2 with gcc-3.4.0 and binutils-2.15.90.0.3for m68k


While testing all the targets crosstool supports with the new combination of tools
(gcc-3.4.0 and binutils-2.15.90.0.3),
I ran into an error with --host=x86-linux --target m68k-linux:

localealias.s:544: Error: junk at end of line, first unrecognized character is `,'

Here are lines 544 to 546 of localealias.s:
    544         .local  lock
    545         .comm   lock,24,2
    546         .section        __libc_freeres_ptrs
So I guess it didn't like the ,24,2 on the .comm line.

Since I changed both gcc and binutils versions at once,
I have no idea which of the two changes triggered the problem.

This reminds me a bit of the problem I had compiling
that combination for --host=x86-cygwin --target=x86-linux,
maybe some configury bit is screwed up somewhere in gcc-3.4.0.

I'll leave demo-m68k.sh at gcc-3.3.3 for the moment.  One of
these days I'll try to track this down, maybe.
- Dan

--
My technical stuff: http://kegel.com
My politics: see http://www.misleader.org for examples of why I'm for regime change


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