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: Booting CNS3420 EVB v 1.3 failed with 2.6.36 (and 2.6.35)
Date: Fri, 12 Nov 2010 14:32:30 +0000	[thread overview]
Message-ID: <20101112143230.GA8197@n2100.arm.linux.org.uk> (raw)
In-Reply-To: <AANLkTik-4p=rBVO9GVoa8L2pEVQtaPkyYmWebuZwAshG@mail.gmail.com>

On Fri, Nov 05, 2010 at 11:08:25AM +0800, Lin Mac wrote:
> So I tried to enable DEBUG in head.S with following patch:
> ----
> diff --git a/arch/arm/boot/compressed/head.S
> b/arch/arm/boot/compressed/head.S
> index c5191b1..fbd04c1 100644
> --- a/arch/arm/boot/compressed/head.S
> +++ b/arch/arm/boot/compressed/head.S
> @@ -17,6 +17,7 @@
>   * 100% relocatable.  Any attempt to do so will result in a crash.
>   * Please select one of the following when turning on debugging.
>   */
> +#define DEBUG
>  #ifdef DEBUG
> 
>  #if defined(CONFIG_DEBUG_ICEDCC)
> ----
> 
> Then it failed at building:
> ----
>   AS      arch/arm/boot/compressed/lib1funcs.o
> arch/arm/boot/compressed/head.S: Assembler messages:
> arch/arm/boot/compressed/head.S:1019: Error: too many positional arguments
> arch/arm/boot/compressed/head.S:1036: Error: too many positional arguments
> make[3]: *** [arch/arm/boot/compressed/head.o] Error 1

Please do:

make ARCH=arm CROSS_COMPILE=... arch/arm/boot/compressed/head.s

and send me (in private mail) a copy of head.s.  Thanks.

  parent reply	other threads:[~2010-11-12 14:32 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-11-05  3:08 Booting CNS3420 EVB v 1.3 failed with 2.6.36 (and 2.6.35) Lin Mac
2010-11-05  7:44 ` Anton Vorontsov
2010-11-09  7:12   ` Lin Mac
2010-11-09 10:14     ` Anton Vorontsov
2010-11-09 10:35       ` Russell King - ARM Linux
2010-11-10  4:07         ` Lin Mac
2010-11-11  1:55           ` Lin Mac
2010-11-10  4:00       ` Lin Mac
2010-11-09  7:46 ` Lin Mac
2010-11-12 14:32 ` Russell King - ARM Linux [this message]
2010-11-14 21:58   ` Lin Mac

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=20101112143230.GA8197@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).