Joe Reed wrote: > if you're using make build, your toolchain is not necessarily rebuilt. you > can rebuild it with 'sh build.sh -t' Yes, that's what I did. But the problems seems to be someting else: Christos told me to change "unsigned long" in atomic.h to "u_int32_t". This solves the problem. Thanks! :) Werner