From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Schmitz Subject: Re: watchdog (?) on linux 3.0.0 and 2.6.39.3 Date: Mon, 15 Aug 2011 08:40:12 +1200 Message-ID: References: <4E369834.9070707@aalto.fi> <4E3ACFE5.7020901@aalto.fi> <4E3BD9C1.6020209@aalto.fi> <4E3C6F8D.7030902@gmail.com> <20110807220744.GA5199@chumley.earth.sol> <4E474E7D.2000405@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: In-Reply-To: Sender: linux-m68k-owner@vger.kernel.org List-Id: linux-m68k@vger.kernel.org To: Geert Uytterhoeven Cc: "Christian T. Steigies" , Tuomas Vainikka , Finn Thain , Linux/m68k Hi Geert, >> =A0CC [M] =A0drivers/ide/ide-lib.o >> drivers/ide/ide-lib.c: In function `ide_dump_atapi_status': >> drivers/ide/ide-lib.c:601: internal compiler error: in >> verify_local_live_at_start, at flow.c:600 >> Please submit a full bug report, >> with preprocessed source if appropriate. >> See for instructions. >> >> I'm sure we've seen that before and it did eventually get fixed. > > You can probably work around that by building with "make V=3D1" to sh= ow > the compile command, > and manually executing it with a lower optimization level. I actually had to add -O0 to the EXTRA_CFLAGS in drivers/ide/Makefile - otherwise I'd manually compile it OK once, and the subsequent make command would attempt to compile it again (with -Os). Thanks, Michael