Subject: Re: 14-Sep Toolchain Update
To: Todd Vierling <tv@pobox.com>
From: Erik Bertelsen <erik@mediator.uni-c.dk>
List: tech-toolchain
Date: 10/06/1998 08:22:32
On Thu, Sep 17, 1998 at 08:18:13PM -0400, Todd Vierling wrote:
> : > - m68k: Not retested after the vfprintf.c codegen bug was fixed.  Will do

On the m68k we still have the following problem, which I have mentioned
before, but here you get the actual diagnostics in case you haven't seen
them:


cc  -O2 -Werror -Wall -Wstrict-prototypes -Wmissing-prototypes -Wno-main -msoft-float -I. -I../../../../arch -I../../../.. -nostdinc -DHZ="0x3c" -DNKMEMCLUSTERS="0x800" -DNMBCLUSTERS="0x400" -DCOMPAT_43 -DM68040 -DFPSP -DMAXUSERS=16 -D_KERNEL  -Dmc68020 -Dmac68k  -c ../../../../dev/scsipi/sd.c
cc1: warnings being treated as errors
../../../../dev/scsipi/sd.c:1041: warning: alignment of `sx' is greater than maximum object file alignment. Using 2.


cc -O  -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Werror   -c /home/src/sbin/ifconfig/ifconfig.c
cc1: warnings being treated as errors
/home/src/sbin/ifconfig/ifconfig.c:118: warning: alignment of `addreq' is greater than maximum object file alignment. Using 2.

This is present on a mac68k updated to yesterday's NetBSD/current, and has
been there since first I tried to use the egcs 1.1 import.

If I compile these two files without -Werror, it seems that I get runnable
(but not necessarily optimal) object files, and this way the machine has
been running for several weeks.

regards
Erik Bertelsen