public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot-Users] Toolchain select
@ 2006-01-05 13:38 Li Weichen
  2006-01-05 14:12 ` Wolfgang Denk
  2006-01-09 18:32 ` [U-Boot-Users] " Khem Raj
  0 siblings, 2 replies; 5+ messages in thread
From: Li Weichen @ 2006-01-05 13:38 UTC (permalink / raw)
  To: u-boot

Hi all,

I encountered several toolchain problems while cross-compiling such as
u-boot, kernel.  I find it mostly problem about the version.  I don't know
which one is proper and stable for embedded system developing.  Could you
please help me?

I have already used the crosstool to make my own toolchain, and chose the
gcc-4.0.1, binutils-2.16.1, glibc-2.3.5.  But it seems that it has some
problem.  When I build u-boot it shows that the examples cannot be compiled.

Regards,

Li Weichen
2006-1-5

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

* [U-Boot-Users] Toolchain select
  2006-01-05 13:38 [U-Boot-Users] Toolchain select Li Weichen
@ 2006-01-05 14:12 ` Wolfgang Denk
  2006-01-06 11:56   ` Li Weichen
  2006-01-09 18:32 ` [U-Boot-Users] " Khem Raj
  1 sibling, 1 reply; 5+ messages in thread
From: Wolfgang Denk @ 2006-01-05 14:12 UTC (permalink / raw)
  To: u-boot

In message <43bd2165.6762f2e2.3596.51a6@mx.gmail.com> you wrote:
> 
> I encountered several toolchain problems while cross-compiling such as

Try our ELDK.

Best regards,

Wolfgang Denk

-- 
Software Engineering:  Embedded and Realtime Systems,  Embedded Linux
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
"When people are least sure, they are often most dogmatic."
- John Kenneth Galbraith

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

* [U-Boot-Users] Toolchain select
  2006-01-05 14:12 ` Wolfgang Denk
@ 2006-01-06 11:56   ` Li Weichen
  2006-01-06 16:29     ` Wolfgang Denk
  0 siblings, 1 reply; 5+ messages in thread
From: Li Weichen @ 2006-01-06 11:56 UTC (permalink / raw)
  To: u-boot

Hi Wolfgang,

I have tried the ELDK 3.1.1, and when I build u-boot-1.1.3 or u-boot-1.1.4 I
get following error:

iaadoa at omap1:~/work/tmp/u-boot-1.1.3$ make omap5912osk_config
Configuring for omap5912osk board...
iaadoa at omap1:~/work/tmp/u-boot-1.1.3$ make all
make[1]: Entering directory `/home/iaadoa/work/tmp/u-boot-1.1.3/tools'
 [.]
make[1]: *** No rule to make target `hello_world.srec', needed by `all'.
Stop.
make[1]: Leaving directory `/home/iaadoa/work/tmp/u-boot-1.1.3/examples'
make: *** [examples] Error 2

I have met this error for quite a time, and I have tried different versions
of toolchain, but it seems to be the same.  Can you help me with it?

Thanks and best regards!

Li Weichen
> -----Original Message-----
> From: u-boot-users-admin at lists.sourceforge.net
> [mailto:u-boot-users-admin at lists.sourceforge.net] On Behalf Of Wolfgang
Denk
> Sent: Thursday, January 05, 2006 10:13 PM
> To: Li Weichen
> Cc: u-boot-users at lists.sourceforge.net
> Subject: Re: [U-Boot-Users] Toolchain select
> 
> In message <43bd2165.6762f2e2.3596.51a6@mx.gmail.com> you wrote:
> >
> > I encountered several toolchain problems while cross-compiling such as
> 
> Try our ELDK.
> 
> Best regards,
> 
> Wolfgang Denk
> 
> --
> Software Engineering:  Embedded and Realtime Systems,  Embedded Linux
> Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
> "When people are least sure, they are often most dogmatic."
> - John Kenneth Galbraith
> 
> 
> -------------------------------------------------------
> This SF.net email is sponsored by: Splunk Inc. Do you grep through log
files
> for problems?  Stop!  Download the new AJAX search engine that makes
> searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
> http://ads.osdn.com/?ad_idv37&alloc_id\x16865&op=ick
> _______________________________________________
> U-Boot-Users mailing list
> U-Boot-Users at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/u-boot-users

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

* [U-Boot-Users] Toolchain select
  2006-01-06 11:56   ` Li Weichen
@ 2006-01-06 16:29     ` Wolfgang Denk
  0 siblings, 0 replies; 5+ messages in thread
From: Wolfgang Denk @ 2006-01-06 16:29 UTC (permalink / raw)
  To: u-boot

In message <43be5afa.7dd4ac4c.696b.4f5e@mx.gmail.com> you wrote:
> 
> I have tried the ELDK 3.1.1, and when I build u-boot-1.1.3 or =
> u-boot-1.1.4 I
> get following error:
> 
> iaadoa at omap1:~/work/tmp/u-boot-1.1.3$ make omap5912osk_config
> Configuring for omap5912osk board...

omap5912osk board support is obviously broken. I wonder that you  get
as  far as the examples directory - I see problems with messing flash
functions earlier.

Best regards,

Wolfgang Denk

-- 
Software Engineering:  Embedded and Realtime Systems,  Embedded Linux
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
I read part of it all the way through.

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

* [U-Boot-Users] Re: Toolchain select
  2006-01-05 13:38 [U-Boot-Users] Toolchain select Li Weichen
  2006-01-05 14:12 ` Wolfgang Denk
@ 2006-01-09 18:32 ` Khem Raj
  1 sibling, 0 replies; 5+ messages in thread
From: Khem Raj @ 2006-01-09 18:32 UTC (permalink / raw)
  To: u-boot

Li Weichen said the following on 01/05/2006 05:38 AM:

>Hi all,
>
>I encountered several toolchain problems while cross-compiling such as
>u-boot, kernel.  I find it mostly problem about the version.  I don't know
>which one is proper and stable for embedded system developing. 
>
You may look at http://www.kegel.com/crosstool/crosstool-0.38/buildlogs/ 
which is a matrix of possible working tool combo's

> 
>
-- 
Khem Raj <khem@mvista.com>
MontaVista Software, Inc.
www.mvista.com

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

end of thread, other threads:[~2006-01-09 18:32 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-01-05 13:38 [U-Boot-Users] Toolchain select Li Weichen
2006-01-05 14:12 ` Wolfgang Denk
2006-01-06 11:56   ` Li Weichen
2006-01-06 16:29     ` Wolfgang Denk
2006-01-09 18:32 ` [U-Boot-Users] " Khem Raj

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