From: Koen Kooi <k.kooi@student.utwente.nl>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [PATCH 2/2] gst-openmax: do not use `-Werror` in `CFLAGS` to fix build
Date: Wed, 19 Jan 2011 08:24:33 +0100 [thread overview]
Message-ID: <ih63jh$6lr$4@dough.gmane.org> (raw)
In-Reply-To: <1295395744.32079.63.camel@mattotaupa>
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On 19-01-11 01:09, Paul Menzel wrote:
> Date: Tue, 18 Jan 2011 16:34:51 +0100
>
> Task `compile` fails with the following error using `angstrom-2008.1` for `MACHINE = "beagleboard"`.
>
> arm-angstrom-linux-gnueabi-libtool: compile: arm-angstrom-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb -DHAVE_CONFIG_H -I. -I.. -isystem/oe/build/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi/usr/include -I./headers -I../gst-libs -I../gst-libs -pthread -I/oe/build/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi/usr/include/gstreamer-0.10 -I/oe/build/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi/usr/include/glib-2.0 -I/oe/build/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi/usr/lib/glib-2.0/include -I/oe/build/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi/usr/include/libxml2 -Wall -Werror -g -DGST_DISABLE_DEPRECATED -pthread -I/oe/build/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi/usr/include/gstreamer-0.10 -I/oe/build/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi/usr/include/glib-2.0 -I/oe/build/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi/usr/lib/glib-2.0/includ
e -I/oe/build/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi/usr/include/libxml2 -I../util -isystem/oe/build/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi/usr/include -fexpensive-optimizations -frename-registers -fomit-frame-pointer -O2 -ggdb2 -MT libgstomx_la-gstomx_base_videoenc.lo -MD -MP -MF .deps/libgstomx_la-gstomx_base_videoenc.Tpo -c gstomx_base_videoenc.c -fPIC -DPIC -o .libs/libgstomx_la-gstomx_base_videoenc.o
> cc1: warnings being treated as errors
> gstomx_base_videoenc.c: In function 'sink_setcaps':
> gstomx_base_videoenc.c:239: error: implicit declaration of function 'free'
> gstomx_base_videoenc.c:239: error: incompatible implicit declaration of built-in function 'free'
> gstomx_base_videoenc.c: In function 'omx_setup':
> gstomx_base_videoenc.c:326: error: incompatible implicit declaration of built-in function 'free'
> cc1: warnings being treated as errors
> gstomx_base_filter.c: In function 'setup_ports':
> gstomx_base_filter.c:65: error: implicit declaration of function 'free'
> gstomx_base_filter.c:65: error: incompatible implicit declaration of built-in function 'free'
> gstomx_base_filter.c: In function 'output_loop':
> gstomx_base_filter.c:387: error: format '%d' expects type 'int', but argument 8 has type 'OMX_U32'
> gstomx_base_filter.c: In function 'pad_chain':
> gstomx_base_filter.c:476: error: format '%lu' expects type 'long unsigned int', but argument 8 has type 'guint'
> make[2]: *** [libgstomx_la-gstomx_base_videoenc.lo] Error 1
> make[2]: *** Waiting for unfinished jobs....
> cc1: warnings being treated as errors
> gstomx_base_videodec.c: In function 'settings_changed_cb':
> gstomx_base_videodec.c:111: error: implicit declaration of function 'calloc'
> gstomx_base_videodec.c:111: error: incompatible implicit declaration of built-in function 'calloc'
> gstomx_base_videodec.c:135: error: implicit declaration of function 'free'
> gstomx_base_videodec.c:135: error: incompatible implicit declaration of built-in function 'free'
> gstomx_base_videodec.c: In function 'sink_setcaps':
> gstomx_base_videodec.c:179: error: incompatible implicit declaration of built-in function 'calloc'
> gstomx_base_videodec.c:208: error: incompatible implicit declaration of built-in function 'free'
> gstomx_base_videodec.c: In function 'omx_setup':
> gstomx_base_videodec.c:229: error: incompatible implicit declaration of built-in function 'calloc'
> gstomx_base_videodec.c:291: error: incompatible implicit declaration of built-in function 'free'
> make[2]: *** [libgstomx_la-gstomx_base_filter.lo] Error 1
> make[2]: *** [libgstomx_la-gstomx_base_videodec.lo] Error 1
> arm-angstrom-linux-gnueabi-libtool: compile: arm-angstrom-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb -DHAVE_CONFIG_H -I. -I.. -isystem/oe/build/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi/usr/include -I./headers -I../gst-libs -I../gst-libs -pthread -I/oe/build/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi/usr/include/gstreamer-0.10 -I/oe/build/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi/usr/include/glib-2.0 -I/oe/build/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi/usr/lib/glib-2.0/include -I/oe/build/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi/usr/include/libxml2 -Wall -Werror -g -DGST_DISABLE_DEPRECATED -pthread -I/oe/build/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi/usr/include/gstreamer-0.10 -I/oe/build/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi/usr/include/glib-2.0 -I/oe/build/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi/usr/lib/glib-2.0/includ
e -I/oe/build/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi/usr/include/libxml2 -I../util -isystem/oe/build/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi/usr/include -fexpensive-optimizations -frename-registers -fomit-frame-pointer -O2 -ggdb2 -MT libgstomx_la-gstomx.lo -MD -MP -MF .deps/libgstomx_la-gstomx.Tpo -c gstomx.c -o libgstomx_la-gstomx.o >/dev/null 2>&1
> mv -f .deps/libgstomx_la-gstomx.Tpo .deps/libgstomx_la-gstomx.Plo
> make[2]: Leaving directory `/oe/build/angstrom-dev/work/armv7a-angstrom-linux-gnueabi/gst-openmax-0.10.0.4-r0/gst-openmax-0.10.0.4/omx'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/oe/build/angstrom-dev/work/armv7a-angstrom-linux-gnueabi/gst-openmax-0.10.0.4-r0/gst-openmax-0.10.0.4'
> make: *** [all] Error 2
> FATAL: oe_runmake failed
> ERROR: Function do_compile failed
>
> `configure.ac` contains
>
> dnl These flags can be overridden at make time:
> dnl make ERROR_CFLAGS=
> AC_DEFUN([AG_GST_SET_ERROR_CFLAGS],
> [
> AC_REQUIRE([AC_PROG_CC])
> AC_REQUIRE([AS_COMPILER_FLAG])
>
> […]
>
> dnl if asked for, add -Werror if supported
> if test "x$1" != "xno"
> then
> AS_COMPILER_FLAG(-Werror, ERROR_CFLAGS="$ERROR_CFLAGS -Werror")
>
> and so set `ERROR_FLAGS` only to `-Wall`. This fixes the build.
>
> Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
Acked-by: Koen Kooi <koen@openembedded.org>
> ---
> recipes/openmax/gst-openmax_0.10.0.4.bb | 2 ++
> 1 files changed, 2 insertions(+), 0 deletions(-)
>
> diff --git a/recipes/openmax/gst-openmax_0.10.0.4.bb b/recipes/openmax/gst-openmax_0.10.0.4.bb
> index b05b65f..66a8e47 100644
> --- a/recipes/openmax/gst-openmax_0.10.0.4.bb
> +++ b/recipes/openmax/gst-openmax_0.10.0.4.bb
> @@ -7,6 +7,8 @@ SRC_URI = "http://gstreamer.freedesktop.org/src/gst-openmax/pre/gst-openmax-${PV
>
> inherit autotools
>
> +EXTRA_OEMAKE += "'ERROR_CFLAGS=-Wall'"
> +
> FILES_${PN} += "${libdir}/gstreamer-0.10/*.so"
> FILES_${PN}-dbg += "${libdir}/gstreamer-0.10/.debug"
> FILES_${PN}-dev += "${libdir}/gstreamer-0.10/*.*a"
>
>
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)
iD8DBQFNNpGxMkyGM64RGpERAkexAJ0dnEExJEP//i1O7p7S+Bgtn8zAwgCglcv3
CDgB+u7RBQy53EsKWsMs+ZM=
=4uKq
-----END PGP SIGNATURE-----
next prev parent reply other threads:[~2011-01-19 7:30 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-01-18 23:54 [PATCH 1/2] gst-openmax: remove obsolete patch Paul Menzel
2011-01-19 0:09 ` [PATCH 2/2] gst-openmax: do not use `-Werror` in `CFLAGS` to fix build Paul Menzel
2011-01-19 7:24 ` Koen Kooi [this message]
2011-01-19 7:24 ` [PATCH 1/2] gst-openmax: remove obsolete patch Koen Kooi
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='ih63jh$6lr$4@dough.gmane.org' \
--to=k.kooi@student.utwente.nl \
--cc=openembedded-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.