On 10/01/2014 09:35 AM, Stratiyenko Roman wrote: > Hello, > > Today I downloaded latest xenomai 3 from git. > I want to try mercury version > I did ./configure --with-core=mercury > after make, I have error compiling testsuite > > ../../lib/copperplate/.libs/libcopperplate.so: undefined reference to > `timer_create' > ../../lib/copperplate/.libs/libcopperplate.so: undefined reference to > `timer_delete' > ../../lib/copperplate/.libs/libcopperplate.so: undefined reference to > `timer_settime' > collect2: error: ld returned 1 exit status > > What am I doing wrong? >
Nothing, a dependency on librt seems to be unresolved in your case. Please pull the updates from the -next branch and try again. Feedback welcome. Thanks, -- Philippe. _______________________________________________ Xenomai mailing list [email protected] http://www.xenomai.org/mailman/listinfo/xenomai
