Re: (no subject)
Peter Soetens <[email protected]>
| Newsgroups | gmane.science.robotics.orocos.devel |
|---|---|
| Message-ID | <CAMYDobUbH+rjxYOn0jLxZROzrB11cziUFW=vbgnQVAJaDEUZNA@mail.gmail.com> |
On Mon, Jan 14, 2013 at 12:13 PM, [email protected] <[email protected]> wrote: > the output of gdb ./main-test > > Reading symbols from > /home/laboratorio/orocos/orocos-toolchain/rtt/build/tests/main-test...done. > > (gdb) run > > Starting program: > /home/laboratorio/orocos/orocos-toolchain/rtt/build/tests/main-test > > [Thread debugging using libthread_db enabled] > > > Program terminated with signal SIGKILL, Killed. Hmm, that's right, you can't debug a kernel oops with GDB. I can't provide further help in debugging this without having an RTAI system of my own. It's likely that there has been a change in RTAI how it handles the LXRT calls, and that we still rely on older data structures. You could test this with turning the cmake option OS_AGNOSTIC off: cd rtt/build cmake .. -DOS_AGNOSTIC=OFF make check It's worth a try...although I can't predict how well all will build, it could be that you have to add extra RTAI include paths here and there in order to find the rtai_[...].h header files, especially when building components. Peter -- Orocos-Dev mailing list [email protected] http://lists.mech.kuleuven.be/mailman/listinfo/orocos-dev