[U-Boot-Users] ELDK Install??

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

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

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

-- Original Message -- From: "Roel Loeffen" RL@prodrive.nl To: "U-Boot Users" u-boot-users@lists.sourceforge.net Reply-To: RL@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.

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
participants (5)
-
Erik Christiansen
-
Robert Schwebel
-
Roel Loeffen
-
Wolfgang Denk
-
wolfgang.grandeggerï¼ bluewin.ch