From: Tom Rini <tom_rini@mentor.com>
To: <openembedded-devel@lists.openembedded.org>
Subject: Re: perl-native_5.10.1 fails
Date: Wed, 16 Mar 2011 15:01:02 -0700 [thread overview]
Message-ID: <4D81331E.2070604@mentor.com> (raw)
In-Reply-To: <4D81226B.4060704@gmail.com>
On 03/16/2011 01:49 PM, Jan Paesmans wrote:
> Hi all,
>
> When trying to build an x11-image for pm9263 with angstrom-2010.x,
> perl-native fails to build.
> The error is listed below. As far as I can tell, the problem is that a
> gcc flag is passed to the linker, -fstack-protector. I tried to find out
> where this -fstack-protector could come from, but the only trace I could
> find was in the Configure of perl-native itself. There is no mention
> that it is set when Configure is called in the configure step, nor in
> any of the environment variables during the do_configure or do_compile step.
>
> I run Ubuntu 10.10 with gold as the linker. I thought that it might be
> the gold linker but neither gold nor ld seem to have this option when
> reviewing the man-page.
Can you edit the recipe and add in:
EXTRA_OEMAKE = 'LD="${CCLD}"'
And do a bitbake -c clean perl-native then bitbake perl-native
Thanks.
--
Tom Rini
Mentor Graphics Corporation
next prev parent reply other threads:[~2011-03-16 22:03 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-03-16 20:49 perl-native_5.10.1 fails Jan Paesmans
2011-03-16 22:01 ` Tom Rini [this message]
2011-03-16 23:56 ` Jan Paesmans
2011-03-19 14:01 ` Tom Rini
2011-03-19 18:44 ` Khem Raj
2011-03-22 19:36 ` Jan Paesmans
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=4D81331E.2070604@mentor.com \
--to=tom_rini@mentor.com \
--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.