All of lore.kernel.org
 help / color / mirror / Atom feed
From: Delfim Machado <bipbip@bigfoot.com>
To: linux-kernel@vger.kernel.org
Subject: smp or die ??!?!
Date: Fri, 16 Mar 2001 13:52:01 +0000	[thread overview]
Message-ID: <3AB21A81.3080401@bigfoot.com> (raw)

hi,

i'm trying to compile my single cpu without the smp and it gives me a 
long compile errors ...

with the smp enable, i can compile all the kernel without any problems

KERNEL : 2.4.2 without any AC patch (hehhe)
CPU: PIII

<FLOOD>
gcc -D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-prototypes -O2 
-fomit-frame-pointer -fno-strict-aliasing -pipe 
-mpreferred-stack-boundary=2 -march=i686  -DUTS_MACHINE='"i386"' -c -o 
init/version.o init/version.c
make CFLAGS="-D__KERNEL__ -I/usr/src/linux/include -Wall 
-Wstrict-prototypes -O2 -fomit-frame-pointer -fno-strict-aliasing -pipe 
-mpreferred-stack-boundary=2 -march=i686 " -C  kernel
make[1]: Entering directory `/usr/src/linux/kernel'
make all_targets
make[2]: Entering directory `/usr/src/linux/kernel'
gcc -D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-prototypes -O2 
-fomit-frame-pointer -fno-strict-aliasing -pipe 
-mpreferred-stack-boundary=2 -march=i686    -DEXPORT_SYMTAB -c ksyms.c
In file included from /usr/src/linux/include/linux/modversions.h:94,
                from /usr/src/linux/include/linux/module.h:21,
                from ksyms.c:14:
/usr/src/linux/include/linux/modules/i386_ksyms.ver:76:25: warning: 
"cpu_data" redefined
/usr/src/linux/include/asm/processor.h:78:1: warning: this is the 
location of the previous definition
/usr/src/linux/include/linux/modules/i386_ksyms.ver:80:25: warning: 
"smp_num_cpus" redefined
/usr/src/linux/include/linux/smp.h:80:1: warning: this is the location 
of the previous definition
/usr/src/linux/include/linux/modules/i386_ksyms.ver:82:25: warning: 
"cpu_online_map" redefined
/usr/src/linux/include/linux/smp.h:88:1: warning: this is the location 
of the previous definition
/usr/src/linux/include/linux/modules/i386_ksyms.ver:96:33: warning: 
"smp_call_function" redefined
/usr/src/linux/include/linux/smp.h:87:1: warning: this is the location 
of the previous definition
In file included from /usr/src/linux/include/linux/modversions.h:118,
                from /usr/src/linux/include/linux/module.h:21,
                from ksyms.c:14:
/usr/src/linux/include/linux/modules/ksyms.ver:506:25: warning: 
"del_timer_sync" redefined
/usr/src/linux/include/linux/timer.h:34:1: warning: this is the location 
of the previous definition
In file included from /usr/src/linux/include/linux/interrupt.h:45,
                from ksyms.c:21:
/usr/src/linux/include/asm/hardirq.h:37:24: warning: "synchronize_irq" 
redefined
/usr/src/linux/include/linux/modules/i386_ksyms.ver:84:1: warning: this 
is the location of the previous definition
In file included from ksyms.c:18:
/usr/src/linux/include/linux/kernel_stat.h: In function `kstat_irqs':
/usr/src/linux/include/linux/kernel_stat.h:48: `smp_num_cpus' undeclared 
(first use in this function)
/usr/src/linux/include/linux/kernel_stat.h:48: (Each undeclared 
identifier is reported only once
/usr/src/linux/include/linux/kernel_stat.h:48: for each function it 
appears in.)
make[2]: *** [ksyms.o] Error 1
make[2]: Leaving directory `/usr/src/linux/kernel'
make[1]: *** [first_rule] Error 2
make[1]: Leaving directory `/usr/src/linux/kernel'
make: *** [_dir_kernel] Error 2
</FLOOD>


             reply	other threads:[~2001-03-16 13:44 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-03-16 13:52 Delfim Machado [this message]
2001-03-16  5:04 ` smp or die ??!?! Arnaldo Carvalho de Melo

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=3AB21A81.3080401@bigfoot.com \
    --to=bipbip@bigfoot.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.