LinuxQuestions.org
Did you know LQ has a Linux Hardware Compatibility List?
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices

Reply
 
LinkBack Search this Thread
Old 12-22-2003, 03:35 PM   #1
demmylls
Member
 
Registered: Aug 2003
Location: AT
Distribution: Fedora Core 3
Posts: 404

Rep: Reputation: 30
compiling drama


ok compiling kernel 2.6 using the defult setting but add ntfs read support and changed the processors type to P4

i do these command:
1) # make xconfig
2) # make bzImage
3) # make modules
# make modules_install
4) # make install

1) make xconfig:
all went fine i added ntfs support (as a module)
i also changed the processors type to Pentium 4
others using default settings.

2) make bzImage:
all went fine and no error

3) make modules and make modules_install: i got the warning/error message as below

CC [M] drivers/cdrom/cdrom.o
CC [M] drivers/char/esp.o
drivers/char/esp.c: In function `autoconfig':
drivers/char/esp.c:2382: warning: `check_region' is deprecated (declared at include/linux/ioport.h:119)
CC [M] drivers/char/rocket.o
CC [M] drivers/char/cyclades.o
CC [M] drivers/char/stallion.o
CC [M] drivers/char/istallion.o
drivers/char/istallion.c: In function `istallion_module_exit':
drivers/char/istallion.c:850: warning: too few arguments for format
CC [M] drivers/char/epca.o
drivers/char/epca.c: In function `do_softint':
drivers/char/epca.c:3316: warning: `MOD_DEC_USE_COUNT' is deprecated (declared at include/linux/module.h:494)
CC [M] drivers/char/specialix.o
drivers/char/specialix.c: In function `sx_check_io_range':
drivers/char/specialix.c:289: warning: `check_region' is deprecated (declared at include/linux/ioport.h:119)
CC [M] drivers/char/moxa.o
CC [M] drivers/char/mxser.o
CC [M] drivers/char/ip2.o
CC [M] drivers/char/ip2main.o
drivers/char/ip2/i2cmd.c:142: warning: `ct89' defined but not used
CC [M] drivers/char/riscom8.o
CC [M] drivers/char/isicom.o
drivers/char/isicom.c: In function `ISILoad_ioctl':
drivers/char/isicom.c:155: warning: comparison of distinct pointer types lacks a cast
drivers/char/isicom.c:160: warning: comparison of distinct pointer types lacks a cast
drivers/char/isicom.c: In function `unregister_drivers':
drivers/char/isicom.c:1677: warning: `error' might be used uninitialized in this function
CC [M] drivers/char/synclink.o
CC [M] drivers/char/n_hdlc.o
CC [M] drivers/char/sx.o

LD [M] drivers/char/drm/i830.o
LD [M] drivers/char/drm/sis.o
CC [M] drivers/char/ftape/compressor/zftape-compress.o
drivers/char/ftape/compressor/zftape-compress.c: In function `zftc_lock':
drivers/char/ftape/compressor/zftape-compress.c:271: warning: `MOD_INC_USE_COUNT' is deprecated (declared at include/linux/module.h:482)
drivers/char/ftape/compressor/zftape-compress.c: In function `zftc_write':
drivers/char/ftape/compressor/zftape-compress.c:559: warning: `MOD_INC_USE_COUNT' is deprecated (declared at include/linux/module.h:482)
drivers/char/ftape/compressor/zftape-compress.c: In function `zftc_read':
drivers/char/ftape/compressor/zftape-compress.c:680: warning: `MOD_INC_USE_COUNT' is deprecated (declared at include/linux/module.h:482)
drivers/char/ftape/compressor/zftape-compress.c: In function `zftc_seek':
drivers/char/ftape/compressor/zftape-compress.c:804: warning: `MOD_INC_USE_COUNT' is deprecated (declared at include/linux/module.h:482)
CC [M] drivers/char/ftape/compressor/lzrw3.o
LD [M] drivers/char/ftape/compressor/zft-compressor.o
CC [M] drivers/char/ftape/lowlevel/ftape-init.o


(I GOT WHOLE LOT MORE OF WARNING AND THE ABOVE IS JUST SOME OF IT)





4) make install: i got the warning/error message as below

depmod: agp_generic_free_by_type
depmod: agp_generic_remove_memory
depmod: agp_bridge
depmod: agp_put_bridge
depmod: global_cache_flush
depmod: agp_add_bridge
depmod: agp_generic_alloc_by_type
depmod: *** Unresolved symbols in /lib/modules/2.6.0/kernel/drivers/char/agp/sis-agp.ko
depmod: agp_remove_bridge
depmod: agp_generic_free_gatt_table
depmod: agp_generic_enable
depmod: agp_generic_mask_memory
depmod: agp_alloc_bridge
depmod: agp_generic_insert_memory
depmod: agp_generic_create_gatt_table
depmod: agp_generic_alloc_page
depmod: agp_generic_destroy_page
depmod: agp_generic_free_by_type
depmod: agp_generic_remove_memory
depmod: agp_bridge
depmod: agp_put_bridge
depmod: global_cache_flush
depmod: agp_add_bridge
depmod: agp_generic_alloc_by_type
depmod: *** Unresolved symbols in /lib/modules/2.6.0/kernel/drivers/char/agp/sworks-agp.ko
depmod: agp_remove_bridge
depmod: agp_generic_mask_memory
depmod: agp_alloc_bridge
depmod: agp_collect_device_status
depmod: agp_generic_alloc_page


ok! what is going on here.
previously i compilation aslo have many warning/error incommon but after reformat my RH9 and compile the kernel still have those problems.
what might be wrong?
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
"udftools paket writing drama" behmjose Linux - Software 0 06-02-2004 07:40 PM
boot stall: pcmcia drama = PANIC thisismadness Linux - Newbie 4 04-29-2004 11:17 AM
floppy mounting/formatting drama PLEASE help me thisismadness Linux - Newbie 2 02-29-2004 05:46 PM
OS X Experts?: Rendezvous Printing Drama General_Tso *BSD 0 02-11-2004 10:19 PM
BogoMIPS drama rch Linux - General 5 04-24-2003 05:18 AM


All times are GMT -5. The time now is 11:00 AM.

Main Menu
 
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
identi.ca: @linuxquestions
Facebook: @linuxquestions
Open Source Consulting | Domain Registration