<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/4.2.3">
</HEAD>
<BODY>
Thanks for the reply Yury!<BR>
I added --target=qnx to the configure so it now looks like this:<BR>
./configure --with-x --target=qnx --prefix=/home/jon/popqt--enable-poppler-qt4 POPPLER_QT4_LIBS=-L/home/jon/QtQNX/ARM/lib POPPLER_QT4_CFLAGS=-I/home/jon/QtQNX/ARM/include POPPLER_QT4_TEST_LIBS=-L/home/jon/QtQNX/ARM/lib&nbsp; POPPLER_QT4_TEST_CFLAGS=-I/home/jon/QtQNX/ARM/include MOCQT4=/home/jon/QtQNX/ARM/bin/moc PKG_CONFIG_PATH=/home/jon/QtQNX/ARM/lib/pkgconfig<BR>
But I still am not getting it to build, its generating the same error on the qatomic_armv5.h that I posted below, I forgot to mention in the previous email that its the ArthurOutputDev.lo that's generating the assembler errors, here is the error summary after make fails:<BR>
make[3]: *** [ArthurOutputDev.lo] Error 1<BR>
make[3]: Leaving directory `/home/jon/poppler/poppler'<BR>
make[2]: *** [all] Error 2<BR>
make[2]: Leaving directory `/home/jon/poppler/poppler'<BR>
make[1]: *** [all-recursive] Error 1<BR>
make[1]: Leaving directory `/home/jon/poppler'<BR>
make: *** [all] Error 2<BR>
<BR>
Any suggestions?<BR>
Cheers,<BR>
Jon<BR>
<BR>
On Sat, 2012-04-07 at 09:25 +0400, Yury G. Kudryashov wrote:
<BLOCKQUOTE TYPE=CITE>
<PRE>
Jon wrote:

&gt; Hello all,
&gt; I am trying to build the poppler libs for use in a Qt app for the
&gt; Blackberry Playbook (QNX armv7le).
&gt; I am running fedora16 64bit on my dev machine.
&gt; I configured poppler against the Qt4.8.1 libs built for the playbook
&gt; (qnx) with this:
&gt; ./configure --with-x --enable-poppler-qt4
&gt; 
&gt; Is this the correct approach?
Are you sure your build uses cross-compiler? It seems that it tries to 
interpret ARM assembler as x86_64 assembler (disclaimer: I don't know 
assembler).

Probably you need to add --target flag to ./configure call.
</PRE>
</BLOCKQUOTE>
<BR>
</BODY>
</HTML>