All of lore.kernel.org
 help / color / mirror / Atom feed
* build error of u-boot on branch dora
@ 2013-10-01  9:25 jojo
  2013-10-01 10:54 ` 回复: uild " jojo
  0 siblings, 1 reply; 7+ messages in thread
From: jojo @ 2013-10-01  9:25 UTC (permalink / raw)
  To: meta-freescale

[-- Attachment #1: Type: text/plain, Size: 3728 bytes --]

Hi, 

i run "bitbake fsl-image-gui", how to fix this issue of u-boot ?

Build Configuration:
BB_VERSION        = "1.20.0"
BUILD_SYS         = "i686-linux"
NATIVELSBSTRING   = "Ubuntu-12.04"
TARGET_SYS        = "arm-poky-linux-gnueabi"
MACHINE           = "imx6qsabresd"
DISTRO            = "poky"
DISTRO_VERSION    = "1.5"
TUNE_FEATURES     = "armv7a vfp neon callconvention-hard cortexa9"
TARGET_FPU        = "vfp-neon"
meta              
meta-yocto        = "(nobranch):4d8ab87d25ea6e59dc88375813ef88ee0ac813d0"
meta-oe           = "(nobranch):8aafddccb03f54923927e9d1c8c80223baf581de"
meta-fsl-arm      = "(nobranch):2076ae7530a7ed2aa40678502598e74b0f533def"
meta-fsl-arm-extra = "(nobranch):cc64dc7e894915e9be4e6ac34e01a4f5c123b7b4"
meta-fsl-demos    = "(nobranch):393b0119d513f9abf7b0570ab0d32b81583dedca"



make[1]: Entering directory `/home/jojo/worl/freescale/fsl-community-bsp-dora/build/tmp/work/imx6qsabresd-poky-linux-gnueabi/u-boot-fslc/v2013.10-r0/git/drivers/usb/ulpi'
rm -f libusb_ulpi.o; arm-poky-linux-gnueabi-ar rcs libusb_ulpi.o 
make[1]: Leaving directory `/home/jojo/worl/freescale/fsl-community-bsp-dora/build/tmp/work/imx6qsabresd-poky-linux-gnueabi/u-boot-fslc/v2013.10-r0/git/drivers/usb/ulpi'
arm-poky-linux-gnueabi-gcc  --sysroot=/home/jojo/worl/freescale/fsl-community-bsp-dora/build/tmp/sysroots/imx6qsabresd  -g  -Os   -ffunction-sections -fdata-sections -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x17800000 -I/home/jojo/worl/freescale/fsl-community-bsp-dora/build/tmp/work/imx6qsabresd-poky-linux-gnueabi/u-boot-fslc/v2013.10-r0/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/jojo/worl/freescale/fsl-community-bsp-dora/build/tmp/sysroots/i686-linux/usr/lib/cortexa9hf-vfp-neon-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.8.1/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fstack-usage     -o cmd_flash.o cmd_flash.c -c
cfb_console.c:270:22: fatal error: bmp_logo.h: No such file or directory
 #include <bmp_logo.h>
                      ^
compilation terminated.
arm-poky-linux-gnueabi-gcc  --sysroot=/home/jojo/worl/freescale/fsl-community-bsp-dora/build/tmp/sysroots/imx6qsabresd -M -g  -Os   -ffunction-sections -fdata-sections -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x17800000 -I/home/jojo/worl/freescale/fsl-community-bsp-dora/build/tmp/work/imx6qsabresd-poky-linux-gnueabi/u-boot-fslc/v2013.10-r0/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/jojo/worl/freescale/fsl-community-bsp-dora/build/tmp/sysroots/i686-linux/usr/lib/cortexa9hf-vfp-neon-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.8.1/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a   -MQ ipu_common.o ipu_common.c >.depend.ipu_common
arm-poky-linux-gnueabi-gcc  --sysroot=/home/jojo/worl/freescale/fsl-community-bsp-dora/build/tmp/sysroots/imx6qsabresd -M -g  -Os   -ffunction-sections -fdata-sections -fno-common -ffixed-r8 -msoft-float  -D__KERNEL__ -DCONFIG_SYS_TEXT_BASE=0x17800000 -I/home/jojo/worl/freescale/fsl-community-bsp-dora/build/tmp/work/imx6qsabresd-poky-linux-gnueabi/u-boot-fslc/v2013.10-r0/git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/jojo/worl/freescale/fsl-community-bsp-dora/build/tmp/sysroots/i686-linux/usr/lib/cortexa9hf-vfp-neon-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.8.1/include -pipe  -DCONFIG_ARM -D__ARM__ -marm -mno-thumb-interwork -mabi=aapcs-linux -march=armv7-a   -MQ ipu_disp.o ipu_disp.c >.depend.ipu_disp


Thanks,

- Jojo


[-- Attachment #2: Type: text/html, Size: 4754 bytes --]

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

end of thread, other threads:[~2013-10-01 18:36 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-01  9:25 build error of u-boot on branch dora jojo
2013-10-01 10:54 ` 回复: uild " jojo
2013-10-01 12:28   ` jojo
2013-10-01 12:41     ` 回复: build " Otavio Salvador
2013-10-01 13:35     ` Daiane Angolini
2013-10-01 13:36       ` Daiane Angolini
2013-10-01 18:36         ` Otavio Salvador

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.