Re: Will's kernel compilation error

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Michael Cree
Date: Wednesday, March 17, 2010 - 12:34 am

On 17/03/10 08:34, Raúl Porcel wrote:

Right, I've confirmed that with the supplied config.  What's happening 
is that the small data area (where certain static data are stored) has 
exceeded 64kB which is the limit under the small data model.  As noted 
elsewhere on this thread it can be solved by compiling with the large 
data model, but that incurs extra CPU instructions whenever the data 
area is accessed.

A better solution, in my view, is to concert some drivers to modules.  I 
note that the config has a large number of devices to be built (some of 
which are denoted as having been tested on x86/x86_64/ia64 only).  I 
converted a few drivers, and most of the selected filesystems (do you 
really need them all at boot time?) into modules.  The kernel then 
builds correctly.

But if people insist on being able to build impractical monolithic 
kernels on Alpha I will post my patch to add a kernel option for the 
large data model.

Cheers
Michael.
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Will's kernel compilation error, Matt Turner, (Mon Mar 15, 4:09 pm)
RE: Will's kernel compilation error, Will L Givens, (Mon Mar 15, 4:21 pm)
RE: Will's kernel compilation error, Will L Givens, (Mon Mar 15, 7:34 pm)
Re: Will's kernel compilation error, Matt Turner, (Mon Mar 15, 9:25 pm)
RE: Will's kernel compilation error, Will L Givens, (Mon Mar 15, 10:50 pm)
Re: Will's kernel compilation error, Michael Cree, (Tue Mar 16, 12:08 am)
RE: Will's kernel compilation error, Will L Givens, (Tue Mar 16, 9:17 am)
RE: Will's kernel compilation error, Will L Givens, (Tue Mar 16, 10:09 am)
RE: Will's kernel compilation error, Will L Givens, (Tue Mar 16, 10:32 am)
Re: Will's kernel compilation error, Thorsten Kranzkowski, (Tue Mar 16, 11:25 am)
RE: Will's kernel compilation error, Will L Givens, (Tue Mar 16, 11:38 am)
Re: Will's kernel compilation error, =?ISO-8859-1?Q?Ra=FA ..., (Tue Mar 16, 12:34 pm)
RE: Will's kernel compilation error, Will L Givens, (Tue Mar 16, 2:23 pm)
Re: Will's kernel compilation error, Matt Turner, (Tue Mar 16, 2:39 pm)
Re: Will's kernel compilation error, Michael Cree, (Tue Mar 16, 3:05 pm)
RE: Will's kernel compilation error, Will L Givens, (Tue Mar 16, 3:42 pm)
Re: Will's kernel compilation error, Michael Cree, (Wed Mar 17, 12:34 am)
RE: Will's kernel compilation error, Will L Givens, (Wed Mar 17, 1:55 am)
Re: Will's kernel compilation error, Justin P. Mattock, (Wed Mar 17, 2:13 am)