public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [U-Boot-Users] Compilation problem for TI3430 board.
       [not found] <388381.21842.qm@web57002.mail.re3.yahoo.com>
@ 2008-10-17 18:06 ` Jerry Van Baren
  2008-10-18  0:35   ` Radha Krishna
  0 siblings, 1 reply; 6+ messages in thread
From: Jerry Van Baren @ 2008-10-17 18:06 UTC (permalink / raw)
  To: u-boot

Hi Radha,

Please don't top post.

Radha Krishna wrote:
> Hi GVB,
> You are right. Could you tell me the solution.

Don't use DOS (aka Windows).

Since you already have a problem there, you can use "dos2unix" or 
equivalent.  If you feel you must use Windows, many Windows editors 
(e.g. UltraEdit) allow you to control/convert line endings.

> Best Regards,
> Kris.

[snip]

>>> $ make CROSS_COMPILE=arm-none-linux-gnueabi-
>> omap3430sdp_config
>>> ./mkconfig: line 2: $'\r': command not
>> found
>>> make: *** [omap3430sdp_config] Error 127
>> Is that telling you that you have DOS line endings
>> (<CR>+<LF> i.e. \r\n) 
>> as opposed to unix line endings (\n only)?
>>
>>> $ make CROSS_COMPILE=arm-none-linux-gnueabi-
>>> System not configured - see README
>>> make: *** [all] Error 1
>>>
>>>    Could somebody tell me steps to compile U-Boot for
>>>  TI3430.
>>>    
>>>    Best Regards,
>>>    Krishna.
>> My best guess,
>> gvb

HTH,
gvb

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

* [U-Boot] [U-Boot-Users] Compilation problem for TI3430 board.
  2008-10-17 18:06 ` Jerry Van Baren
@ 2008-10-18  0:35   ` Radha Krishna
  2008-10-18  7:48     ` Wolfgang Denk
  0 siblings, 1 reply; 6+ messages in thread
From: Radha Krishna @ 2008-10-18  0:35 UTC (permalink / raw)
  To: u-boot

Hi GVB,

Thanks for your earlier help.

As you suggested I have DOS to UNIX conversion. It worked. 
I have another proble now.

make: arm-none-linux-gnueabi-gcc: Command not found

$ make CROSS_COMPILE=arm-none-linux-gnueabi- omap3430sdp_config
Configuring for omap3430sdp board...

[SNIP]
$ make CROSS_COMPILE=arm-none-linux-gnueabi-
make: arm-none-linux-gnueabi-gcc: Command not found
make[1]: arm-none-linux-gnueabi-gcc: Command not found
make[1]: Entering directory `/cygdrive/c/u-boot/tools'
make[1]: Entering directory `/cygdrive/c/u-boot/tools'
ln -s ../common/environment.c environment.c
ln -s ../lib_generic/crc32.c crc32.c

Could please somebody tell me the solution for this.

Best Regards,
Krishna.


> From: Jerry Van Baren <gerald.vanbaren@ge.com>
> Subject: Re: [U-Boot-Users] Compilation problem for TI3430 board.
> To: hi_krishna01 at yahoo.com, "U-Boot user list" <u-boot@lists.denx.de>
> Date: Friday, October 17, 2008, 11:06 AM
> Hi Radha,
> 
> Please don't top post.
> 
> Radha Krishna wrote:
> > Hi GVB,
> > You are right. Could you tell me the solution.
> 
> Don't use DOS (aka Windows).
> 
> Since you already have a problem there, you can use
> "dos2unix" or 
> equivalent.  If you feel you must use Windows, many Windows
> editors 
> (e.g. UltraEdit) allow you to control/convert line endings.
> 
> > Best Regards,
> > Kris.
> 
> [snip]
> 
> >>> $ make CROSS_COMPILE=arm-none-linux-gnueabi-
> >> omap3430sdp_config
> >>> ./mkconfig: line 2: $'\r': command
> not
> >> found
> >>> make: *** [omap3430sdp_config] Error 127
> >> Is that telling you that you have DOS line endings
> >> (<CR>+<LF> i.e. \r\n) 
> >> as opposed to unix line endings (\n only)?
> >>
> >>> $ make CROSS_COMPILE=arm-none-linux-gnueabi-
> >>> System not configured - see README
> >>> make: *** [all] Error 1
> >>>
> >>>    Could somebody tell me steps to compile
> U-Boot for
> >>>  TI3430.
> >>>    
> >>>    Best Regards,
> >>>    Krishna.
> >> My best guess,
> >> gvb
> 
> HTH,
> gvb

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

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

* [U-Boot] [U-Boot-Users] Compilation problem for TI3430 board.
@ 2008-10-18  0:53 Radha Krishna
  2008-10-18 13:10 ` Nishanth Menon
  0 siblings, 1 reply; 6+ messages in thread
From: Radha Krishna @ 2008-10-18  0:53 UTC (permalink / raw)
  To: u-boot

Hi,

I am doing U-boot for TI3430 boad.

Step 0: make distclean   //worked fine
Step 1: make CROSS_COMPILE=arm-none-linux-gnueabi- omap3430sdp_config //worked fine
Step 2: make CROSS_COMPILE=arm-none-linux-gnueabi-   //Error

[SNIP]
$ make CROSS_COMPILE=arm-none-linux-gnueabi-
make: arm-none-linux-gnueabi-gcc: Command not found
make[1]: arm-none-linux-gnueabi-gcc: Command not found
make[1]: Entering directory `/cygdrive/c/u-boot/tools'
make[1]: Entering directory `/cygdrive/c/u-boot/tools'

Could you somebody tell me the solution.

Best Regards,
Krishna.

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

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

* [U-Boot] [U-Boot-Users] Compilation problem for TI3430 board.
  2008-10-18  0:35   ` Radha Krishna
@ 2008-10-18  7:48     ` Wolfgang Denk
  2008-10-18 16:57       ` Radha Krishna
  0 siblings, 1 reply; 6+ messages in thread
From: Wolfgang Denk @ 2008-10-18  7:48 UTC (permalink / raw)
  To: u-boot

Dear Radha Krishna,

In message <817169.94813.qm@web57008.mail.re3.yahoo.com> you wrote:
> 
> As you suggested I have DOS to UNIX conversion. It worked. 
> I have another proble now.
> 
> make: arm-none-linux-gnueabi-gcc: Command not found
...
> Could please somebody tell me the solution for this.

You must install the  arm-none-linux-gnueabitoolchain  on  your  host
system,  and  set up the PATH to include the directories wher eit was
installed.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
"Ahead warp factor 1"                                  - Captain Kirk

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

* [U-Boot] [U-Boot-Users] Compilation problem for TI3430 board.
  2008-10-18  0:53 [U-Boot] [U-Boot-Users] Compilation problem for TI3430 board Radha Krishna
@ 2008-10-18 13:10 ` Nishanth Menon
  0 siblings, 0 replies; 6+ messages in thread
From: Nishanth Menon @ 2008-10-18 13:10 UTC (permalink / raw)
  To: u-boot

Radha Krishna said the following on 10/17/2008 07:53 PM:
> I am doing U-boot for TI3430 boad.
>
> Step 0: make distclean   //worked fine
> Step 1: make CROSS_COMPILE=arm-none-linux-gnueabi- omap3430sdp_config //worked fine
> Step 2: make CROSS_COMPILE=arm-none-linux-gnueabi-   //Error
>
> [SNIP]
> $ make CROSS_COMPILE=arm-none-linux-gnueabi-
> make: arm-none-linux-gnueabi-gcc: Command not found
> make[1]: arm-none-linux-gnueabi-gcc: Command not found
> make[1]: Entering directory `/cygdrive/c/u-boot/tools'
> make[1]: Entering directory `/cygdrive/c/u-boot/tools'
Step using windows and try using a *real* Linux environment such as a
vmware[4] or an Linux PC to build. I suspect you are taking code from
[1]. in which case code sourcery gcc [2] will be good. Further, you need
to say ARCH=ARM as part of your compilation command.

By the way, there are many "TI3430" boards. from your defconfig I
understand it is for SDP3430[3]. I had written a small quick start doc
for 2430 - many of whose comments are still valid for 2430.
Regards,
Nishanth Menon
[1] http://linux.omap.com/pub/bootloader/3430sdp/  or
https://omapzoom.org/gf/
[2]
http://www.codesourcery.com/gnu_toolchains/arm/portal/subscription?@template=lite
[3] http://www.ti.com/omap3430_devplatform
[4] http://www.vmware.com/download/player/ and as an example:
http://search-www.vmware.com/socialsearch/query?cn=vmware&cc=www&ie=UTF-8&oe=UTF-8&q=ubuntu+8.04&x=0&y=0
choose the appliance you like, download the image and run it..
[5]
http://www.geocities.com/crecmca98/Linux/omap2430_From_almost_scratch.pdf

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

* [U-Boot] [U-Boot-Users] Compilation problem for TI3430 board.
  2008-10-18  7:48     ` Wolfgang Denk
@ 2008-10-18 16:57       ` Radha Krishna
  0 siblings, 0 replies; 6+ messages in thread
From: Radha Krishna @ 2008-10-18 16:57 UTC (permalink / raw)
  To: u-boot

Hi Wolfgang Denk,

Thanks for the help.

Could you tell URL to download this toll chain arm-none-linux-gnueabi

Best Regards,
Kris.


--- On Sat, 10/18/08, Wolfgang Denk <wd@denx.de> wrote:

> From: Wolfgang Denk <wd@denx.de>
> Subject: Re: [U-Boot] [U-Boot-Users] Compilation problem for TI3430 board.
> To: hi_krishna01 at yahoo.com
> Cc: "U-Boot user list" <u-boot@lists.denx.de>
> Date: Saturday, October 18, 2008, 12:48 AM
> Dear Radha Krishna,
> 
> In message
> <817169.94813.qm@web57008.mail.re3.yahoo.com> you
> wrote:
> > 
> > As you suggested I have DOS to UNIX conversion. It
> worked. 
> > I have another proble now.
> > 
> > make: arm-none-linux-gnueabi-gcc: Command not found
> ...
> > Could please somebody tell me the solution for this.
> 
> You must install the  arm-none-linux-gnueabitoolchain  on 
> your  host
> system,  and  set up the PATH to include the directories
> wher eit was
> installed.
> 
> Best regards,
> 
> Wolfgang Denk
> 
> -- 
> DENX Software Engineering GmbH,     MD: Wolfgang Denk &
> Detlev Zundel
> HRB 165235 Munich, Office: Kirchenstr.5, D-82194
> Groebenzell, Germany
> Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email:
> wd at denx.de
> "Ahead warp factor 1"                            
>      - Captain Kirk

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

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

end of thread, other threads:[~2008-10-18 16:57 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-18  0:53 [U-Boot] [U-Boot-Users] Compilation problem for TI3430 board Radha Krishna
2008-10-18 13:10 ` Nishanth Menon
     [not found] <388381.21842.qm@web57002.mail.re3.yahoo.com>
2008-10-17 18:06 ` Jerry Van Baren
2008-10-18  0:35   ` Radha Krishna
2008-10-18  7:48     ` Wolfgang Denk
2008-10-18 16:57       ` Radha Krishna

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