[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <5220254E.3050704@roeck-us.net>
Date: Thu, 29 Aug 2013 21:53:34 -0700
From: Guenter Roeck <linux@...ck-us.net>
To: Chen Gang <gang.chen@...anux.com>
CC: Yoshinori Sato <ysato@...rs.sourceforge.jp>,
Geert Uytterhoeven <geert@...ux-m68k.org>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH v2] h8300/kernel/setup.c: add "linux/initrd.h" to pass
compiling
On 08/29/2013 08:59 PM, Chen Gang wrote:
> The related error (allmodconfig for h8300):
>
> arch/h8300/kernel/setup.c: In function 'setup_arch':
> arch/h8300/kernel/setup.c:103:3: error: 'initrd_start' undeclared (first use in this function)
> initrd_start = memory_start;
> ^
> arch/h8300/kernel/setup.c:103:3: note: each undeclared identifier is reported only once for each function it appears in
> arch/h8300/kernel/setup.c:104:3: error: 'initrd_end' undeclared (first use in this function)
> initrd_end = memory_start += be32_to_cpu(((unsigned long *) (memory_start))[2]);
> ^
>
> Signed-off-by: Chen Gang <gang.chen@...anux.com>
> ---
Maybe an odd question, but is there a way to actually compile the h8300 target
in the first place ? The cross compiler on kernel.org doesn't work, nor does
the one available through Ubuntu.
Guenter
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists