2002-10-20 16:52:53

by Ken Witherow

[permalink] [raw]
Subject: compile failure in i2o_block.c on 2.5.44

stock 2.5.44 using gcc 3.2

gcc -Wp,-MD,drivers/message/i2o/.i2o_block.o.d -D__KERNEL__ -Iinclude
-Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fomit-frame-pointer
-fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2
-march=athlon -Iarch/i386/mach-generic -nostdinc -iwithprefix include
-DKBUILD_BASENAME=i2o_block -c -o drivers/message/i2o/i2o_block.o
drivers/message/i2o/i2o_block.c
drivers/message/i2o/i2o_block.c:58:2: #error Please convert me to
Documentation/DMA-mapping.txt
drivers/message/i2o/i2o_block.c: In function `i2ob_send':
drivers/message/i2o/i2o_block.c:363: warning: comparison between pointer
and integer
drivers/message/i2o/i2o_block.c: In function `i2ob_scan':
drivers/message/i2o/i2o_block.c:1376: `i2o_disk' undeclared (first use in
this function)
drivers/message/i2o/i2o_block.c:1376: (Each undeclared identifier is
reported only once
drivers/message/i2o/i2o_block.c:1376: for each function it appears in.)
drivers/message/i2o/i2o_block.c: In function `i2ob_new_device':
drivers/message/i2o/i2o_block.c:1463: `i2o_disk' undeclared (first use in
this function)
drivers/message/i2o/i2o_block.c: In function `i2o_block_init':
drivers/message/i2o/i2o_block.c:1647: `i2o_disk' undeclared (first use in
this function)
drivers/message/i2o/i2o_block.c:1671: warning: initialization from
incompatible pointer type
drivers/message/i2o/i2o_block.c: In function `i2o_block_exit':
drivers/message/i2o/i2o_block.c:1773: `i2o_disk' undeclared (first use in
this function)
make[3]: *** [drivers/message/i2o/i2o_block.o] Error 1


--
Ken Witherow <phantoml AT rochester.rr.com>
ICQ: 21840670 AIM: phantomlordken
http://www.krwtech.com/ken



2002-10-21 11:44:02

by Alan

[permalink] [raw]
Subject: Re: compile failure in i2o_block.c on 2.5.44

On Sun, 2002-10-20 at 17:58, Ken Witherow wrote:
> stock 2.5.44 using gcc 3.2

i2o is not yet working in 2.5. People also keep breaking API's it relies
on or removing and touching things so Im leaving it until post Oct 31st
before the i2o stuff gets finished off