public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Ben Warren <biggerbadderben@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] Building U-Boot under Ubuntu 8.10
Date: Thu, 11 Jun 2009 09:55:02 -0700	[thread overview]
Message-ID: <4A3136E6.9000006@gmail.com> (raw)
In-Reply-To: <20090611150453.012C3832E416@gemini.denx.de>

Hi Wolfgang,

Wolfgang Denk wrote:
> Dear cmfairfa at rockwellcollins.com,
>
> In message <OF8FD4848E.6EC6CC4F-ON852575D2.004C617A-852575D2.004D5A7B@rockwellcollins.com> you wrote:
>   
>> ARCH and CROSS_COMPILE are set and exported
>> (ARCH=ppc, CROSS_COMPILE=powerpc-linux-)
>>     
>
> ...which is plain wrong. "powerpc-linux-" is NOIT a legal setting for
> CROSS_COMPILE.
>
> Please RTFM.
>
>
> Best regards,
>
> Wolfgang Denk
>
>   
Based on my limited understanding, it seems this should be a valid 
prefix.  If you have a moment, can you explain why it's not?  In my 
installation everything seems to point to 'powerpc-linux-*':

bwarren at bwarren-bldsrv:/opt/tools/eldk_4.1/usr/bin$ ls -l p*-gcc
-rwxr-xr-x 1 root root 99312 2007-01-19 17:00 powerpc-linux-gcc
lrwxrwxrwx 1 root root    13 2008-12-04 15:22 ppc_4xxFP-gcc -> ppc-linux-gcc
lrwxrwxrwx 1 root root    13 2008-12-04 15:21 ppc_4xx-gcc -> ppc-linux-gcc
lrwxrwxrwx 1 root root    13 2008-12-04 15:23 ppc_6xx-gcc -> ppc-linux-gcc
lrwxrwxrwx 1 root root    13 2008-12-04 15:24 ppc_74xx-gcc -> ppc-linux-gcc
lrwxrwxrwx 1 root root    13 2008-12-04 15:23 ppc_7xx-gcc -> ppc-linux-gcc
lrwxrwxrwx 1 root root    13 2008-12-04 15:23 ppc_82xx-gcc -> ppc-linux-gcc
lrwxrwxrwx 1 root root    13 2008-12-04 15:26 ppc_85xx-gcc -> ppc-linux-gcc
lrwxrwxrwx 1 root root    13 2008-12-04 15:27 ppc_8xx-gcc -> ppc-linux-gcc
lrwxrwxrwx 1 root root    17 2008-12-04 15:21 ppc-linux-gcc -> powerpc-linux-gcc
bwarren at bwarren-bldsrv:/opt/tools/eldk_4.1/usr/bin$ ls -l p*-as
-rwxr-xr-x 1 root root 621872 2007-01-19 17:00 powerpc-linux-as
lrwxrwxrwx 1 root root     12 2008-12-04 15:21 ppc_4xx-as -> ppc-linux-as
lrwxrwxrwx 1 root root     12 2008-12-04 15:22 ppc_4xxFP-as -> ppc-linux-as
lrwxrwxrwx 1 root root     12 2008-12-04 15:23 ppc_6xx-as -> ppc-linux-as
lrwxrwxrwx 1 root root     12 2008-12-04 15:24 ppc_74xx-as -> ppc-linux-as
lrwxrwxrwx 1 root root     12 2008-12-04 15:23 ppc_7xx-as -> ppc-linux-as
lrwxrwxrwx 1 root root     12 2008-12-04 15:23 ppc_82xx-as -> ppc-linux-as
lrwxrwxrwx 1 root root     12 2008-12-04 15:26 ppc_85xx-as -> ppc-linux-as
lrwxrwxrwx 1 root root     12 2008-12-04 15:27 ppc_8xx-as -> ppc-linux-as
lrwxrwxrwx 1 root root     16 2008-12-04 15:21 ppc-linux-as -> powerpc-linux-as
bwarren at bwarren-bldsrv:/opt/tools/eldk_4.1/usr/bin$ ls -l p*-ld
-rwxr-xr-x 1 root root 800652 2007-01-19 17:00 powerpc-linux-ld
lrwxrwxrwx 1 root root     12 2008-12-04 15:22 ppc_4xxFP-ld -> ppc-linux-ld
lrwxrwxrwx 1 root root     12 2008-12-04 15:21 ppc_4xx-ld -> ppc-linux-ld
lrwxrwxrwx 1 root root     12 2008-12-04 15:23 ppc_6xx-ld -> ppc-linux-ld
lrwxrwxrwx 1 root root     12 2008-12-04 15:24 ppc_74xx-ld -> ppc-linux-ld
lrwxrwxrwx 1 root root     12 2008-12-04 15:23 ppc_7xx-ld -> ppc-linux-ld
lrwxrwxrwx 1 root root     12 2008-12-04 15:23 ppc_82xx-ld -> ppc-linux-ld
lrwxrwxrwx 1 root root     12 2008-12-04 15:26 ppc_85xx-ld -> ppc-linux-ld
lrwxrwxrwx 1 root root     12 2008-12-04 15:27 ppc_8xx-ld -> ppc-linux-ld
lrwxrwxrwx 1 root root     16 2008-12-04 15:21 ppc-linux-ld -> powerpc-linux-ld

etc.

regards,
Ben

  parent reply	other threads:[~2009-06-11 16:55 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-06-10 22:37 [U-Boot] Building U-Boot under Ubuntu 8.10 cmfairfa at rockwellcollins.com
2009-06-10 23:15 ` Kumar Gala
2009-06-11  0:03   ` cmfairfa at rockwellcollins.com
2009-06-11  4:53     ` Kumar Gala
2009-06-11  7:58     ` Wolfgang Denk
2009-06-11 14:05       ` cmfairfa at rockwellcollins.com
2009-06-11 15:04         ` Wolfgang Denk
2009-06-11 15:19           ` Kenneth Johansson
2009-06-11 15:59             ` Wolfgang Denk
2009-06-11 16:15               ` Kenneth Johansson
2009-06-11 16:54                 ` Wolfgang Denk
2009-06-11 16:55           ` Ben Warren [this message]
2009-06-11 17:25             ` Wolfgang Denk
2009-06-11 17:27               ` Ben Warren

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=4A3136E6.9000006@gmail.com \
    --to=biggerbadderben@gmail.com \
    --cc=u-boot@lists.denx.de \
    /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