Re: [U-Boot] U-Boot build error when switch different SoC without clean

2019-07-21 Thread Heinrich Schuchardt
On 7/22/19 6:47 AM, Bin Meng wrote: On Mon, Jul 22, 2019 at 11:10 AM Kever Yang wrote: Hi, I always met below error when build latest U-Boot for different board and defconfig without "make clean", anyone know how to fix this? LD lib/efi_loader/helloworld_efi.so lib/efi_loader

Re: [U-Boot] U-Boot build error when switch different SoC without clean

2019-07-21 Thread Bin Meng
On Mon, Jul 22, 2019 at 11:10 AM Kever Yang wrote: > > Hi, > > I always met below error when build latest U-Boot for different board > > and defconfig without "make clean", anyone know how to fix this? > >LD lib/efi_loader/helloworld_efi.so > lib/efi_loader/efi_crt0.o: file not recog

[U-Boot] U-Boot build error when switch different SoC without clean

2019-07-21 Thread Kever Yang
Hi,     I always met below error when build latest U-Boot for different board and defconfig without "make clean", anyone know how to fix this?   LD  lib/efi_loader/helloworld_efi.so lib/efi_loader/efi_crt0.o: file not recognized: File format not recognized   CC  lib/strto.o scripts/Make

Re: [U-Boot] Build error: caused by CONFIG_SPL_LOG_CONSOLE

2019-04-24 Thread Tom Rini
On Sat, Apr 13, 2019 at 01:01:52AM +0200, U.Mutlu wrote: > If I activate "Enable logging support in SPL" (ie. CONFIG_SPL_LOG_CONSOLE), > ie. the following window in make menuconfig: > > Logging ---> > > [*] Enable logging support > [*] Enable logging support in SPL > [*] Enabl

[U-Boot] build error: "bfd: u-boot-spl section `.rodata' will not fit in region `.sram'"

2019-04-13 Thread U.Mutlu
I updated my local git source tree, but now I get this error with stock Lamobo_R1_defconfig and w/o any changes to .config: arm-linux-gnueabihf-ld.bfd: u-boot-spl section `.rodata' will not fit in region `.sram' arm-linux-gnueabihf-ld.bfd: region `.sram' overflowed by 1176 bytes scripts/Makefil

[U-Boot] Build error: caused by CONFIG_SPL_LOG_CONSOLE

2019-04-12 Thread U.Mutlu
If I activate "Enable logging support in SPL" (ie. CONFIG_SPL_LOG_CONSOLE), ie. the following window in make menuconfig: Logging ---> [*] Enable logging support [*] Enable logging support in SPL [*] Enable logging support in TPL (5) Maximum log level to record (3) Ma

Re: [U-Boot] build error with CONFIG_DM_PCI disabled in menuconfig

2016-10-11 Thread Ding, ChiX
> -Original Message- > From: Bin Meng [mailto:bmeng...@gmail.com] > Sent: Tuesday, October 11, 2016 11:44 AM > To: Ding, ChiX > Cc: Simon Glass ; u-boot@lists.denx.de > Subject: Re: [U-Boot] build error with CONFIG_DM_PCI disabled in menuconfig > > Hi Chi, >

Re: [U-Boot] build error with CONFIG_DM_PCI disabled in menuconfig

2016-10-11 Thread Bin Meng
Hi Chi, On Tue, Oct 11, 2016 at 6:01 PM, Ding, ChiX wrote: > Hi Bin > Thanks for the reply. I'm working on Intel Denvernton Board. As you > suggested I'm debugging it > using DM PCI now. In the device tree file, I define PCI as this, but I don't > know what is missing so > that AHCI isn't prob

Re: [U-Boot] build error with CONFIG_DM_PCI disabled in menuconfig

2016-10-11 Thread Ding, ChiX
anks a lot, Chi -Original Message- From: Bin Meng [mailto:bmeng...@gmail.com] Sent: Tuesday, October 11, 2016 2:44 AM To: Ding, ChiX ; Simon Glass Cc: u-boot@lists.denx.de Subject: Re: [U-Boot] build error with CONFIG_DM_PCI disabled in menuconfig On Mon, Oct 10, 2016 at

Re: [U-Boot] build error with CONFIG_DM_PCI disabled in menuconfig

2016-10-10 Thread Bin Meng
On Mon, Oct 10, 2016 at 11:47 PM, Ding, ChiX wrote: > Hi there > I disabled CONFIG_DM_PCI in menuconfig because I have problem detecting AHCI > SCSI controller on X86 board > with CONFIG_DM_PCI enabled and the older code in drivers/pci/pci.c works for > me in the previous U-boot version. > Then

[U-Boot] build error with CONFIG_DM_PCI disabled in menuconfig

2016-10-10 Thread Ding, ChiX
Hi there I disabled CONFIG_DM_PCI in menuconfig because I have problem detecting AHCI SCSI controller on X86 board with CONFIG_DM_PCI enabled and the older code in drivers/pci/pci.c works for me in the previous U-boot version. Then I got the build error : u-boot/arch/x86/cpu/irq.c:29: undefined r

Re: [U-Boot] build error

2016-07-06 Thread Chen-Yu Tsai
Hi, On Wed, Jul 6, 2016 at 2:42 PM, Chen-Yu Tsai wrote: > Hi, > > On Wed, Jul 6, 2016 at 8:22 AM, Richard Snow wrote: >> Building current source for 4 boards (4 threads, 2 jobs per thread) >>arm: + q8_a33_tablet_800x480 >> +{standard input}: Assembler messages: >> +{standard input}:29

Re: [U-Boot] build error

2016-07-05 Thread Chen-Yu Tsai
Hi, On Wed, Jul 6, 2016 at 8:22 AM, Richard Snow wrote: > Building current source for 4 boards (4 threads, 2 jobs per thread) >arm: + q8_a33_tablet_800x480 > +{standard input}: Assembler messages: > +{standard input}:299: Error: push/pop do not support {reglist}^ -- `pop > {r0,r1,r2,r3

[U-Boot] build error

2016-07-05 Thread Richard Snow
Building current source for 4 boards (4 threads, 2 jobs per thread) arm: + q8_a33_tablet_800x480 +{standard input}: Assembler messages: +{standard input}:299: Error: push/pop do not support {reglist}^ -- `pop {r0,r1,r2,r3,r4,r9,ip,pc}^' +make[3]: *** [arch/arm/cpu/armv7/sunxi/psci.o] Erro

Re: [U-Boot] Build error for PowerPPC using GCC 5.2 toolchain

2015-11-06 Thread Måns Rullgård
Otavio Salvador writes: > Hello, > > At Yocto Project I sent the upgrade for the 2015.10 release, of > U-Boot, however it is failing badly: > > http://errors.yoctoproject.org/Errors/Details/21468/ > > Does someone has any idea how to fix it? The problem is the use of "extern inline" function def

[U-Boot] Build error for PowerPPC using GCC 5.2 toolchain

2015-11-06 Thread Otavio Salvador
Hello, At Yocto Project I sent the upgrade for the 2015.10 release, of U-Boot, however it is failing badly: http://errors.yoctoproject.org/Errors/Details/21468/ Does someone has any idea how to fix it? -- Otavio Salvador O.S. Systems http://www.ossystems.com.br

Re: [U-Boot] u-boot build error in current git tree

2013-09-10 Thread Axel Lin
2013/9/11 Fabio Estevam : > On Tue, Sep 10, 2013 at 12:30 AM, Axel Lin wrote: >> Hit below build errors (on ARM platforms): >> >> axel@phoenix:~/repos/git/u-boot$ make mx31pdk >> Configuring for mx31pdk board... >> make > > Are you able to reproduce the error if you run "make mrproper" first? > >

Re: [U-Boot] u-boot build error in current git tree

2013-09-10 Thread Fabio Estevam
On Tue, Sep 10, 2013 at 12:30 AM, Axel Lin wrote: > Hit below build errors (on ARM platforms): > > axel@phoenix:~/repos/git/u-boot$ make mx31pdk > Configuring for mx31pdk board... > make Are you able to reproduce the error if you run "make mrproper" first? I was not to able to reproduce the erro

Re: [U-Boot] u-boot build error in current git tree

2013-09-10 Thread Albert ARIBAUD
Hi Axel, On Tue, 10 Sep 2013 11:30:35 +0800, Axel Lin wrote: > Hit below build errors (on ARM platforms): > > axel@phoenix:~/repos/git/u-boot$ make mx31pdk Which commit, which toolchain? With gcc version 4.7.3 (Ubuntu/Linaro 4.7.3-1ubuntu1), current u-boot-arm/master and u-boot/master both bui

[U-Boot] u-boot build error in current git tree

2013-09-09 Thread Axel Lin
Hit below build errors (on ARM platforms): axel@phoenix:~/repos/git/u-boot$ make mx31pdk Configuring for mx31pdk board... make make[1]: Entering directory `/home/axel/repos/git/u-boot' Generating include/autoconf.mk Generating include/autoconf.mk.dep make[1]: Leaving directory `/home/axel/repos/gi

Re: [U-Boot] observing u-boot build error due to oversizing

2013-08-29 Thread Liu Dave-R63238
-Boot] observing u-boot build error due to oversizing Hi, When I do make P1021RDB-PC_36BIT_NAND in u-boot code base, I am getting below errors. Look like u-boot is getting oversized. Any idea how can this be resolved /opt/freescale/usr/local/gcc-4.5.55-eglibc-2.11.55/powerpc-linux-gnu/bin

Re: [U-Boot] observing u-boot build error due to oversizing

2013-08-29 Thread Jain Priyanka-B32167
Thanks Dave, I will try that. > -Original Message- > From: Liu Dave-R63238 > Sent: Thursday, August 29, 2013 1:21 PM > To: Jain Priyanka-B32167; u-boot@lists.denx.de > Subject: RE: observing u-boot build error due to oversizing > > Priyanka, > > If you use

[U-Boot] observing u-boot build error due to oversizing

2013-08-29 Thread Jain Priyanka-B32167
Hi, When I do make P1021RDB-PC_36BIT_NAND in u-boot code base, I am getting below errors. Look like u-boot is getting oversized. Any idea how can this be resolved /opt/freescale/usr/local/gcc-4.5.55-eglibc-2.11.55/powerpc-linux-gnu/bin/powerpc-linux-gnu-gcc -E -g -Os -fpic -mrelocatable -ff

Re: [U-Boot] Build error of u-boot mater branch

2013-06-27 Thread Bo Shen
Hi Enric, 于 6/27/2013 10:55 PM, Enric Balletbo Serra 写道: Hi Bo, 2013/6/27 Bo Shen : Hi All, When build u-boot master branch, I meet the following of error. ---8>--- lib/rsa/rsa-sign.c:26:25: fatal error: openssl/rsa.h: No such file or directory ---<8--- The master git commit id I build is:

Re: [U-Boot] Build error of u-boot mater branch

2013-06-27 Thread Enric Balletbo Serra
Hi Bo, 2013/6/27 Bo Shen : > Hi All, > When build u-boot master branch, I meet the following of error. > ---8>--- > lib/rsa/rsa-sign.c:26:25: fatal error: openssl/rsa.h: No such file or > directory > ---<8--- > > The master git commit id I build is: > 1b9591c2375d59be333c98c760e06605007e20c3 (Co

[U-Boot] Build error of u-boot mater branch

2013-06-27 Thread Bo Shen
Hi All, When build u-boot master branch, I meet the following of error. ---8>--- lib/rsa/rsa-sign.c:26:25: fatal error: openssl/rsa.h: No such file or directory ---<8--- The master git commit id I build is: 1b9591c2375d59be333c98c760e06605007e20c3 (ColdFire: Update the arch_global_date changes f

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,

Re: [U-Boot] Build error in davinci_emac driver

2011-08-02 Thread Hiremath, Vaibhav
> -Original Message- > From: Paulraj, Sandeep > Sent: Tuesday, August 02, 2011 9:19 PM > To: Hiremath, Vaibhav > Cc: U-Boot@lists.denx.de > Subject: RE: Build error in davinci_emac driver > > > > > Sandeep, > > > > Few of your commits will not allow using davinci_emac driver for non- > >

Re: [U-Boot] Build error in davinci_emac driver

2011-08-02 Thread Paulraj, Sandeep
> > Sandeep, > > Few of your commits will not allow using davinci_emac driver for non- > davinci family of devices. For example, This has happened in the kernel also. How is a developer supposed to know which new devices are in the pipeline. Infact we recently had a case in the kernel NAND dr

[U-Boot] Build error in davinci_emac driver

2011-08-01 Thread Hiremath, Vaibhav
Sandeep, Few of your commits will not allow using davinci_emac driver for non-davinci family of devices. For example, commit 840f8923a076b02b983cf58c9466b5bdf5957133 Author: Sandeep Paulraj Date: Tue Dec 28 15:43:16 2010 -0500 DaVinci DM6467: Added ET1011C (LSI) PHY support This adds ne

Re: [U-Boot] Build error with the master branch

2011-01-27 Thread Albert ARIBAUD
Le 27/01/2011 12:12, Stefano Babic a écrit : > On 01/27/2011 08:42 AM, Jason Liu wrote: >> Hi, There, >> > > Hi Jason, > >> >> I found this error is related with the following commit: >> >> commit 8aba9dceebb14144e07d19593111ee3a999c37fc >> >> Are you aware of that? > > I can confirm this problem,

Re: [U-Boot] Build error with the master branch

2011-01-27 Thread Stefano Babic
On 01/27/2011 08:42 AM, Jason Liu wrote: > Hi, There, > Hi Jason, > > I found this error is related with the following commit: > > commit 8aba9dceebb14144e07d19593111ee3a999c37fc > > Are you aware of that? I can confirm this problem, and it is relevant for arm only. As far I can understand a

Re: [U-Boot] Build error with the master branch

2011-01-27 Thread Wolfgang Denk
Dear Jason Liu, In message you wrote: > Hi, There, > > I met an error when building on the latest master branch of uboot, the > error as the following, > > arm-none-linux-gnueabi-gcc -g -Os -fno-common -ffixed-r8 > -msoft-float -D__KERNEL__ > -DCONFIG_SYS_TEXT_BASE=0x9780 -I/home/r64

Re: [U-Boot] Build error with the master branch

2011-01-27 Thread Loïc Minier
On Thu, Jan 27, 2011, Jason Liu wrote: > arm-none-linux-gnueabi-ld -pie -r -o libstubs.o stubs.o > arm-none-linux-gnueabi-ld: -r and -shared may not be used together > > I found this error is related with the following commit: > commit 8aba9dceebb14144e07d19593111ee3a999c37fc I've noticed the

[U-Boot] Build error with the master branch

2011-01-26 Thread Jason Liu
Hi, There, I met an error when building on the latest master branch of uboot, the error as the following, arm-none-linux-gnueabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x9780 -I/home/r64343/work_space/u-boot-upstream /u-boot/include -fno-built

Re: [U-Boot] Build error found when using CONFIG_CMD_UBIFS

2009-11-09 Thread Wolfgang Denk
Dear "Lv Terry-R65388", In message <1ae74f652ecb1440b73dd7c2c20842d1a0c...@zch01exm27.fsl.freescale.net> you wrote: > > I have encountered a build error when trying to build ubifs on > u-boot v2009.08. And is the error still present when using current code (top of tree in git, or at least v

[U-Boot] Build error found when using CONFIG_CMD_UBIFS

2009-11-09 Thread Lv Terry-R65388
Hi All, I have encountered a build error when trying to build ubifs on u-boot v2009.08. Have anyone met this error before and how to fix it? In file included from ubifs.c:26: ubifs.h:469: error: conflicting types for '__set_bit' /home/r65388/uboot-v2009.08/uboot-imx/include/asm/bi

Re: [U-Boot] U-Boot Build Error 1 :invalid option

2008-09-21 Thread Wolfgang Denk
Dear "Patel Dipen-B16700", In message <[EMAIL PROTECTED]> you wrote: > > I tried building u-boot image for ep8248 board but it failed when I > typed > > $ make distclean > $ make ep8248_config > : invalid option > make: *** [ep8248_config] Error 1 > $ Are you sure your download was intact and

[U-Boot] U-Boot Build Error 1 :invalid option

2008-09-19 Thread Patel Dipen-B16700
Hi, I am relatively new to U-Boot. I tried building u-boot image for ep8248 board but it failed when I typed $ make distclean $ make ep8248_config : invalid option make: *** [ep8248_config] Error 1 $ I am using u-boot version 1.3.2 Can anybody let me know what is this error and how to o