Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Waldemar Brodkorb <wbx@openadk.org>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] boost: disable wave support for coldfire
Date: Sun, 31 Jul 2016 18:46:26 +0200	[thread overview]
Message-ID: <20160731164626.GA9953@waldemar-brodkorb.de> (raw)

A big autogenerated C file is used, which does not fit
in the limited range provided for coldfire.
See here for a longer discussion about the type of issue:
http://uclinux-dev.uclinux.narkive.com/9HrogvzP/fatal-error-tried-to-convert-pc-relative

Fixes:
http://autobuild.buildroot.net/results/c0a8b73901956b393bebe7df3b7af26ade26fcbf/

Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
---
 package/boost/Config.in |    3 +++
 1 file changed, 3 insertions(+)

diff --git a/package/boost/Config.in b/package/boost/Config.in
index 51d4ed7..3a27ae2 100644
--- a/package/boost/Config.in
+++ b/package/boost/Config.in
@@ -159,5 +159,8 @@ config BR2_PACKAGE_BOOST_TYPE_ERASURE
 
 config BR2_PACKAGE_BOOST_WAVE
 	bool "boost-wave"
+	# limitation of assembler for coldfire
+	# error: Tried to convert PC relative branch to absolute jump
+	depends on !BR2_m68k_cf
 
 endif
-- 
1.7.10.4

             reply	other threads:[~2016-07-31 16:46 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-07-31 16:46 Waldemar Brodkorb [this message]
2016-08-01 18:30 ` [Buildroot] [PATCH] boost: disable wave support for coldfire Thomas Petazzoni

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=20160731164626.GA9953@waldemar-brodkorb.de \
    --to=wbx@openadk.org \
    --cc=buildroot@busybox.net \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox