linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* 2.6.0-test5, gcc 3.3, aic7(censored)_core.c
@ 2003-09-28 22:38 Norman Diamond
  2003-09-29 10:48 ` Mikael Pettersson
  0 siblings, 1 reply; 2+ messages in thread
From: Norman Diamond @ 2003-09-28 22:38 UTC (permalink / raw)
  To: linux-kernel

In 2.6.0-test5, the README still says "Make sure you have gcc 2.95.3
available."  It is telling the truth.

SuSE 8.2 includes gcc 3.3 20030226 (prerelease).  Up to the point of
aborting, it diagnoses a ton of "warning: comparison between signed and
unsigned", but nonetheless compiles many source files and continues.  But in
aic7(censored)_core.c, line 76, it diagnoses "warning: `num_chip_names'
defined but not used".  Even though this is also just a warning, obviously
it threatens disastrous consequences  :-s  (sarcasm).  make[3] quits with
Error 1 and make[2] and make[1] quit with Error 2.

(My previous tests of 2.6.0-test[1-5] used the version of gcc that was in
SuSE 8.1.)


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: 2.6.0-test5, gcc 3.3, aic7(censored)_core.c
  2003-09-28 22:38 2.6.0-test5, gcc 3.3, aic7(censored)_core.c Norman Diamond
@ 2003-09-29 10:48 ` Mikael Pettersson
  0 siblings, 0 replies; 2+ messages in thread
From: Mikael Pettersson @ 2003-09-29 10:48 UTC (permalink / raw)
  To: Norman Diamond; +Cc: linux-kernel

Norman Diamond writes:
 > In 2.6.0-test5, the README still says "Make sure you have gcc 2.95.3
 > available."  It is telling the truth.
 > 
 > SuSE 8.2 includes gcc 3.3 20030226 (prerelease).  Up to the point of
 > aborting, it diagnoses a ton of "warning: comparison between signed and
 > unsigned", but nonetheless compiles many source files and continues.  But in
 > aic7(censored)_core.c, line 76, it diagnoses "warning: `num_chip_names'
 > defined but not used".  Even though this is also just a warning, obviously
 > it threatens disastrous consequences  :-s  (sarcasm).  make[3] quits with
 > Error 1 and make[2] and make[1] quit with Error 2.

Look for and delete any -Werror in aic7xxx' Makefile.
I've seen people being bit by this before.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-09-29 10:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-09-28 22:38 2.6.0-test5, gcc 3.3, aic7(censored)_core.c Norman Diamond
2003-09-29 10:48 ` Mikael Pettersson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).