Re: [U-Boot] u-boot build error [from v2013.01 onwards]

2013-01-28 Thread Jagan Teki
Hi Wolfgang Denk, On Mon, Jan 28, 2013 at 5:04 PM, Wolfgang Denk wrote: > Dear Jagan Teki, > > In message > you > wrote: >> >> > GNU Make is 3.80 at my end. >> >> I have just upgraded my Make from 3.80 to 3.81.. >> u-boot build works fine. > > Ah, thanks for reporting. > > But please note that

Re: [U-Boot] u-boot build error [from v2013.01 onwards]

2013-01-28 Thread Wolfgang Denk
Dear Jagan Teki, In message you wrote: > > > GNU Make is 3.80 at my end. > > I have just upgraded my Make from 3.80 to 3.81.. > u-boot build works fine. Ah, thanks for reporting. But please note that v3.81 is still 7 years old. Why don't you use recent code (v3.82, wich actually is already

Re: [U-Boot] u-boot build error [from v2013.01 onwards]

2013-01-28 Thread Wolfgang Denk
Dear Jagan Teki, In message you wrote: > > > Note that the correct name with MAKEALL is the board target name > > _without_ the "_config" part. What does "make -v" report for you? > > [GNU Make 3.82 on my end.] > > Thanks for your note. > GNU Make is 3.80 at my end. Well... make v3.80 is mor

Re: [U-Boot] u-boot build error [from v2013.01 onwards]

2013-01-28 Thread Jagan Teki
Hi, On Mon, Jan 28, 2013 at 1:31 PM, Jagan Teki wrote: > Hi Wolfgang Denk, > > On Mon, Jan 28, 2013 at 12:29 PM, Wolfgang Denk wrote: >> Dear Jagan Teki, >> >> In message >> you >> wrote: >>> >>> > Actually I'd be more interested in the result of the following commands: >>> > >>> > 1) $C

Re: [U-Boot] u-boot build error [from v2013.01 onwards]

2013-01-28 Thread Jagan Teki
Hi Wolfgang Denk, On Mon, Jan 28, 2013 at 12:29 PM, Wolfgang Denk wrote: > Dear Jagan Teki, > > In message > you > wrote: >> >> > Actually I'd be more interested in the result of the following commands: >> > >> > 1) $CROSS_COMPILE}gcc -v >> >> Mr.J> ${CROSS_COMPILE}gcc -v >> Using built-i

Re: [U-Boot] u-boot build error [from v2013.01 onwards]

2013-01-27 Thread Wolfgang Denk
Dear Jagan Teki, In message you wrote: > > > Actually I'd be more interested in the result of the following commands: > > > > 1) $CROSS_COMPILE}gcc -v > > Mr.J> ${CROSS_COMPILE}gcc -v > Using built-in specs. > Target: arm-none-linux-gnueabi > > Thread model: posix > gcc version 4.4.1

Re: [U-Boot] u-boot build error [from v2013.01 onwards]

2013-01-27 Thread Jagan Teki
Hi Albert, Please find the below comments. On Sun, Jan 27, 2013 at 8:44 PM, Albert ARIBAUD wrote: > Hi Jagan, > > On Sun, 27 Jan 2013 12:30:45 +0530, Jagan Teki > wrote: > >> Hi Vikram, >> >> On Sun, Jan 27, 2013 at 9:24 AM, Vikram Narayanan >> wrote: >> > On 1/27/2013 7:10 AM, Jagan Teki wro

Re: [U-Boot] u-boot build error [from v2013.01 onwards]

2013-01-27 Thread Albert ARIBAUD
Hi Jagan, On Sun, 27 Jan 2013 12:30:45 +0530, Jagan Teki wrote: > Hi Vikram, > > On Sun, Jan 27, 2013 at 9:24 AM, Vikram Narayanan wrote: > > On 1/27/2013 7:10 AM, Jagan Teki wrote: > >> This error occurred for all boards in the u-boot, I have used > >> arm-none-linux-gnueabi- xtool for versat

Re: [U-Boot] u-boot build error [from v2013.01 onwards]

2013-01-26 Thread Jagan Teki
Hi Vikram, On Sun, Jan 27, 2013 at 9:24 AM, Vikram Narayanan wrote: > On 1/27/2013 7:10 AM, Jagan Teki wrote: >> This error occurred for all boards in the u-boot, I have used >> arm-none-linux-gnueabi- xtool for versatilepb board. >> I saw this issue specially from 2013.01 on-wards. > > Can you c

Re: [U-Boot] u-boot build error [from v2013.01 onwards]

2013-01-26 Thread Vikram Narayanan
On 1/27/2013 7:10 AM, Jagan Teki wrote: > This error occurred for all boards in the u-boot, I have used > arm-none-linux-gnueabi- xtool for versatilepb board. > I saw this issue specially from 2013.01 on-wards. Can you check your host setup once? Below is the output from my setup. I don't see any

Re: [U-Boot] u-boot build error [from v2013.01 onwards]

2013-01-26 Thread Jagan Teki
Hi Albert On Sat, Jan 26, 2013 at 9:40 PM, Albert ARIBAUD wrote: > Hi Jagan, > > On Sat, 26 Jan 2013 18:34:56 +0530, Jagan Teki > wrote: > >> Hi, >> >> I am getting below error while configuring any board in the u-boot. >> >> bash> make versatilepb_config >> Makefile:597: *** missing `endif'. S

Re: [U-Boot] u-boot build error [from v2013.01 onwards]

2013-01-26 Thread Albert ARIBAUD
Hi Jagan, On Sat, 26 Jan 2013 18:34:56 +0530, Jagan Teki wrote: > Hi, > > I am getting below error while configuring any board in the u-boot. > > bash> make versatilepb_config > Makefile:597: *** missing `endif'. Stop. > > Host setup: > > Processor: x86_64 > OS: Red Hat Ente

[U-Boot] u-boot build error [from v2013.01 onwards]

2013-01-26 Thread Jagan Teki
Hi, I am getting below error while configuring any board in the u-boot. bash> make versatilepb_config Makefile:597: *** missing `endif'. Stop. Host setup: Processor: x86_64 OS: Red Hat Enterprise Linux Client release 5.6 u-boot version: v2013.01 Request for any help. Thanks,