Subject: kernel compile
To: RiscBSD <port-arm32@NetBSD.ORG>
From: Patrick Welche <prlw1@cam.ac.uk>
List: port-arm32
Date: 06/01/1998 17:19:46
cc  -O2 -Werror -Wall -I. -I../../../../arch -I../../../.. -nostdinc
  -DMACHINE_NEW_NONCONTIG -DCPU_ARM6 -DIOMD -DRISCPC -DARMFPE -DFIFO
  -DINET -DPFIL_HOOKS -DCOMPAT_13 -DCOMPAT_12 -DSYSVMSG -DSYSVSEM
  -DSYSVSHM -DSHMMAXPGS="0x400" -DKTRACE -DIRQSTATS -DMOUSE_IOC_ACK
  -DDIAGNOSTIC -DPOSTMORTEM -DDDB -DIPFILTER_LOG -DMAXUSERS=32 -D_KERNEL
  -Darm32 -Wcomment  -c ../../../../arch/arm32/arm32/in_cksum_arm32.c
/var/tmp/cc02038a.s: Assembler messages:
/var/tmp/cc02038a.s:71: Warning: Register range not in ascending order
/var/tmp/cc02038a.s:74: Warning: Register range not in ascending order
/var/tmp/cc02038a.s:77: Warning: Register range not in ascending order
/var/tmp/cc02038a.s:80: Warning: Register range not in ascending order
/var/tmp/cc02038a.s:92: Warning: Register range not in ascending order
/var/tmp/cc02038a.s:95: Warning: Register range not in ascending order
/var/tmp/cc02038a.s:105: Warning: Register range not in ascending order

Is that worth worrying about? (Compiling with the 1.3-alpha comp/base sets)

Cheers,

Patrick