From: Thomas Elste <thomas.elste@imms.de>
To: <meta-freescale@yoctoproject.org>
Subject: xserver-xorg build failure
Date: Wed, 11 Jun 2014 17:01:10 +0200 [thread overview]
Message-ID: <op.xhapb8bhaqzt3c@pluto> (raw)
Hi,
I'm trying to build an Angstrom 2013.12 image for Sabre Board using
Angstrom setups-scripts. This fails for me while compiling
xserver-xorg_1.14.0 with the following error messages:
-------
{standard input}: Assembler messages:
{standard input}:7930: Error: thumb conditional instruction should be in IT block -- `strexeq r1,r0,[r2]'
{standard input}:7931: Error: thumb conditional instruction should be in IT block -- `movne r1,#1'
-------
And some more of this. The source of these error messages is some inline
assembler included through drm.h from staging directory. The assembler section
in question gets added by meta-fsl-arm/recipes-graphics/drm/libdrm_%.bbappend.
I was able to resolve this and compile successfully by adding the (missing?)
"ite" instruction to the assembler block to make it Thumb2 compatible. But I'm
not sure if this is the right way. This could be a toolchain problem, too.
Did somebody else encountered this problem while building images for imx6? Whats
your opinion on how to fix this?
Thanks a log and regards
Thomas
PS:
Steps to reproduce:
git clone https://github.com/Angstrom-distribution/setup-scripts.git
cd setup-scripts
git checkout angstrom-v2013.12-yocto1.5
MACHINE="imx6qsabresd" ./oebb.sh config imx6qsabresd
echo 'ACCEPT_FSL_EULA = "1"' >> conf/local.conf
bitbake xserver-xorg
next reply other threads:[~2014-06-11 15:17 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-06-11 15:01 Thomas Elste [this message]
2014-06-13 3:06 ` xserver-xorg build failure Otavio Salvador
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=op.xhapb8bhaqzt3c@pluto \
--to=thomas.elste@imms.de \
--cc=meta-freescale@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.