24 Sep
2008
24 Sep
'08
3 p.m.
On Wed, Sep 24, 2008 at 9:53 AM, Rudi Dittrich
Dear all,
I've got the following problem: I want to use the boost threading library provided in version 1.36 on an arm (imx31) based evaluation board with MontaVista linux and g++ version 4.2.0 on it. When I try to compile the following example with my arm-g++ compiler
I ran into this same problem on ARM. Sounds like you've found the fix, but FYI: I just made Boost short-circuit the tests for GCC-specific atomic code on ARM, and use the generic pthreads versions instead. See the attached patch. -- Matthew L. Creech