* aic7(censored) compile error
@ 2003-05-20 20:40 Stian Jordet
2003-05-20 21:12 ` Stian Jordet
0 siblings, 1 reply; 3+ messages in thread
From: Stian Jordet @ 2003-05-20 20:40 UTC (permalink / raw)
To: linux-kernel
Hello,
Am I just blind, or haven't this been reported? Haven't been able to
compile 2.5.69 since bk4, I think. This is with gcc-3.3.
make -f scripts/Makefile.build obj=drivers/scsi/aic7xxx
gcc -Wp,-MD,drivers/scsi/aic7xxx/.aic7xxx_osm.o.d -D__KERNEL__
-Iinclude -Wall -Wstrict-prototypes -Wno-trigraphs -O2
-fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2
-march=pentium3 -Iinclude/asm-i386/mach-default -fomit-frame-pointer
-nostdinc -iwithprefix include -Idrivers/scsi -Werror
-DKBUILD_BASENAME=aic7xxx_osm -DKBUILD_MODNAME=aic7xxx -c -o
drivers/scsi/aic7xxx/aic7xxx_osm.o drivers/scsi/aic7xxx/aic7xxx_osm.c
drivers/scsi/aic7xxx/aic7xxx_osm.c: In function `ahc_linux_map_seg':
drivers/scsi/aic7xxx/aic7xxx_osm.c:767: warning: integer constant is too
large for "long" type
make[3]: *** [drivers/scsi/aic7xxx/aic7xxx_osm.o] Error 1
make[2]: *** [drivers/scsi/aic7xxx] Error 2
make[1]: *** [drivers/scsi] Error 2
make: *** [drivers] Error 2
Best regards,
Stian
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: aic7(censored) compile error
2003-05-20 20:40 aic7(censored) compile error Stian Jordet
@ 2003-05-20 21:12 ` Stian Jordet
2003-05-20 21:40 ` Justin T. Gibbs
0 siblings, 1 reply; 3+ messages in thread
From: Stian Jordet @ 2003-05-20 21:12 UTC (permalink / raw)
To: linux-kernel
tir, 20.05.2003 kl. 22.40 skrev Stian Jordet:
> Hello,
>
> Am I just blind, or haven't this been reported? Haven't been able to
> compile 2.5.69 since bk4, I think. This is with gcc-3.3.
Hmm. I fixed this with changing line 767 to:
next_len = 0x100000000LL - (addr & 0xFFFFFFFF);
Don't know if this is the right fix, but it works :)
> make -f scripts/Makefile.build obj=drivers/scsi/aic7xxx
> gcc -Wp,-MD,drivers/scsi/aic7xxx/.aic7xxx_osm.o.d -D__KERNEL__
> -Iinclude -Wall -Wstrict-prototypes -Wno-trigraphs -O2
> -fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2
> -march=pentium3 -Iinclude/asm-i386/mach-default -fomit-frame-pointer
> -nostdinc -iwithprefix include -Idrivers/scsi -Werror
> -DKBUILD_BASENAME=aic7xxx_osm -DKBUILD_MODNAME=aic7xxx -c -o
> drivers/scsi/aic7xxx/aic7xxx_osm.o drivers/scsi/aic7xxx/aic7xxx_osm.c
> drivers/scsi/aic7xxx/aic7xxx_osm.c: In function `ahc_linux_map_seg':
> drivers/scsi/aic7xxx/aic7xxx_osm.c:767: warning: integer constant is too
> large for "long" type
> make[3]: *** [drivers/scsi/aic7xxx/aic7xxx_osm.o] Error 1
> make[2]: *** [drivers/scsi/aic7xxx] Error 2
> make[1]: *** [drivers/scsi] Error 2
> make: *** [drivers] Error 2
Best regards,
Stian
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: aic7(censored) compile error
2003-05-20 21:12 ` Stian Jordet
@ 2003-05-20 21:40 ` Justin T. Gibbs
0 siblings, 0 replies; 3+ messages in thread
From: Justin T. Gibbs @ 2003-05-20 21:40 UTC (permalink / raw)
To: Stian Jordet, linux-kernel
>> Hello,
>>
>> Am I just blind, or haven't this been reported? Haven't been able to
>> compile 2.5.69 since bk4, I think. This is with gcc-3.3.
>
> Hmm. I fixed this with changing line 767 to:
I believe this has already been fixed in TOT, but if not, I have
released the latest csets from my BK trees which address this and
other issues. I'm still in the process of integrating some other
changes, so I will be release another update later this week.
http://people.FreeBSD.org/~gibbs/linux/SRC/
--
Justin
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2003-05-20 21:26 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-05-20 20:40 aic7(censored) compile error Stian Jordet
2003-05-20 21:12 ` Stian Jordet
2003-05-20 21:40 ` Justin T. Gibbs
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®