This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC 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]

Compile fails with assembler messages


Hey guys. Every time ive tried to compile something after an upgrade to
redhat 8.0 (gcc version 3.2, binutils version 2.13.90), i fail with
these assembler messages. If i write a program that requires no linking,
than im fine. but everything from xtunes to an attempt at compiling gcc
itself faisl. Has anyone run into this before, or could gcc be looking
for something that it cant find ?
I really appreciate any help !
-Cheers

The error messages:

/tmp/ccDDinMr.s: Assembler messages:
/tmp/ccDDinMr.s:58: Warning: Unrecognized .section attribute: want
a,w,x
/tmp/ccDDinMr.s:58: Warning: Unrecognized .section attribute: want
a,w,x
/tmp/ccDDinMr.s:58: Error: Rest of line ignored. First ignored
character is `,'.
/tmp/ccDDinMr.s:7821: Warning: Unrecognized .section attribute: want
a,w,x
/tmp/ccDDinMr.s:7821: Warning: Unrecognized .section attribute: want
a,w,x
/tmp/ccDDinMr.s:7821: Error: Rest of line ignored. First ignored
character is `,'.
make[1]: *** [regex.o] Error 1
make: *** [all-libiberty] Error 2


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