From: Chris May <admin@cglinux.com>
To: linux-kernel@vger.kernel.org
Subject: Module Build error kernel 2.4.18-14
Date: Wed, 23 Oct 2002 23:59:57 -0400 [thread overview]
Message-ID: <3DB7703D.6070307@cglinux.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 352 bytes --]
I sent along my ver script and a output file of make modules. The gcc
error states that there is a code error in the
/usr/src/linux/include/asm/spinlock.h file along with errors in
processor.h . The code assigns incorrect paramaters to functions and
intergs are also improperly defined floats and others. Hope this helps
... to fix these bugs....
[-- Attachment #2: VERFILE --]
[-- Type: text/plain, Size: 1157 bytes --]
If some fields are empty or look unusual you may have an old version.
Compare to the current minimal requirements in Documentation/Changes.
Linux localhost.localdomain 2.4.18-14 #1 Wed Sep 4 13:35:50 EDT 2002 i686 i686 i386 GNU/Linux
Gnu C gcc (GCC) 3.2 20020903 (Red Hat Linux 8.0 3.2-7) Copyright (C) 2002 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Gnu make 3.79.1
util-linux 2.11r
mount 2.11r
modutils 2.4.18
e2fsprogs 1.27
pcmcia-cs 3.1.31
PPP 2.4.1
isdn4k-utils 3.1pre4
Linux C Library 2.2.93
Dynamic linker (ldd) 2.2.93
Procps 2.0.7
Net-tools 1.60
Kbd 1.06
Sh-utils 2.0.12
Modules Loaded ide-scsi sg scsi_mod i810_audio ac97_codec soundcore nfsd lockd sunrpc autofs ds yenta_socket pcmcia_core eepro100 ipt_REJECT iptable_filter ip_tables ohci1394 ieee1394 mousedev keybdev hid input usb-uhci usbcore
[-- Attachment #3: makemodule --]
[-- Type: text/plain, Size: 4050 bytes --]
make -r -f tmp_include_depends all
make[1]: Entering directory `/usr/src/linux-2.4.18-14'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/usr/src/linux-2.4.18-14'
make -C kernel CFLAGS="-D__KERNEL__ -I/usr/src/linux-2.4.18-14/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686 -DMODULE -DMODVERSIONS -include /usr/src/linux-2.4.18-14/include/linux/modversions.h" MAKING_MODULES=1 modules
make[1]: Entering directory `/usr/src/linux-2.4.18-14/kernel'
make[1]: Nothing to be done for `modules'.
make[1]: Leaving directory `/usr/src/linux-2.4.18-14/kernel'
make -C drivers CFLAGS="-D__KERNEL__ -I/usr/src/linux-2.4.18-14/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686 -DMODULE -DMODVERSIONS -include /usr/src/linux-2.4.18-14/include/linux/modversions.h" MAKING_MODULES=1 modules
make[1]: Entering directory `/usr/src/linux-2.4.18-14/drivers'
make -C addon modules
make[2]: Entering directory `/usr/src/linux-2.4.18-14/drivers/addon'
make[2]: Nothing to be done for `modules'.
make[2]: Leaving directory `/usr/src/linux-2.4.18-14/drivers/addon'
make -C block modules
make[2]: Entering directory `/usr/src/linux-2.4.18-14/drivers/block'
make[2]: Nothing to be done for `modules'.
make[2]: Leaving directory `/usr/src/linux-2.4.18-14/drivers/block'
make -C cdrom modules
make[2]: Entering directory `/usr/src/linux-2.4.18-14/drivers/cdrom'
make[2]: Nothing to be done for `modules'.
make[2]: Leaving directory `/usr/src/linux-2.4.18-14/drivers/cdrom'
make -C char modules
make[2]: Entering directory `/usr/src/linux-2.4.18-14/drivers/char'
make -C drm modules
make[3]: Entering directory `/usr/src/linux-2.4.18-14/drivers/char/drm'
make[3]: Nothing to be done for `modules'.
make[3]: Leaving directory `/usr/src/linux-2.4.18-14/drivers/char/drm'
make -C pcmcia modules
make[3]: Entering directory `/usr/src/linux-2.4.18-14/drivers/char/pcmcia'
make[3]: Nothing to be done for `modules'.
make[3]: Leaving directory `/usr/src/linux-2.4.18-14/drivers/char/pcmcia'
make[2]: Leaving directory `/usr/src/linux-2.4.18-14/drivers/char'
make -C hotplug modules
make[2]: Entering directory `/usr/src/linux-2.4.18-14/drivers/hotplug'
make[2]: Nothing to be done for `modules'.
make[2]: Leaving directory `/usr/src/linux-2.4.18-14/drivers/hotplug'
make -C ide modules
make[2]: Entering directory `/usr/src/linux-2.4.18-14/drivers/ide'
make[2]: Nothing to be done for `modules'.
make[2]: Leaving directory `/usr/src/linux-2.4.18-14/drivers/ide'
make -C media modules
make[2]: Entering directory `/usr/src/linux-2.4.18-14/drivers/media'
make -C radio modules
make[3]: Entering directory `/usr/src/linux-2.4.18-14/drivers/media/radio'
make[3]: Nothing to be done for `modules'.
make[3]: Leaving directory `/usr/src/linux-2.4.18-14/drivers/media/radio'
make -C video modules
make[3]: Entering directory `/usr/src/linux-2.4.18-14/drivers/media/video'
make[3]: Nothing to be done for `modules'.
make[3]: Leaving directory `/usr/src/linux-2.4.18-14/drivers/media/video'
make[2]: Leaving directory `/usr/src/linux-2.4.18-14/drivers/media'
make -C misc modules
make[2]: Entering directory `/usr/src/linux-2.4.18-14/drivers/misc'
make[2]: Nothing to be done for `modules'.
make[2]: Leaving directory `/usr/src/linux-2.4.18-14/drivers/misc'
make -C net modules
make[2]: Entering directory `/usr/src/linux-2.4.18-14/drivers/net'
gcc -D__KERNEL__ -I/usr/src/linux-2.4.18-14/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686 -DMODULE -DMODVERSIONS -include /usr/src/linux-2.4.18-14/include/linux/modversions.h -nostdinc -I /usr/lib/gcc-lib/i386-redhat-linux/3.2/include -DKBUILD_BASENAME=dummy -c -o dummy.o dummy.c
make[2]: Leaving directory `/usr/src/linux-2.4.18-14/drivers/net'
make[1]: Leaving directory `/usr/src/linux-2.4.18-14/drivers'
reply other threads:[~2002-10-24 3:53 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=3DB7703D.6070307@cglinux.com \
--to=admin@cglinux.com \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.