All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot-Users] DENK arm installation
@ 2004-10-11 13:34 raymond yang
  2004-10-11 14:39 ` Robert P. J. Day
  2004-10-11 17:39 ` Wolfgang Denk
  0 siblings, 2 replies; 6+ messages in thread
From: raymond yang @ 2004-10-11 13:34 UTC (permalink / raw)
  To: u-boot

Hi,

I am now installing the arm-linux from eldk-2.1.0.
I think there might be something wrong on my Redhat
Linux.

[root at localhost cdrom]# ./install -d /opt/arm

Do you really want to install into /opt/arm
directory[y/n]?: y
 
Creating directories
Done
Installing cross RPMs
 
Preparing...               
########################################### [100%]

However, it looks the installation doesnt be correct
[root at localhost cdrom]# ls /opt/arm/
bin  usr  var
[root at localhost cdrom]# ls /opt/arm/bin -l
?????? 1620
lrwxrwxrwx    1 root     root            3 10?? 11
21:21 arm-rpm -> rpm
-rwxr-xr-x    1 root     root      1652016 10?? 11
21:21 rpm
[root at localhost cdrom]# ls /opt/arm/usr -l
?????? 4
drwxr-xr-x    3 root     root         4096 10?? 11
21:21 lib
[root at localhost cdrom]# ls /opt/arm/usr/lib -l
?????? 4
drwxr-xr-x    2 root     root         4096 10?? 11
21:21 rpm
[root at localhost cdrom]# ls /opt/arm/usr/lib/rpm -l
?????? 5180
-rw-r--r--    1 root     root        27925 10?? 11
21:21 macros
-rwxr-xr-x    1 root     root      5233651 10?? 11
21:21 rpmd
-rw-r--r--    1 root     root        15370 10?? 11
21:21 rpmpopt-4.0.3
-rw-r--r--    1 root     root         9873 10?? 11
21:21 rpmrc
[root at localhost cdrom]#

I understand this may not be related to the u-boot.
Sorry for it.
And i think there are many users in this list just
like me, we love ELDK toolchain.

Thanks & Best Regards
Techie
 



		
_______________________________
Do you Yahoo!?
Declare Yourself - Register online to vote today!
http://vote.yahoo.com

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

* [U-Boot-Users] DENK arm installation
  2004-10-11 13:34 [U-Boot-Users] DENK arm installation raymond yang
@ 2004-10-11 14:39 ` Robert P. J. Day
  2004-10-11 16:01   ` Luca Contini
  2004-10-11 17:40   ` Wolfgang Denk
  2004-10-11 17:39 ` Wolfgang Denk
  1 sibling, 2 replies; 6+ messages in thread
From: Robert P. J. Day @ 2004-10-11 14:39 UTC (permalink / raw)
  To: u-boot

On Mon, 11 Oct 2004, raymond yang wrote:

> Hi,
>
> I am now installing the arm-linux from eldk-2.1.0.
> I think there might be something wrong on my Redhat
> Linux.

in addition to this being the wrong mailing list, you really should be 
using ELDK 3.0, i'm pretty sure.

rday

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

* [U-Boot-Users] DENK arm installation
  2004-10-11 14:39 ` Robert P. J. Day
@ 2004-10-11 16:01   ` Luca Contini
  2004-10-11 17:47     ` Wolfgang Denk
  2004-10-11 17:40   ` Wolfgang Denk
  1 sibling, 1 reply; 6+ messages in thread
From: Luca Contini @ 2004-10-11 16:01 UTC (permalink / raw)
  To: u-boot

Hi all,
I've downloaded the latest u-boot-1.1.1 and I'm trying to compile,
but I get this error at the end... any idea?
Toolchain: cross-3.2  (from arm linux)
regards



arm-linux-gcc -g  -Os   -fno-strict-aliasing  -fno-common -ffixed-r8 
-mshort-load-bytes -msoft-float -D__KERNEL__ -DTEXT_BASE=0x33F80000 
-I/root/audiotel/u-boot-1.1.1nand/include -fno-builtin -ffreestanding 
-nostdinc -isystem 
/usr/local/arm/current/bin/../lib/gcc-lib/arm-linux/3.2/include -pipe  
-DCONFIG_ARM -D__ARM__ -mapcs-32 -march=armv4 -Wall -Wstrict-prototypes 
-g  -Os   -fno-strict-aliasing  -fno-common -ffixed-r8 
-mshort-load-bytes -msoft-float -D__KERNEL__ -DTEXT_BASE=0x33F80000 
-I/root/audiotel/u-boot-1.1.1nand/include -fno-builtin -ffreestanding 
-nostdinc -isystem 
/usr/local/arm/current/bin/../lib/gcc-lib/arm-linux/3.2/include -pipe  
-DCONFIG_ARM -D__ARM__ -mapcs-32 -march=armv4 -I.. -Bstatic -T 
/root/audiotel/u-boot-1.1.1nand/board/smdk2410/u-boot.lds -Ttext 
0x33F80000   hello_world.c   -o hello_world
/usr/local/arm/current/bin/../lib/gcc-lib/arm-linux/3.2/../../../../arm-linux/bin/ld: 
cannot find -lfloat
collect2: ld returned 1 exit status
make[1]: *** [hello_world] Error 1
make[1]: Leaving directory `/root/audiotel/u-boot-1.1.1nand/examples'
make: *** [examples] Error 2
[root at tecne184 u-boot-1.1.1nand]#

>

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

* [U-Boot-Users] DENK arm installation
  2004-10-11 13:34 [U-Boot-Users] DENK arm installation raymond yang
  2004-10-11 14:39 ` Robert P. J. Day
@ 2004-10-11 17:39 ` Wolfgang Denk
  1 sibling, 0 replies; 6+ messages in thread
From: Wolfgang Denk @ 2004-10-11 17:39 UTC (permalink / raw)
  To: u-boot

In message <20041011133432.5389.qmail@web20221.mail.yahoo.com> you wrote:
> 
> I am now installing the arm-linux from eldk-2.1.0.
> I think there might be something wrong on my Redhat
> Linux.

Which version of RedHat is this? and did you install all the  updates
(did you run the "up2date" tool?)

And did you read the FAQ, especially
http://www.denx.de/twiki/bin/view/DULG/ELDKInstallationAborts

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
"Maintain an awareness for contribution --  to  your  schedule,  your
project, our company."                         - A Group of Employees

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

* [U-Boot-Users] DENK arm installation
  2004-10-11 14:39 ` Robert P. J. Day
  2004-10-11 16:01   ` Luca Contini
@ 2004-10-11 17:40   ` Wolfgang Denk
  1 sibling, 0 replies; 6+ messages in thread
From: Wolfgang Denk @ 2004-10-11 17:40 UTC (permalink / raw)
  To: u-boot

In message <Pine.LNX.4.60.0410111039001.4503@localhost.localdomain> you wrote:
> 
> in addition to this being the wrong mailing list, you really should be 
> using ELDK 3.0, i'm pretty sure.

There is no ELDK 3.0 for ARM. [But there will be ELDK 3.1 for ARM soon.]

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
Murder is contrary to the laws of man and God.
	-- M-5 Computer, "The Ultimate Computer", stardate 4731.3

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

* [U-Boot-Users] DENK arm installation
  2004-10-11 16:01   ` Luca Contini
@ 2004-10-11 17:47     ` Wolfgang Denk
  0 siblings, 0 replies; 6+ messages in thread
From: Wolfgang Denk @ 2004-10-11 17:47 UTC (permalink / raw)
  To: u-boot

In message <416AAE76.7010105@akhela.com> you wrote:
>
> I've downloaded the latest u-boot-1.1.1 and I'm trying to compile,
> but I get this error at the end... any idea?
> Toolchain: cross-3.2  (from arm linux)
> regards

Please stick to standard netiquette.

Never try to  start  a  new  thrread  of  discussion  under  an  old,
completely unrelated subject.


Message ignored because of that.


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
"Don't think; let the machine do it for you!"        - E. C. Berkeley

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

end of thread, other threads:[~2004-10-11 17:47 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-10-11 13:34 [U-Boot-Users] DENK arm installation raymond yang
2004-10-11 14:39 ` Robert P. J. Day
2004-10-11 16:01   ` Luca Contini
2004-10-11 17:47     ` Wolfgang Denk
2004-10-11 17:40   ` Wolfgang Denk
2004-10-11 17:39 ` Wolfgang Denk

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.