Subject: __asm__ errors building kernel
To: None <port-vax@netbsd.org>
From: NetBSD list <netbsd@mrynet.com>
List: port-vax
Date: 03/01/2001 21:53:59
Anyone else seeing this from cvs sources?

VAX--mod100(91)# make
sh ../../../../kern/genassym.sh cc  -O2 -Werror -Wall -Wmissing-prototypes -Wstrict-prototypes  -Wpointer-arith -Wno-uninitialized -Wno-main -mno-pic -I. -I../../../../arch -I../../../.. -nostdinc -DSCSI_DELAY="0xf" -DSCSIDEBUG -DLKM -DMAXUSERS=16 -D_KERNEL  -D_VAX_INLINE_   < ../../../../arch/vax/vax/genassym.cf > assym.h.tmp &&  mv -f assym.h.tmp assym.h
In file included from /tmp/3226.c:6:
../../../../sys/proc.h:411: syntax error before `__asm__'
../../../../sys/proc.h:414: syntax error before `__asm__'
../../../../sys/proc.h:428: syntax error before `__asm__'
cc -x assembler-with-cpp -traditional-cpp -D_LOCORE -I. -I../../../../arch -I../../../.. -nostdinc -DSCSI_DELAY="0xf" -DSCSIDEBUG -DLKM -DMAXUSERS=16 -D_KERNEL  -D_VAX_INLINE_ -c ../../../../arch/vax/vax/intvec.s
cc -x assembler-with-cpp -traditional-cpp -D_LOCORE -I. -I../../../../arch -I../../../.. -nostdinc -DSCSI_DELAY="0xf" -DSCSIDEBUG -DLKM -DMAXUSERS=16 -D_KERNEL  -D_VAX_INLINE_ -c ../../../../arch/vax/vax/subr.s
cc  -O2 -Werror -Wall -Wmissing-prototypes -Wstrict-prototypes  -Wpointer-arith -Wno-uninitialized -Wno-main -mno-pic -I. -I../../../../arch -I../../../.. -nostdinc -DSCSI_DELAY="0xf" -DSCSIDEBUG -DLKM -DMAXUSERS=16 -D_KERNEL  -D_VAX_INLINE_  -c param.c
In file included from param.c:52:
../../../../sys/proc.h:411: syntax error before `__asm__'
../../../../sys/proc.h:414: syntax error before `__asm__'
../../../../sys/proc.h:428: syntax error before `__asm__'
*** Error code 1

Stop.

-scott