Re: [U-Boot] Build breaks on some OMAP3 configs

2009-11-06 Thread Premi, Sanjeev
-Original Message- From: u-boot-boun...@lists.denx.de [mailto:u-boot-boun...@lists.denx.de] On Behalf Of Gadiyar, Anand Sent: Friday, October 30, 2009 10:25 PM To: u-boot@lists.denx.de Subject: Re: [U-Boot] Build breaks on some OMAP3 configs Hi, I was trying to build u

Re: [U-Boot] Build breaks on some OMAP3 configs

2009-11-06 Thread Gadiyar, Anand
Hi, I was trying to build u-boot for omap3_3430sdp and omap3_zoom2, and the build fails with the error below. I'm on commit f2b4bc0 from the master branch. I'm using CodeSourcery's 2008q3 toolchain. The commands I ran were: make

Re: [U-Boot] Build breaks on some OMAP3 configs

2009-10-31 Thread Nishanth Menon
Wolfgang Denk said the following on 10/30/2009 11:35 PM: Dear Nishanth Menon, In message 4aeb4dc5.9040...@gmail.com you wrote: for some wierd reason, it does not seem to take the include/config.mk file (where the defines are present).. now, if i do a local clone of the cloned directory,

Re: [U-Boot] Build breaks on some OMAP3 configs

2009-10-31 Thread Menon, Nishanth
Nishanth Menon said the following on 10/31/2009 03:07 PM: Wolfgang Denk said the following on 10/30/2009 11:35 PM: Dear Nishanth Menon, In message 4aeb4dc5.9040...@gmail.com you wrote: for some wierd reason, it does not seem to take the include/config.mk file (where the defines

[U-Boot] Build breaks on some OMAP3 configs

2009-10-30 Thread Gadiyar, Anand
Hi, I was trying to build u-boot for omap3_3430sdp and omap3_zoom2, and the build fails with the error below. I'm on commit f2b4bc0 from the master branch. I'm using CodeSourcery's 2008q3 toolchain. The commands I ran were: make CROSS_COMPILE=arm-none-linux-gnueabi- omap3_3430sdp_config; make

Re: [U-Boot] Build breaks on some OMAP3 configs

2009-10-30 Thread Dirk Behme
Gadiyar, Anand wrote: Hi, I was trying to build u-boot for omap3_3430sdp and omap3_zoom2, and the build fails with the error below. I'm on commit f2b4bc0 from the master branch. I'm using CodeSourcery's 2008q3 toolchain. The commands I ran were: make

Re: [U-Boot] Build breaks on some OMAP3 configs

2009-10-30 Thread Gadiyar, Anand
Hi, I was trying to build u-boot for omap3_3430sdp and omap3_zoom2, and the build fails with the error below. I'm on commit f2b4bc0 from the master branch. I'm using CodeSourcery's 2008q3 toolchain. The commands I ran were: make CROSS_COMPILE=arm-none-linux-gnueabi-

Re: [U-Boot] Build breaks on some OMAP3 configs

2009-10-30 Thread Gadiyar, Anand
Nishant Menon wrote: On Fri, Oct 30, 2009 at 6:47 PM, Dirk Behme dirk.be...@googlemail.com wrote: Gadiyar, Anand wrote: Hi, I was trying to build u-boot for omap3_3430sdp and omap3_zoom2, and the build fails with the error below. I'm on commit f2b4bc0 from the master branch. I'm using

Re: [U-Boot] Build breaks on some OMAP3 configs

2009-10-30 Thread Nishanth Menon
On Fri, Oct 30, 2009 at 6:47 PM, Dirk Behme dirk.be...@googlemail.com wrote: Gadiyar, Anand wrote: Hi, I was trying to build u-boot for omap3_3430sdp and omap3_zoom2, and the build fails with the error below. I'm on commit f2b4bc0 from the master branch. I'm using CodeSourcery's 2008q3

Re: [U-Boot] Build breaks on some OMAP3 configs

2009-10-30 Thread Nishanth Menon
Gadiyar, Anand said the following on 10/30/2009 06:54 PM: Hi, I was trying to build u-boot for omap3_3430sdp and omap3_zoom2, and the build fails with the error below. I'm on commit f2b4bc0 from the master branch. I'm using CodeSourcery's 2008q3 toolchain. The commands I ran were: make

Re: [U-Boot] Build breaks on some OMAP3 configs

2009-10-30 Thread Wolfgang Denk
Dear Nishanth Menon, In message 4aeb4dc5.9040...@gmail.com you wrote: for some wierd reason, it does not seem to take the include/config.mk file (where the defines are present).. now, if i do a local clone of the cloned directory, it builds just fine! gotta dig at it a little more.. Maybe