From: Andrei Gherzan <andrei@gherzan.ro>
To: Tom Doehring <toolmmy@googlemail.com>
Cc: yocto@yoctoproject.org
Subject: Re: [meta-raspberrypi][PATCH] userland: Fix multiple inline issues while building with gcc 5.x
Date: Fri, 2 Oct 2015 23:29:46 +0200 [thread overview]
Message-ID: <20151002212946.GA11827@resin> (raw)
In-Reply-To: <1443360854-14668-1-git-send-email-toolmmy@googlemail.com>
On Sun, Sep 27, 2015 at 03:34:14PM +0200, Tom Doehring wrote:
> Building userland source with gcc 5.x causes multiple issues such as:
>
> vcos_thread.h:186:15: warning: inline function 'vcos_thread_get_affinity' declared but never defined
> | VCOS_UNSIGNED vcos_thread_get_affinity(VCOS_THREAD_T *thread);
>
> The following patches fixes these issues and allows building userland on the current
> poky master branch.
>
> Signed-off-by: Tom Doehring <toolmmy@googlemail.com>
> ---
> .../userland/0001-Use-newer-POSIX-macro.patch | 35 ----------------------
> .../userland/0001-fix-gcc-5.x-inlines.patch | 26 ++++++++++++++++
> .../userland/userland/0002-fix-musl-build.patch | 22 ++++++++++++++
> .../0003-fix-alloc-size-uninitialized.patch | 13 ++++++++
> recipes-graphics/userland/userland_git.bb | 13 +++++---
> 5 files changed, 70 insertions(+), 39 deletions(-)
> delete mode 100644 recipes-graphics/userland/userland/0001-Use-newer-POSIX-macro.patch
> create mode 100644 recipes-graphics/userland/userland/0001-fix-gcc-5.x-inlines.patch
> create mode 100644 recipes-graphics/userland/userland/0002-fix-musl-build.patch
> create mode 100644 recipes-graphics/userland/userland/0003-fix-alloc-size-uninitialized.patch
>
Tested on GCC 5.2.0 and worked fine. Merged to master. Thank you.
--
Andrei Gherzan
prev parent reply other threads:[~2015-10-02 21:29 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-09-27 13:34 [meta-raspberrypi][PATCH] userland: Fix multiple inline issues while building with gcc 5.x Tom Doehring
2015-09-28 15:13 ` Gary Thomas
2015-09-28 16:04 ` Khem Raj
2015-10-02 21:29 ` Andrei Gherzan [this message]
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=20151002212946.GA11827@resin \
--to=andrei@gherzan.ro \
--cc=toolmmy@googlemail.com \
--cc=yocto@yoctoproject.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.