Building libstdc++
Brent Verner
brent@rcfile.org
Mon Dec 25 16:43:00 GMT 2000
On 23 Dec 2000 at 18:07 (-0500), Richard Kenner wrote:
Hi,
| /* Inline exchange & add */
| as0: Error: ../../../../egcs/libstdc++-v3/src/complex_io.cc, line 6: undefined a
| ssembler operation: .subsection
the error above is due to the fact that the asm in
config/cpu/alpha/bits/atomicity.h has directives that digital's
assembler doesn't know about '.subsection', et. al. I'm not sure
what .subsection and .previous are for (I suspect to help gas
produce better code.), but it looks like the code might still
work the same if those lines were removed. Of course, your best
bet would be to install gnu as from the binutils package, or if it
is installed, massage your PATH to make it visible before the digital
as[01].
hth.
brent
More information about the Gcc
mailing list