Hi,
On Fri, Jun 13, 2008 at 10:14:02AM -0400, Ben Poon wrote:
Assembler: udomain.c "/var/tmp//cczTJdew.s", line 3006 : Illegal mnemonic Near line: " ffreep %st(0)" "/var/tmp//cczTJdew.s", line 3006 : Syntax error Near line: " ffreep %st(0)" make[1]: *** [udomain.o] Error 1 make[1]: Leaving directory `/tmp/programs/ser-2.0.0-rc1/modules/usrloc'
I think the problem here is probably the Solaris assembler which doesn't recognize some of the newer x86 mnemonics. If your Solaris is recent enough it should have the GNU assembler installed as /usr/sfw/bin/as. If so, make sure that /usr/sfw/bin precedes /usr/ccs/bin in your $PATH. If not, install GNU binutils and put its 'bin' directory in the front of your $PATH.
Regards, Jan