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 _______________________________________________ [email protected]: X.Org support Archives: http://lists.freedesktop.org/archives/xorg Info: http://lists.freedesktop.org/mailman/listinfo/xorg Your subscription address: [email protected]
