2007-02-18 12:02:38

by Patrick Ale

[permalink] [raw]
Subject: [PROBLEM] compiling latest linus-upstream

Hi all,

I just tried to compile Torvald's upstream-linus and ran into a compile error.

CC arch/i386/kernel/time.o
In file included from include/asm-i386/mach-default/do_timer.h:5,
from arch/i386/kernel/time.c:75:
include/asm/i8253.h: In function `pit_interrupt_hook':
include/asm/i8253.h:18: error: dereferencing pointer to incomplete type
make[1]: *** [arch/i386/kernel/time.o] Error 1
make: *** [arch/i386/kernel] Error 2


The pull is done 5 minutes ago.


I attached my .config file,



patrick


Attachments:
(No filename) (525.00 B)
config.txt (41.92 kB)
Download all attachments

2007-02-18 12:04:47

by Patrick Ale

[permalink] [raw]
Subject: Re: [PROBLEM] compiling latest linus-upstream

On 2/18/07, Patrick Ale <[email protected]> wrote:
> Hi all,
>
> I just tried to compile Torvald's upstream-linus and ran into a compile error.

Disregard, I ran make oldconfig again, didnt get prompted for any
configuration options, and now it does compile.


Patrick