* 2.6.11-rc3 x86-64 compile err on suse 9.1
@ 2005-02-04 1:13 YhLu
2005-02-04 8:20 ` Andi Kleen
0 siblings, 1 reply; 3+ messages in thread
From: YhLu @ 2005-02-04 1:13 UTC (permalink / raw)
To: 'Andi Kleen'; +Cc: linux-kernel
CC arch/x86_64/kernel/asm-offsets.s
arch/x86_64/kernel/asm-offsets.c: In function `main':
arch/x86_64/kernel/asm-offsets.c:65: error: invalid application of `sizeof'
to an incomplete type
arch/x86_64/kernel/asm-offsets.c:66: error: dereferencing pointer to
incomplete type
arch/x86_64/kernel/asm-offsets.c:67: error: dereferencing pointer to
incomplete type
make[1]: *** [arch/x86_64/kernel/asm-offsets.s] Error 1
make: *** [arch/x86_64/kernel/asm-offsets.s] Error 2
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: 2.6.11-rc3 x86-64 compile err on suse 9.1
2005-02-04 1:13 2.6.11-rc3 x86-64 compile err on suse 9.1 YhLu
@ 2005-02-04 8:20 ` Andi Kleen
2005-02-05 1:46 ` Thomas Zehetbauer
0 siblings, 1 reply; 3+ messages in thread
From: Andi Kleen @ 2005-02-04 8:20 UTC (permalink / raw)
To: YhLu; +Cc: linux-kernel
On Thu, Feb 03, 2005 at 05:13:05PM -0800, YhLu wrote:
> CC arch/x86_64/kernel/asm-offsets.s
> arch/x86_64/kernel/asm-offsets.c: In function `main':
> arch/x86_64/kernel/asm-offsets.c:65: error: invalid application of `sizeof'
> to an incomplete type
> arch/x86_64/kernel/asm-offsets.c:66: error: dereferencing pointer to
> incomplete type
> arch/x86_64/kernel/asm-offsets.c:67: error: dereferencing pointer to
> incomplete type
> make[1]: *** [arch/x86_64/kernel/asm-offsets.s] Error 1
> make: *** [arch/x86_64/kernel/asm-offsets.s] Error 2
defconfig seems to compile at least, both SMP and UP.
Try a
cp .config backup ; make distclean ; cp backup .config ; make oldconfig
first. Sometimes the build system becomes confused.
If that doesn't help send me your .config.
-Andi
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2005-02-05 1:46 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-02-04 1:13 2.6.11-rc3 x86-64 compile err on suse 9.1 YhLu
2005-02-04 8:20 ` Andi Kleen
2005-02-05 1:46 ` Thomas Zehetbauer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox