FWIW, make modules ran into
make -C video modules
make[2]: Entering directory `/home/mel/2.4.26-acoi11/linux24/drivers/video'
gcc -D__KERNEL__ -I/home/mel/2.4.26-acoi11/linux24/include -Wall
-Wstrict-protot
ypes -Wno-trigraphs -Os -fno-strict-aliasing -fno-common -Uarm
-fno-common -pipe
-mapcs-32 -D__LINUX_ARM_ARCH__=4 -march=armv4 -mtune=arm9tdmi
-msoft-float -Uar
m -DMODULE -nostdinc -iwithprefix include
-DKBUILD_BASENAME=ts7kvfb -c -o ts7
kvfb.o ts7kvfb.c
ts7kvfb.c:75: duplicate initializer
ts7kvfb.c:75: (near initialization for `ts7kvfb_ops.fb_pan_display')
ts7kvfb.c: In function `ts7kvfb_init':
ts7kvfb.c:350: warning: suggest parentheses around arithmetic in operand of |
ts7kvfb.c:353: warning: suggest parentheses around comparison in operand of &
ts7kvfb.c:368: parse error before `unsigned'
ts7kvfb.c:408: `swin' undeclared (first use in this function)
ts7kvfb.c:408: (Each undeclared identifier is reported only once
ts7kvfb.c:408: for each function it appears in.)
ts7kvfb.c: In function `cleanup_module':
ts7kvfb.c:457: warning: passing arg 1 of `unregister_framebuffer'
from incompati
ble pointer type
make[2]: *** [ts7kvfb.o] Error 1
make[2]: Leaving directory `/home/mel/2.4.26-acoi11/linux24/drivers/video'
make[1]: *** [_modsubdir_video] Error 2
make[1]: Leaving directory `/home/mel/2.4.26-acoi11/linux24/drivers'
make: *** [_mod_drivers] Error 2
ts7200:/home/mel/2.4.26-acoi11/linux24#
Duplicate identifier looks to be for real, and swin error looks like
a C++-style declaration in the middle of the
code might not be acceptable to C. I'll patch them up any which
way; missing video modules shouldn't be a
problem for me.
Cheers, Mel.
------------------------ Yahoo! Groups Sponsor --------------------~-->
Check out the new improvements in Yahoo! Groups email.
http://us.click.yahoo.com/4It09A/fOaOAA/yQLSAA/CFFolB/TM
--------------------------------------------------------------------~->
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/ts-7000/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/ts-7000/join
(Yahoo! ID required)
<*> To change settings via email:
<*> To unsubscribe from this group, send an email to:
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|