Tagged Questions
6
votes
2answers
69k views
Linux error while loading shared libraries: cannot open shared object file: No such file or directory
Program is part of the Xenomai test suite, cross-compiled from Linux PC into Linux+Xenomai ARM toolchain.
# echo $LD_LIBRARY_PATH ...
1
vote
0answers
107 views
Is there a safe way to call gettimeofday() from a Xenomai real time thread?
I'm running a Xenomai real time thread that sometimes needs to call gettimeofday(), in order to find out what the current time is according to ptpd.
However, doing that appears to be unsafe: in ...
1
vote
4answers
4k views
How to compile and install a Linux kernel into an ARM kit
I have an ARM kit beside me and a Linux kernel source code patched with Xenomai on my machine. I understand I can send data to the kit through an USB cable and a (windows-based, of course) software, ...