[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

[solaris] "as" foul...

From: Gabor Greif <ggreif_at_lucent.com>
Date: 2002-05-10 19:28:52 CEST

I attempted a build on sparc-solaris 2.7 today starting with the 0.12 tarball (subversion-r1868).

When assembling apr/atomic/solaris_sparc/apr_atomic_sparc.S using

as -K pic -P -D_ASM -D__STDC__=0 -xarch=v8plus -o apr_atomic_sparc.lo apr_atomic_sparc.S

I get

Assembler messages:
Warning: Unrecognized option following -K
as: unrecognized option `-_ASM'

The as --version is:

as --version
GNU assembler 2.11.2
Copyright 2001 Free Software Foundation, Inc.
This program is free software; you may redistribute it under the terms of
the GNU General Public License. This program has absolutely no warranty.
This assembler was configured for a target of `sparc-sun-solaris2.7'.

After removing both -D options I get:

as -K pic -P -xarch=v8plus -o apr_atomic_sparc.lo apr_atomic_sparc.S
Assembler messages:
Warning: Unrecognized option following -K
apr_atomic_sparc.S:72: Fatal error: Unknown opcode: `entry(apr_atomic_add_sparc)'

What I am doing wrong?

Thanks in advance,

        Gabor

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri May 10 21:45:05 2002

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.