Xorg Cross Compiling

Joerg Sonnenberger joerg at britannica.bec.de
Fri Oct 29 06:32:41 PDT 2010


On Fri, Oct 29, 2010 at 11:45:59AM -0000, Harsha Sukeerthi wrote:
> "/usr/local/arm-2010q1/bin/../lib/gcc/arm-none-linux-gnueabi/4.4.1/../../../../arm-none-linux-gnueabi/bin/ld: r300_dri.so.test: hidden symbol `__sync_sub_and_fetch_4' in /usr/local/arm-2010q1/bin/../lib/gcc/arm-none-linux-gnueabi/4.4.1/libgcc.a(linux-atomic.o) is referenced by DSO

The problem is that the code wants to use an atomic instruction that GCC
doesn't have a builtin for. Check your -march settings or whether the
architecture supports that at all.

Joerg



More information about the xorg mailing list