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
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
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
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
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
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
> -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,
>
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
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
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
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
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
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
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
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
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
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?
>
>
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
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
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
-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
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
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
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:
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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,
> -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-
> >
>
> 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
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
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,
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
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
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
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
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
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
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
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
51 matches
Mail list logo