public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot-Users] Help!
@ 2007-11-09 12:39 clubet
  2007-11-09 13:07 ` Shinya Kuribayashi
  0 siblings, 1 reply; 5+ messages in thread
From: clubet @ 2007-11-09 12:39 UTC (permalink / raw)
  To: u-boot

Hello,I'm your Chinese user,a flash user.There's some problem I had have.
 When I use:
 make all ARCH=arm CROSS_COMPILE=arm-linux-
 It said:
 System not configured - see README
 make: ***[all] Error 1
  
  
 I had see README ,but my English is pool,I can't understand......
  
 Can you tell me why?
 Thanks very much!
  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.denx.de/pipermail/u-boot/attachments/20071109/5a5a1a62/attachment.htm 

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

* [U-Boot-Users] Help!
  2007-11-09 12:39 [U-Boot-Users] Help! clubet
@ 2007-11-09 13:07 ` Shinya Kuribayashi
  0 siblings, 0 replies; 5+ messages in thread
From: Shinya Kuribayashi @ 2007-11-09 13:07 UTC (permalink / raw)
  To: u-boot

clubet wrote:
> I had see README ,but my English is pool,I can't understand......

http://www.denx.de/cgi-bin/gitweb.cgi?p=u-boot.git;a=blob;f=README;hb=HEAD#l199

Have a nice weekend. Thanks,

-- 
Shinya Kuribayashi
NEC Electronics

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

* [U-Boot-Users] Help!
@ 2007-11-10  2:11 clubet
  0 siblings, 0 replies; 5+ messages in thread
From: clubet @ 2007-11-10  2:11 UTC (permalink / raw)
  To: u-boot

I had ask for help yesterday,your opinion is helpfull.
 But I had another problem:
 When "make"
 It said:
  
 .................
 .................
 gcc -Wall -pedantic -idirafter ../include -DTEXT_BASE=0x33F80000 -DUSE_HOSTCC -O -c -o bmp_logo.o bmp_logo.c
gcc -Wall -pedantic -idirafter ../include -DTEXT_BASE=0x33F80000 -DUSE_HOSTCC -O
-o bmp_logo bmp_logo.o
strip bmp_logo
./bmp_logo logos/denx.bmp >/home/u-boot-1.1.3/include/bmp_logo.h
/bin/sh: line 1: ./bmp_logo: cannot execute binary file
make[1]: *** [/home/u-boot-1.1.3/include/bmp_logo.h] Error 126
make[1]: Leaving directory `/home/u-boot-1.1.3/tools'
make: *** [tools] Error 2
  
 Why?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.denx.de/pipermail/u-boot/attachments/20071110/88d5ccd5/attachment.htm 

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

* [U-Boot-Users] Help!
@ 2007-11-11  8:29 clubet
  2007-11-12 17:50 ` Detlev Zundel
  0 siblings, 1 reply; 5+ messages in thread
From: clubet @ 2007-11-11  8:29 UTC (permalink / raw)
  To: u-boot

I had ask for help yesterday,your opinion is helpfull.
 But I had another problem:
 When "make"
 It said:
  
 .................
 .................
 gcc -Wall -pedantic -idirafter ../include -DTEXT_BASE=0x33F80000 -DUSE_HOSTCC -O -c -o bmp_logo.o bmp_logo.c
gcc -Wall -pedantic -idirafter ../include -DTEXT_BASE=0x33F80000 -DUSE_HOSTCC -O
-o bmp_logo bmp_logo.o
strip bmp_logo
./bmp_logo logos/denx.bmp >/home/u-boot-1.1.3/include/bmp_logo.h
/bin/sh: line 1: ./bmp_logo: cannot execute binary file
make[1]: *** [/home/u-boot-1.1.3/include/bmp_logo.h] Error 126
make[1]: Leaving directory `/home/u-boot-1.1.3/tools'
make: *** [tools] Error 2
  
 Why?Can you tell me ?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.denx.de/pipermail/u-boot/attachments/20071111/649d18ad/attachment.htm 

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

* [U-Boot-Users] Help!
  2007-11-11  8:29 clubet
@ 2007-11-12 17:50 ` Detlev Zundel
  0 siblings, 0 replies; 5+ messages in thread
From: Detlev Zundel @ 2007-11-12 17:50 UTC (permalink / raw)
  To: u-boot

Hi,

> I had ask for help yesterday,your opinion is helpfull.
> But I had another problem:
> When "make"
> It said:
>  
> .................
> .................
> gcc -Wall -pedantic -idirafter ../include -DTEXT_BASE=0x33F80000 -DUSE_HOSTCC
> -O -c -o bmp_logo.o bmp_logo.c
> gcc -Wall -pedantic -idirafter ../include -DTEXT_BASE=0x33F80000 -DUSE_HOSTCC
> -O
> -o bmp_logo bmp_logo.o
> strip bmp_logo
> ./bmp_logo logos/denx.bmp >/home/u-boot-1.1.3/include/bmp_logo.h
> /bin/sh: line 1: ./bmp_logo: cannot execute binary file
> make[1]: *** [/home/u-boot-1.1.3/include/bmp_logo.h] Error 126
> make[1]: Leaving directory `/home/u-boot-1.1.3/tools'
> make: *** [tools] Error 2
>  
> Why?Can you tell me ?

The "gcc" that is called from the Makefile obviously cannot compile
programs for your platform (this must *not* be a cross-compiler).
Find out why this is the case - "file bmp_logo" might be helpful here.

Cheers
  Detlev

-- 
Computer scientists do it depth-first.
--
DENX Software Engineering GmbH,      MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich,  Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-40 Fax: (+49)-8142-66989-80 Email: dzu at denx.de

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

end of thread, other threads:[~2007-11-12 17:50 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-09 12:39 [U-Boot-Users] Help! clubet
2007-11-09 13:07 ` Shinya Kuribayashi
  -- strict thread matches above, loose matches on Subject: below --
2007-11-10  2:11 clubet
2007-11-11  8:29 clubet
2007-11-12 17:50 ` Detlev Zundel

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