[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

GENERIC -current's machdep.c (i386) doesn't compile at the moment



Hi,


one of the changes to src/sys/arch/i386/i386/machdep.c made today 
prevent me from compiling it. The latest revision CVS would give me is 
v1.272, so I don't know yet whether the commit at 2:15pm CET fixed it. 
This is what I get (I tried `make clean`, too):

cc  -Werror -Wall -Wstrict-prototypes -Wmissing-prototypes 
-Wno-uninitialized -Wno-format -Wno-main  -fno-builtin-printf 
-fno-builtin-log -O2  -nostdinc -I. 
-I/usr/src/sys/arch/i386/compile/GENERIC/../../../../arch 
-I/usr/src/sys/arch/i386/compile/GENERIC/../../../.. -DDDB -DDIAGNOSTIC 
-DKTRACE -DKMEMSTATS -DPTRACE -DCRYPTO -DSYSVMSG -DSYSVSEM -DSYSVSHM 
-DUVM_SWAP_ENCRYPT -DCOMPAT_25 -DCOMPAT_43 -DLKM -DFFS -DFFS_SOFTUPDATES 
-DUFS_DIRHASH -DQUOTA -DEXT2FS -DMFS -DXFS -DTCP_SACK -DTCP_ECN 
-DTCP_SIGNATURE -DNFSCLIENT -DNFSSERVER -DCD9660 -DMSDOSFS -DFDESC 
-DFIFO -DKERNFS -DPORTAL -DPROCFS -DNULLFS -DUMAPFS -DUNION -DINET 
-DALTQ -DINET6 -DIPSEC -DPPP_BSDCOMP -DPPP_DEFLATE -DBOOT_CONFIG 
-DI386_CPU -DI486_CPU -DI586_CPU -DI686_CPU -DGPL_MATH_EMULATE 
-DUSER_PCICONF -DUSER_LDT -DAPERTURE -DCOMPAT_SVR4 -DCOMPAT_IBCS2 
-DCOMPAT_LINUX -DCOMPAT_FREEBSD -DCOMPAT_BSDOS -DCOMPAT_AOUT 
-DPCIVERBOSE -DEISAVERBOSE -DUSBVERBOSE -DWSDISPLAY_COMPAT_USL 
-DWSDISPLAY_COMPAT_RAWKBD -DWSDISPLAY_DEFAULTSCREENS="6" 
-DWSDISPLAY_COMPAT_PCVT -DPCIAGP -D_KERNEL -Di386  -c 
/usr/src/sys/arch/i386/compile/GENERIC/../../../../arch/i386/i386/machdep.c
/tmp//ccM14674.s: Assembler messages:
/tmp//ccM14674.s:1554: Error: invalid character '-' in mnemonic
/tmp//ccM14674.s:2249: Error: invalid character '-' in mnemonic
/tmp//ccM14674.s:2260: Error: invalid character '-' in mnemonic
/tmp//ccM14674.s:2271: Error: invalid character '-' in mnemonic
/tmp//ccM14674.s:2282: Error: invalid character '-' in mnemonic
/tmp//ccM14674.s:2293: Error: invalid character '-' in mnemonic
*** Error code 1


Hth,

Moritz