linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
From: Wolfgang Denk <wd@denx.de>
To: "Jack Liu" <Jack_liu@usish.com>
Cc: "linuxppc-embedded@lists.linuxppc.org"
	<linuxppc-embedded@lists.linuxppc.org>
Subject: Re: ELDK help
Date: Tue, 18 May 2004 09:31:35 +0200	[thread overview]
Message-ID: <20040518073140.8D9B5C109F@atlas.denx.de> (raw)
In-Reply-To: Your message of "Tue, 18 May 2004 09:49:43 +0800." <200405180149.i4I1niRV001354@ms.usish.com>


In message <200405180149.i4I1niRV001354@ms.usish.com> you wrote:
>
>      ELDK worked for me greatly before. Just a few days ago,I found that
> when I not use make clean, things work ok. However when I make clean and
> make uImage, the following error message appears:

What host system are you running? Are you sure your  native  compiler
is working?

Which kernel tree is this? How did you configure the kernel? What  is
the _exact_ sequence of commands you are using?

> make[3]: Entering directory `/root/new/4.1/drivers/char'
> gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -I/root/new/4.1/arch/ppc -o conmakehash conmakehash.c
> /tmp/cck3aG7b.s: Assembler messages:
> /tmp/cck3aG7b.s:2: Warning: Unrecognized .section attribute: want a,m,s,w,x
> /tmp/cck3aG7b.s:2: Warning: Unrecognized .section attribute: want a,m,s,w,x
> /tmp/cck3aG7b.s:155: Warning: Unrecognized .section attribute: want a,m,s,w,x
> /tmp/cck3aG7b.s:155: Warning: Unrecognized .section attribute: want a,m,s,w,x
> /usr/local/bin/ld: unrecognized option '--eh-frame-hdr'
> /usr/local/bin/ld: use the --help option for usage information
...

>   It seems that the toolchain is broken since it used gcc instead of
> ppc_82xx-gcc which caused error happen. I reinstalled the ELDK and not

You are wrong. This is one of the source files  which  gets  compiled
using the host's native compiler; the Makefile has this rule for it:

	conmakehash: conmakehash.c
		$(HOSTCC) $(HOSTCFLAGS) -o conmakehash conmakehash.c

> help. So what could be the problem? Some configuration changes?

Obviously your hostcompiler (gcc) and/or  you  host's  binutils  have
some problems. This is not a problem with the ELDK.

Best regards,

Wolfgang Denk

--
Software Engineering:  Embedded and Realtime Systems,  Embedded Linux
Phone: (+49)-8142-4596-87  Fax: (+49)-8142-4596-88  Email: wd@denx.de
Wait!  You have not been prepared!
	-- Mr. Atoz, "Tomorrow is Yesterday", stardate 3113.2

** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/

  reply	other threads:[~2004-05-18  7:31 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-05-18  1:49 ELDK help Jack Liu
2004-05-18  7:31 ` Wolfgang Denk [this message]
2004-05-18 16:32 ` Ebony Board, PPC440GP and NFS panics Brian Hawley
2004-05-19  7:23   ` Gerhard Jaeger
2004-05-19 16:13     ` Brian Hawley
2004-05-19 17:37       ` Mark Chambers
2004-05-19 17:09         ` Brian Hawley
2004-05-19 17:59       ` Wolfgang Denk
2004-05-19 17:16         ` Brian Hawley
2004-05-19 19:54           ` Wolfgang Denk
2004-05-19 19:36             ` Brian Hawley
2004-05-19 21:04               ` Eugene Surovegin
2004-05-19 20:24                 ` Brian Hawley
2004-05-19 21:19                   ` Eugene Surovegin
2004-05-19 20:52                     ` Brian Hawley
2004-05-19 22:11                       ` Eugene Surovegin
2004-05-19 21:27                         ` Brian Hawley
2004-05-19 21:34                         ` Brian Hawley
2004-05-19 22:44                           ` Eugene Surovegin
2004-05-19 22:19                             ` Ebony Board, PPC440GP and NFS time out Brian Hawley
2004-05-19 23:42                               ` Eugene Surovegin
2004-05-19 23:09                                 ` Brian Hawley
2004-05-20  0:19                                 ` Eugene Surovegin
2004-05-19 23:40                                   ` Brian Hawley
2004-05-19 20:01             ` Ebony Board, PPC440GP and NFS panics Brian Hawley
     [not found]             ` <Your message of "Wed, 19 May 2004 10:16:29 PDT." <4.2.2.20040519101456.0509d340@bhawley.mailhost.luminex.com>
     [not found]               ` <4.2.2.20040519123513.05074da0@bhawley.mailhost.luminex.com >
2004-05-19 20:14                 ` Ebony Board, PPC440GP and Ramdisk Brian Hawley

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=20040518073140.8D9B5C109F@atlas.denx.de \
    --to=wd@denx.de \
    --cc=Jack_liu@usish.com \
    --cc=linuxppc-embedded@lists.linuxppc.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).