linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: linux@arm.linux.org.uk (Russell King - ARM Linux)
To: linux-arm-kernel@lists.infradead.org
Subject: MACH_TYPE undeclared error
Date: Tue, 29 Mar 2011 10:27:33 +0100	[thread overview]
Message-ID: <20110329092733.GA11236@n2100.arm.linux.org.uk> (raw)
In-Reply-To: <AANLkTimsNOmK4H8MYMB2jjd+zkT4qcYD1dy+J1fxdd7w@mail.gmail.com>

On Tue, Mar 29, 2011 at 02:01:10PM +0530, Madhavi Manchala wrote:
> Dear Uwe,
> 
> 2011/3/29 Uwe Kleine-K?nig <u.kleine-koenig@pengutronix.de>:
> > On Tue, Mar 29, 2011 at 12:01:40PM +0530, Madhavi Manchala wrote:
> >> Dear All,
> >>
> >> I have defined a MACHINE_START macro in my board C file as follows.
> >>
> >> MACHINE_START(S3C2510, "S3C2510")
> >> ? ? ? .init_irq ? ? ? = s3c2510_init_irq,
> >> ? ? ? .timer ? ? ? ? ?= &s3c2510_time_init,
> >> MACHINE_END
> >>
> >> When I try to compile this C file, I am seeing the following error message.
> >>
> >> arch/arm/mach-s3c2510/s3c2510.c:35:1: error: 'MACH_TYPE_S3C2510'
> >> undeclared here (not in a function)
> > you need a line defining S3C2510 in arch/arm/tools/mach-types.
> 
> Yeah. It is there in the arch/arm/tools/mach-types file. I did not add
> to it, but it is automatically generated. The few lines from the
> arch/arm/tools/mach-types file are as follows.
> 
> izarus		MACH_IZARUS		IZARUS		573
> pxa_rts		MACH_RTS		RTS			574
> se5100		MACH_SE5100		SE5100		575
> s3c2510		MACH_S3C2510	S3C2510		576
> csb437tl		MACH_CSB437TL	CSB437TL		577
> slauson		MACH_SLAUSON	SLAUSON		578
> pearlriver		MACH_PEARLRIVER	PEARLRIVER	579
> tdc_p210		MACH_TDC_P210	TDC_P210	580
> 
> The machine S3C2510 is there in that file.

S3C2510 sounds to me like a SoC name not a board name.  I delete anything
which sounds like a SoC name as that's not the purpose of the database.
It's for platforms and boards, not SoCs.

  parent reply	other threads:[~2011-03-29  9:27 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-03-29  6:31 MACH_TYPE undeclared error Madhavi Manchala
2011-03-29  6:50 ` Baruch Siach
2011-03-29  6:54 ` Uwe Kleine-König
2011-03-29  8:31   ` Madhavi Manchala
2011-03-29  9:24     ` Uwe Kleine-König
2011-03-29  9:38       ` Madhavi Manchala
2011-03-29  9:27     ` Russell King - ARM Linux [this message]
2011-03-29  9:38       ` Madhavi Manchala

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20110329092733.GA11236@n2100.arm.linux.org.uk \
    --to=linux@arm.linux.org.uk \
    --cc=linux-arm-kernel@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).