All of lore.kernel.org
 help / color / mirror / Atom feed
* [`bitbake initramfs-kexecboot-image`] [kexecboot_git.bb] ERROR: function do_compile failed
@ 2009-12-29 23:39 Paul Menzel
  2009-12-30  8:49 ` Koen Kooi
  0 siblings, 1 reply; 2+ messages in thread
From: Paul Menzel @ 2009-12-29 23:39 UTC (permalink / raw)
  To: openembedded-devel


[-- Attachment #1.1: Type: text/plain, Size: 1686 bytes --]

Dear OpenEmbedded hackers,


after reading Koen’s reply [1] I tried to `bitbake
initramfs-kexecboot-image`. But do_compile failed for kexecboot_git.bb.
Here is the snippet from the error log.

        […]
        In file included from util.h:24,
                         from cfgparser.c:40:
        /oe/angstrom-dev/staging/armv7a-angstrom-linux-gnueabi/lib/klibc/include/asm/setup.h:143: error: expected specifier-qualifier-list before 'u8'
        In file included from util.h:24,
                         from devicescan.c:37:
        /oe/angstrom-dev/staging/armv7a-angstrom-linux-gnueabi/lib/klibc/include/asm/setup.h:143: error: expected specifier-qualifier-list before 'u8'
        make[1]: *** [cfgparser.o] Error 1
        make[1]: *** Waiting for unfinished jobs....
        make[1]: *** [devicescan.o] Error 1
        In file included from util.h:24,
                         from fb.h:34,
                         from fb.c:25:
        /oe/angstrom-dev/staging/armv7a-angstrom-linux-gnueabi/lib/klibc/include/asm/setup.h:143: error: expected specifier-qualifier-list before 'u8'
        make[1]: *** [fb.o] Error 1
        In file included from util.h:24,
                         from fb.h:34,
                         from gui.c:23:
        /oe/angstrom-dev/staging/armv7a-angstrom-linux-gnueabi/lib/klibc/include/asm/setup.h:143: error: expected specifier-qualifier-list before 'u8'
        make[1]: *** [gui.o] Error 1
        […]

I am building angstrom-2008.1 for beagleboard. The full log and
local.conf is attached.


Thanks,

Paul


[1] http://lists.linuxtogo.org/pipermail/openembedded-devel/2009-December/015845.html

[-- Attachment #1.2: local.conf --]
[-- Type: text/plain, Size: 670 bytes --]

# Where to store sources
DL_DIR = "${OETREE}/downloads"

INHERIT += " rm_work "

# Make sure you have these installed
ASSUME_PROVIDED += "gdk-pixbuf-csource-native imagemagick-native librsvg-native"

# Which files do we want to parse:
BBFILES := "${OETREE}/openembedded/recipes/*/*.bb"
BBMASK = ""
 
# What kind of images do we want?
IMAGE_FSTYPES += " tar.bz2 "

# Set TMPDIR instead of defaulting it to $pwd/tmp
TMPDIR = "${OETREE}/${DISTRO}-dev"

# Make use of SMP and fast disks
PARALLEL_MAKE = "-j4"
BB_NUMBER_THREADS = "4"

DISTRO = "angstrom-2008.1"

MACHINE = "beagleboard"
BUILD_ARCH = "i686"
BUILD_OS = "linux"

BB_NICE_LEVEL="19"

[-- Attachment #1.3: log.do_compile.9705 --]
[-- Type: text/plain, Size: 2894 bytes --]

NOTE: make -j4
make  all-am
make[1]: Entering directory `/oe/angstrom-dev/work/armv7a-angstrom-linux-gnueabi/kexecboot-0.5-r10+gitr76f764cebe1fb0207b44850b52eb5f57ece6f363/git'
arm-angstrom-linux-gnueabi-klcc -DHAVE_CONFIG_H -I.   -isystem/oe/angstrom-dev/staging/armv7a-angstrom-linux-gnueabi/usr/include -Wall -isystem/oe/angstrom-dev/staging/armv7a-angstrom-linux-gnueabi/usr/include -fexpensive-optimizations -frename-registers -fomit-frame-pointer -O2 -ggdb3 -MT cfgparser.o -MD -MP -MF .deps/cfgparser.Tpo -c -o cfgparser.o cfgparser.c
arm-angstrom-linux-gnueabi-klcc -DHAVE_CONFIG_H -I.   -isystem/oe/angstrom-dev/staging/armv7a-angstrom-linux-gnueabi/usr/include -Wall -isystem/oe/angstrom-dev/staging/armv7a-angstrom-linux-gnueabi/usr/include -fexpensive-optimizations -frename-registers -fomit-frame-pointer -O2 -ggdb3 -MT devicescan.o -MD -MP -MF .deps/devicescan.Tpo -c -o devicescan.o devicescan.c
arm-angstrom-linux-gnueabi-klcc -DHAVE_CONFIG_H -I.   -isystem/oe/angstrom-dev/staging/armv7a-angstrom-linux-gnueabi/usr/include -Wall -isystem/oe/angstrom-dev/staging/armv7a-angstrom-linux-gnueabi/usr/include -fexpensive-optimizations -frename-registers -fomit-frame-pointer -O2 -ggdb3 -MT fb.o -MD -MP -MF .deps/fb.Tpo -c -o fb.o fb.c
arm-angstrom-linux-gnueabi-klcc -DHAVE_CONFIG_H -I.   -isystem/oe/angstrom-dev/staging/armv7a-angstrom-linux-gnueabi/usr/include -Wall -isystem/oe/angstrom-dev/staging/armv7a-angstrom-linux-gnueabi/usr/include -fexpensive-optimizations -frename-registers -fomit-frame-pointer -O2 -ggdb3 -MT gui.o -MD -MP -MF .deps/gui.Tpo -c -o gui.o gui.c
In file included from util.h:24,
                 from cfgparser.c:40:
/oe/angstrom-dev/staging/armv7a-angstrom-linux-gnueabi/lib/klibc/include/asm/setup.h:143: error: expected specifier-qualifier-list before 'u8'
In file included from util.h:24,
                 from devicescan.c:37:
/oe/angstrom-dev/staging/armv7a-angstrom-linux-gnueabi/lib/klibc/include/asm/setup.h:143: error: expected specifier-qualifier-list before 'u8'
make[1]: *** [cfgparser.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make[1]: *** [devicescan.o] Error 1
In file included from util.h:24,
                 from fb.h:34,
                 from fb.c:25:
/oe/angstrom-dev/staging/armv7a-angstrom-linux-gnueabi/lib/klibc/include/asm/setup.h:143: error: expected specifier-qualifier-list before 'u8'
make[1]: *** [fb.o] Error 1
In file included from util.h:24,
                 from fb.h:34,
                 from gui.c:23:
/oe/angstrom-dev/staging/armv7a-angstrom-linux-gnueabi/lib/klibc/include/asm/setup.h:143: error: expected specifier-qualifier-list before 'u8'
make[1]: *** [gui.o] Error 1
make[1]: Leaving directory `/oe/angstrom-dev/work/armv7a-angstrom-linux-gnueabi/kexecboot-0.5-r10+gitr76f764cebe1fb0207b44850b52eb5f57ece6f363/git'
make: *** [all] Error 2
FATAL: oe_runmake failed

[-- Attachment #2: Dies ist ein digital signierter Nachrichtenteil --]
[-- Type: application/pgp-signature, Size: 205 bytes --]

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

end of thread, other threads:[~2009-12-30  8:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-29 23:39 [`bitbake initramfs-kexecboot-image`] [kexecboot_git.bb] ERROR: function do_compile failed Paul Menzel
2009-12-30  8:49 ` Koen Kooi

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.