U-Boot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot-Users] ELDK Install??
@ 2003-04-02  7:44 Roel Loeffen
  2003-04-02  8:06 ` Robert Schwebel
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Roel Loeffen @ 2003-04-02  7:44 UTC (permalink / raw)
  To: u-boot

Hello thx for previous anwsers!

After downloading the complete ELDK, I'm trying to install the suite.
But it will not work:

RLLinux:/eldk-ppc-linux-x86 # ll
total 569
drwxr-xr-x   12 root     root          440 Apr  2  2003 .
drwxr-xr-x   23 root     root          576 Apr  2  2003 ..
-r-xr-xr-x    1 root     root           59 Apr  1 18:30 ELDK_FIXOWNER
-r-xr-xr-x    1 root     root         5786 Apr  1 18:31 ELDK_MAKEDEV
-r-xr-xr-x    1 root     root        58543 Apr  1 18:31 MD5SUM
-r-xr-xr-x    1 root     root        70776 Apr  1 18:31 README.html
drwxr-xr-x    2 root     root          792 Apr  2  2003 RPMS
drwxr-xr-x    2 root     root           48 Apr  2  2003 edlk
drwxr-xr-x    2 root     root          296 Apr  2  2003 etc
-r-xr-xr-x    1 root     root       431628 Apr  1 18:31 install
drwxr-xr-x    3 root     root           72 Apr  2  2003 ppc_4xx
drwxr-xr-x    3 root     root           72 Apr  2  2003 ppc_4xxFP
drwxr-xr-x    3 root     root           72 Apr  2  2003 ppc_74xx
drwxr-xr-x    3 root     root           72 Apr  2  2003 ppc_7xx
drwxr-xr-x    3 root     root           72 Apr  2  2003 ppc_82xx
drwxr-xr-x    3 root     root           72 Apr  2  2003 ppc_8xx
drwxr-xr-x    4 root     root           96 Apr  2  2003 tools
RLLinux:/eldk-ppc-linux-x86 # install -d /eldk ppc_74xx
RLLinux:/eldk-ppc-linux-x86 #


This is the result...

I've created a directory /eldk with full read/write/execute rights.
The suite will not install

Thx Roel

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [U-Boot-Users] ELDK Install??
  2003-04-02  7:44 [U-Boot-Users] ELDK Install?? Roel Loeffen
@ 2003-04-02  8:06 ` Robert Schwebel
  2003-04-02  8:09 ` Erik Christiansen
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Robert Schwebel @ 2003-04-02  8:06 UTC (permalink / raw)
  To: u-boot

On Wed, Apr 02, 2003 at 09:44:58AM +0200, Roel Loeffen wrote:
> RLLinux:/eldk-ppc-linux-x86 # install -d /eldk ppc_74xx
> RLLinux:/eldk-ppc-linux-x86 #
> 
> 
> This is the result...
> 
> I've created a directory /eldk with full read/write/execute rights.
> The suite will not install

Try "./install -d /eldk ppc_74xx". If you call install without a path I
assume you call /usr/bin/install instead...

Robert 
-- 
 Dipl.-Ing. Robert Schwebel | http://www.pengutronix.de
 Pengutronix - Linux Solutions for Science and Industry
   Braunschweiger Str. 79,  31134 Hildesheim, Germany
   Handelsregister:  Amtsgericht Hildesheim, HRA 2686
    Phone: +49-5121-28619-0 |  Fax: +49-5121-28619-4

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [U-Boot-Users] ELDK Install??
  2003-04-02  7:44 [U-Boot-Users] ELDK Install?? Roel Loeffen
  2003-04-02  8:06 ` Robert Schwebel
@ 2003-04-02  8:09 ` Erik Christiansen
  2003-04-02  8:09 ` wolfgang.grandegger at bluewin.ch
  2003-04-02  8:10 ` Wolfgang Denk
  3 siblings, 0 replies; 5+ messages in thread
From: Erik Christiansen @ 2003-04-02  8:09 UTC (permalink / raw)
  To: u-boot

On Wed, Apr 02, 2003 at 09:44:58AM +0200, Roel Loeffen wrote:
> RLLinux:/eldk-ppc-linux-x86 # install -d /eldk ppc_74xx
> RLLinux:/eldk-ppc-linux-x86 #

Roel,
   
   Before Wolfgang awards you an "Aaaaaaaarrrrggghhh!" ;), have you
   perchance tried:

   which install     # which is aliased to `type' (Hate that `type')

   Or just ensure in the preferred manner, that install is install:

   ./install ... 

   What happens then?

Regards,
Erik

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [U-Boot-Users] ELDK Install??
  2003-04-02  7:44 [U-Boot-Users] ELDK Install?? Roel Loeffen
  2003-04-02  8:06 ` Robert Schwebel
  2003-04-02  8:09 ` Erik Christiansen
@ 2003-04-02  8:09 ` wolfgang.grandegger at bluewin.ch
  2003-04-02  8:10 ` Wolfgang Denk
  3 siblings, 0 replies; 5+ messages in thread
From: wolfgang.grandegger at bluewin.ch @ 2003-04-02  8:09 UTC (permalink / raw)
  To: u-boot

>-- Original Message --
>From: "Roel Loeffen" <RL@prodrive.nl>
>To: "U-Boot Users" <u-boot-users@lists.sourceforge.net>
>Reply-To: RL at prodrive.nl
>Subject: [U-Boot-Users] ELDK Install??
>Date: Wed, 2 Apr 2003 09:44:58 +0200
>
>
>Hello thx for previous anwsers!
>
>After downloading the complete ELDK, I'm trying to install the suite.
>But it will not work:
>
>RLLinux:/eldk-ppc-linux-x86 # ll
>total 569
>drwxr-xr-x   12 root     root          440 Apr  2  2003 .
>drwxr-xr-x   23 root     root          576 Apr  2  2003 ..
>-r-xr-xr-x    1 root     root           59 Apr  1 18:30 ELDK_FIXOWNER
>-r-xr-xr-x    1 root     root         5786 Apr  1 18:31 ELDK_MAKEDEV
>-r-xr-xr-x    1 root     root        58543 Apr  1 18:31 MD5SUM
>-r-xr-xr-x    1 root     root        70776 Apr  1 18:31 README.html
>drwxr-xr-x    2 root     root          792 Apr  2  2003 RPMS
>drwxr-xr-x    2 root     root           48 Apr  2  2003 edlk
>drwxr-xr-x    2 root     root          296 Apr  2  2003 etc
>-r-xr-xr-x    1 root     root       431628 Apr  1 18:31 install
>drwxr-xr-x    3 root     root           72 Apr  2  2003 ppc_4xx
>drwxr-xr-x    3 root     root           72 Apr  2  2003 ppc_4xxFP
>drwxr-xr-x    3 root     root           72 Apr  2  2003 ppc_74xx
>drwxr-xr-x    3 root     root           72 Apr  2  2003 ppc_7xx
>drwxr-xr-x    3 root     root           72 Apr  2  2003 ppc_82xx
>drwxr-xr-x    3 root     root           72 Apr  2  2003 ppc_8xx
>drwxr-xr-x    4 root     root           96 Apr  2  2003 tools
>RLLinux:/eldk-ppc-linux-x86 # install -d /eldk ppc_74xx
>RLLinux:/eldk-ppc-linux-x86 #
>
>
>This is the result...
>
>I've created a directory /eldk with full read/write/execute rights.
>The suite will not install

I assume you followed the instructions at: http://www.denx.de/ELDK/eldk-installation.html#ELDK-DOWNLOAD.

Maybe you are using the wrong installation program? What 
does the command "which install" report?

Good luck,

Wolfgang.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [U-Boot-Users] ELDK Install??
  2003-04-02  7:44 [U-Boot-Users] ELDK Install?? Roel Loeffen
                   ` (2 preceding siblings ...)
  2003-04-02  8:09 ` wolfgang.grandegger at bluewin.ch
@ 2003-04-02  8:10 ` Wolfgang Denk
  3 siblings, 0 replies; 5+ messages in thread
From: Wolfgang Denk @ 2003-04-02  8:10 UTC (permalink / raw)
  To: u-boot

In message <NCBBIIOPCEBAMFLLKKBKKEBBCGAA.RL@prodrive.nl> you wrote:
> 
> RLLinux:/eldk-ppc-linux-x86 # install -d /eldk ppc_74xx
...
> The suite will not install

Try something like

	cd /mnt/cdrom
	./install -d /eldk ppc_74xx

or

	/mnt/cdrom/install -d /eldk ppc_74xx

Probably /usr/bin/ is in your patch before '.' (if  it  is  there  at
all), so you are not running the ELDK installer at all.


Best regards,

Wolfgang Denk

-- 
Software Engineering:  Embedded and Realtime Systems,  Embedded Linux
Phone: (+49)-8142-4596-87  Fax: (+49)-8142-4596-88  Email: wd at denx.de
I wish I had a bronze torc for every user who didn't read the manual.
                             - Terry Pratchett, _The Light Fantastic_

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2003-04-02  8:10 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-04-02  7:44 [U-Boot-Users] ELDK Install?? Roel Loeffen
2003-04-02  8:06 ` Robert Schwebel
2003-04-02  8:09 ` Erik Christiansen
2003-04-02  8:09 ` wolfgang.grandegger at bluewin.ch
2003-04-02  8:10 ` Wolfgang Denk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox