public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Arm and allyesconfig, allnoconfig, allmodconfig and randconfig
@ 2009-04-30  8:28 Jack Stone
  2009-04-30  8:33 ` Russell King - ARM Linux
  0 siblings, 1 reply; 3+ messages in thread
From: Jack Stone @ 2009-04-30  8:28 UTC (permalink / raw)
  To: linux; +Cc: linux-kernel@vger.kernel.org, linux-arm-kernel

Hi All,

I've been trying to compile the Arm port of the kernel and noticed that
allyesconfig etc. and randconfig don't seem to compile on Arm - they all
end up with build errors (mostly about missing preprocessor defines eg
__LINUX_ARM_ARCH__). Is this a known problem and if so can it be
documented somewhere?

As another data point I can compile the defconfigs fine.

I tried googling and greping the source for any reference to this but
couldn't see anything. Sorry if this has already been answered.

Thanks,

Jack

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Arm and allyesconfig, allnoconfig, allmodconfig and randconfig
  2009-04-30  8:28 Arm and allyesconfig, allnoconfig, allmodconfig and randconfig Jack Stone
@ 2009-04-30  8:33 ` Russell King - ARM Linux
  2009-04-30 12:17   ` Jack Stone
  0 siblings, 1 reply; 3+ messages in thread
From: Russell King - ARM Linux @ 2009-04-30  8:33 UTC (permalink / raw)
  To: Jack Stone; +Cc: linux-kernel@vger.kernel.org, linux-arm-kernel

On Thu, Apr 30, 2009 at 10:28:55AM +0200, Jack Stone wrote:
> Hi All,
> 
> I've been trying to compile the Arm port of the kernel and noticed that
> allyesconfig etc. and randconfig don't seem to compile on Arm - they all
> end up with build errors (mostly about missing preprocessor defines eg
> __LINUX_ARM_ARCH__).

all*config are basically not supported on ARM.  (There are some, eg,
allmodconfig in conjunction with some defconfigs that might compile
but its very hit and miss.)

> Is this a known problem and if so can it be documented somewhere?

Patches welcome.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Arm and allyesconfig, allnoconfig, allmodconfig and randconfig
  2009-04-30  8:33 ` Russell King - ARM Linux
@ 2009-04-30 12:17   ` Jack Stone
  0 siblings, 0 replies; 3+ messages in thread
From: Jack Stone @ 2009-04-30 12:17 UTC (permalink / raw)
  To: Russell King - ARM Linux; +Cc: linux-kernel@vger.kernel.org, linux-arm-kernel



On Thu, 30 Apr 2009 09:33 +0100, "Russell King - ARM Linux"
<linux@arm.linux.org.uk> wrote:
> Patches welcome.

Is this the sort of thing you meant? I don't know if the text or
location is correct so comments are very welcome.

Thanks,

Jack

Document that ARM doesn't support all*config

From: Jack Stone <jwjstone@fastmail.fm>

ARM doesn't support all*config. This is because it does not make sense
as
there are so many different variants. Instead the defconfigs should be
used.

Signed-off-by: Jack Stone <jwjstone@fastmail.fm>
---

 Documentation/arm/README |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/Documentation/arm/README b/Documentation/arm/README
index d98783f..8239e5f 100644
--- a/Documentation/arm/README
+++ b/Documentation/arm/README
@@ -36,6 +36,9 @@ Compilation of kernel
   (arch/arm/boot/Image).  A compressed image can be built by doing a
   'make zImage' instead of 'make Image'.

+  NOTE: ARM Linux doesn't support the all*config targets. This is
because of
+    the number of variants supported. The defconfig targets should be
used
+    instead.

 Bug reports etc
 ---------------

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-04-30 12:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-30  8:28 Arm and allyesconfig, allnoconfig, allmodconfig and randconfig Jack Stone
2009-04-30  8:33 ` Russell King - ARM Linux
2009-04-30 12:17   ` Jack Stone

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox