[EMAIL PROTECTED] kirjoitti:
Dear Gurus,
I have compiled ppc(!)-xenomai with debug information (configure --enable-debug), so far so good (compiling of xenomai itself and it´s libraries, testsuite etc. was successful).
Buuuut ..., when compiling the vxWorks-demos (ksrc/skins/vxworks/demos/*.c), I get an error message about an undefined refernce __xnarch_xchg_called_with_bad_pointer. I searched for this mysterious function, but could only find it in asm-powerpc/atomic.h, where it is declared as external (extern void __xnarch_xchg_called_with_bad_pointer(void);).
Does anybody know, where I can get the implementation of this function, or what
I have to do else to get rid of the error message ?
You might also want to read the comment near the extern declaration of
the function in atomic.h, where it says that the function is not even
intended to be implemented. The error means somebody called *atomic_xchg
with wrong arguments (or there's something else wrong like inlines not
working).
-- Heikki Lindholm
_______________________________________________
Xenomai-help mailing list
Xenomai-help@gna.org
https://mail.gna.org/listinfo/xenomai-help