public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* kernel
@ 2001-05-31 11:31 robert seczkowski
  2001-05-31 11:45 ` kernel Alan Cox
  2001-05-31 11:52 ` kernel Keith Owens
  0 siblings, 2 replies; 17+ messages in thread
From: robert seczkowski @ 2001-05-31 11:31 UTC (permalink / raw)
  To: kaos; +Cc: linux-kernel

I have problem with kernel 2.4.2 from red hat 7.2 distribution.
This problem appears when I type make modules.
and it seems like compiler doesn't understand extern in function
declaration
gcc version 2.96 20000731
Thanks in advance

below log:



make -C  kernel CFLAGS="-D__KERNEL__ -I/usr/src/linux-2.4/include -Wall 
-Wstrict-prototypes -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common 
-Wno-unused -pipe -mpreferred-stack-boundary=2 -march=i686 -DMODULE 
-DMODVERSIONS -include /usr/src/linux-2.4/include/linux/modversions.h" 
MAKING_MODULES=1 modules
make[1]: Wchodzę katalog `/home/linux-2.4.2/kernel'
make[1]: Nie nic do roboty w `modules'.
make[1]: Opuszczam katalog `/home/linux-2.4.2/kernel'
make -C  drivers CFLAGS="-D__KERNEL__ -I/usr/src/linux-2.4/include -Wall 
-Wstrict-prototypes -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common 
-Wno-unused -pipe -mpreferred-stack-boundary=2 -march=i686 -DMODULE 
-DMODVERSIONS -include /usr/src/linux-2.4/include/linux/modversions.h" 
MAKING_MODULES=1 modules
make[1]: Wchodzę katalog `/home/linux-2.4.2/drivers'
make -C block modules
make[2]: Wchodzę katalog `/home/linux-2.4.2/drivers/block'
gcc -D__KERNEL__ -I/usr/src/linux-2.4/include -Wall -Wstrict-prototypes -O2 
-fomit-frame-pointer -fno-strict-aliasing -fno-common -Wno-unused -pipe 
-mpreferred-stack-boundary=2 -march=i686 -DMODULE -DMODVERSIONS -include 
/usr/src/linux-2.4/include/linux/modversions.h   -c -o floppy.o floppy.c
In file included from /usr/src/linux-2.4/include/linux/spinlock.h:35,
                 from /usr/src/linux-2.4/include/linux/module.h:11,
                 from floppy.c:137:
/usr/src/linux-2.4/include/asm/spinlock.h:8: nondigits in number and not 
hexadecimal
/usr/src/linux-2.4/include/asm/spinlock.h:8: nondigits in number and not 
hexadecimal
/usr/src/linux-2.4/include/asm/spinlock.h:8: parse error before `1b7d4074'
/usr/src/linux-2.4/include/asm/spinlock.h:9: `printk_R_ver_str' declared as 
function returning a function
/usr/src/linux-2.4/include/asm/spinlock.h:9: warning: function declaration 
isn't a prototype
In file included from floppy.c:137:
/usr/src/linux-2.4/include/linux/module.h:173: nondigits in number and not 
hexadecimal
/usr/src/linux-2.4/include/linux/module.h:173: nondigits in number and not 
hexadecimal
/usr/src/linux-2.4/include/linux/module.h:173: nondigits in number and not 
hexadecimal
/usr/src/linux-2.4/include/linux/module.h:173: nondigits in number and not 
hexadecimal
/usr/src/linux-2.4/include/linux/module.h:173: parse error before `62dada05'
/usr/src/linux-2.4/include/linux/module.h:173: 
`inter_module_register_R_ver_str' declared as function returning a function
/usr/src/linux-2.4/include/linux/module.h:173: warning: function declaration 
isn't a prototype
/usr/src/linux-2.4/include/linux/module.h:174: nondigits in number and not 
hexadecimal
/usr/src/linux-2.4/include/linux/module.h:174: missing white space after 
number `7a9e845'
/usr/src/linux-2.4/include/linux/module.h:174: parse error before `7a9e845'
/usr/src/linux-2.4/include/linux/module.h:174: 
`inter_module_unregister_R_ver_str' declared as function returning a function
/usr/src/linux-2.4/include/linux/module.h:174: warning: function declaration 
isn't a prototype
/usr/src/linux-2.4/include/linux/module.h:175: `inter_module_get_R_ver_str' 
declared as function returning a function
/usr/src/linux-2.4/include/linux/module.h:175: warning: parameter names 
(without types) in function declaration
/usr/src/linux-2.4/include/linux/module.h:176: 
`inter_module_get_request_R_ver_str' declared as function returning a function
/usr/src/linux-2.4/include/linux/module.h:176: warning: parameter names 
(without types) in function declaration
/usr/src/linux-2.4/include/linux/module.h:177: nondigits in number and not 
hexadecimal
/usr/src/linux-2.4/include/linux/module.h:177: nondigits in number and not 
hexadecimal
/usr/src/linux-2.4/include/linux/module.h:177: nondigits in number and not 
hexadecimal
/usr/src/linux-2.4/include/linux/module.h:177: parse error before `6b99f7d8'
/usr/src/linux-2.4/include/linux/module.h:177: `inter_module_put_R_ver_str' 
declared as function returning a function
/usr/src/linux-2.4/include/linux/module.h:177: warning: function declaration 
isn't a prototype
/usr/src/linux-2.4/include/linux/module.h:186: `try_inc_mod_count_R_ver_str' 
declared as function returning a function
/usr/src/linux-2.4/include/linux/module.h:186: warning: parameter names 
(without types) in function declaration
make[2]: *** [floppy.o] Błąd 1
make[2]: Opuszczam katalog `/home/linux-2.4.2/drivers/block'
make[1]: *** [_modsubdir_block] Błąd 2
make[1]: Opuszczam katalog `/home/linux-2.4.2/drivers'
make: *** [_mod_drivers] Błąd 2

^ permalink raw reply	[flat|nested] 17+ messages in thread
* kernel
@ 2005-08-12 11:58 Srinivas K
  2005-08-12 12:11 ` kernel Erik Mouw
  2005-08-25  4:45 ` kernel Shwetha V
  0 siblings, 2 replies; 17+ messages in thread
From: Srinivas K @ 2005-08-12 11:58 UTC (permalink / raw)
  To: linux-kernel


hi friends,

 post concepts regarding linux kernel which will be useful


-- 
Srinivasa Rao K
Systems Engineer
Nortel Business Unit
Sasken Communication Technologies Ltd
139/25, Ring Road, Domlur
Bangalore - 560 071
Ph: 2535 5501 Extn.:4804
mail : srinuk@sasken.com

"SASKEN RATED THE BEST EMPLOYER IN THE COUNTRY by the BUSINESS TODAY Mercer
Survey 2004"


SASKEN BUSINESS DISCLAIMER
This message may contain confidential, proprietary or legally Privileged
information. In case you are not the original intended Recipient of the
message, you must not, directly or indirectly, use, Disclose, distribute,
print, or copy any part of this message and you are requested to delete it
and inform the sender. Any views expressed in this message are those of the
individual sender unless otherwise stated. Nothing contained in this message
shall be construed as an offer or acceptance of any offer by Sasken
Communication Technologies Limited ("Sasken") unless sent with that express
intent and with due authority of Sasken. Sasken has taken enough precautions
to prevent the spread of viruses. However the company accepts no liability
for any damage caused by any virus transmitted by this email



"SASKEN RATED THE BEST EMPLOYER IN THE COUNTRY by the BUSINESS TODAY Mercer Survey 2004"


                           SASKEN BUSINESS DISCLAIMER
This message may contain confidential, proprietary or legally Privileged information. In case you are not the original intended Recipient of the message, you must not, directly or indirectly, use, Disclose, distribute, print, or copy any part of this message and you are requested to delete it and inform the sender. Any views expressed in this message are those of the individual sender unless otherwise stated. Nothing contained in this message shall be construed as an offer or acceptance of any offer by Sasken Communication Technologies Limited ("Sasken") unless sent with that express intent and with due authority of Sasken. Sasken has taken enough precautions to prevent the spread of viruses. However the company accepts no liability for any damage caused by any virus transmitted by this email

^ permalink raw reply	[flat|nested] 17+ messages in thread
* kernel
@ 2003-02-22  7:15 paul raj
  2003-02-22  8:15 ` kernel Jurriaan
  0 siblings, 1 reply; 17+ messages in thread
From: paul raj @ 2003-02-22  7:15 UTC (permalink / raw)
  To: linux-kernel

sir

   
    In which kernel verison is support for POSIX IPC
(message queue, Shared memory, and semaphore) in
linux.


   I want to install kernle-2.4.19. i followed all the
steps in READEME file. But in booting time, it display
the following error. How to rectify the error. please
give the steps for how to install new kernel.
(specifically you mention lilo ).


by

DOMINIC

__________________________________________________
Do you Yahoo!?
Yahoo! Tax Center - forms, calculators, tips, more
http://taxes.yahoo.com/

^ permalink raw reply	[flat|nested] 17+ messages in thread
* kernel
@ 2002-04-29 15:21 Halil Demirezen
  0 siblings, 0 replies; 17+ messages in thread
From: Halil Demirezen @ 2002-04-29 15:21 UTC (permalink / raw)
  To: linux-kernel

Now we just started to write a kernel.

 /---------------------------------------------------------------\
/ demirh@bornova.ege.edu.tr 		           ICQ: 1037072   \
| hadezen@yahoo.com 				   +905462353661  |
|								  |
-------------------------------------------------------------------



^ permalink raw reply	[flat|nested] 17+ messages in thread
* kernel
@ 2001-10-18 15:09 tushar  korde
  2001-10-18 16:12 ` kernel Mark Frazer
  0 siblings, 1 reply; 17+ messages in thread
From: tushar  korde @ 2001-10-18 15:09 UTC (permalink / raw)
  To: linux-kernel


Sir
i am working on system call tracing.
i want to check the validity of the system
calls given by users how can i parse them. 
Does the linux O.S. also performs parsing ?
how can i make a grammar for the system
call parsing . 
 


^ permalink raw reply	[flat|nested] 17+ messages in thread
* kernel
@ 2000-11-07  3:55 Joe Harrington
  2000-11-07  4:09 ` kernel David Riley
  0 siblings, 1 reply; 17+ messages in thread
From: Joe Harrington @ 2000-11-07  3:55 UTC (permalink / raw)
  To: linux-kernel

Sorry about the question to do with visuall gcc. Alot of people seemed to
get a intolerable response to my question. The reason I posted it here was
a) I am lazy, b) On all the sites to do with Kdevelop the download links are
down, and c) I wanted to use the program to compile such files as schedule.c
and other scheduling algorithms I create. What do most of you use to comile
the kernel, just good ole' command line gcc.


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

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

end of thread, other threads:[~2006-03-31 11:43 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-05-31 11:31 kernel robert seczkowski
2001-05-31 11:45 ` kernel Alan Cox
2001-05-31 11:52 ` kernel Keith Owens
  -- strict thread matches above, loose matches on Subject: below --
2005-08-12 11:58 kernel Srinivas K
2005-08-12 12:11 ` kernel Erik Mouw
2005-08-25  4:45 ` kernel Shwetha V
2005-08-25  7:40   ` kernel vamsi krishna
2005-08-25  9:38   ` kernel Jesper Juhl
2005-09-16  8:06   ` kernel Chikkali
2006-03-31 10:34     ` kernel vinayak
2003-02-22  7:15 kernel paul raj
2003-02-22  8:15 ` kernel Jurriaan
2002-04-29 15:21 kernel Halil Demirezen
2001-10-18 15:09 kernel tushar  korde
2001-10-18 16:12 ` kernel Mark Frazer
2000-11-07  3:55 kernel Joe Harrington
2000-11-07  4:09 ` kernel David Riley

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox