Re: timer.h in rtdm module

2021-10-07 Thread Jan Kiszka via Xenomai
On 07.10.21 10:11, C Smith wrote: > Thanks for the insight. I removed the -isystem line, I don't know where > it came from, I have legacy xeno 2.6 Makefiles. I added a few more paths > to system headers. I am now getting a lot of redefined symbols errors.  > Here is current attempt to compile:

Re: timer.h in rtdm module

2021-10-07 Thread C Smith via Xenomai
Thanks for the insight. I removed the -isystem line, I don't know where it came from, I have legacy xeno 2.6 Makefiles. I added a few more paths to system headers. I am now getting a lot of redefined symbols errors. Here is current attempt to compile: (this is compiled while standing in

Re: timer.h in rtdm module

2021-10-06 Thread Jan Kiszka via Xenomai
On 06.10.21 09:40, C Smith via Xenomai wrote: > I have a legacy RTDM driver I am trying to port from Xenomai 2.6 to 3.1. I > am attempting to include the /usr/xenomai/include/trank headers. My app > uses some Alchemy API as well as RTDM API. In particular, rt_timer_read() > seems to require

timer.h in rtdm module

2021-10-06 Thread C Smith via Xenomai
I have a legacy RTDM driver I am trying to port from Xenomai 2.6 to 3.1. I am attempting to include the /usr/xenomai/include/trank headers. My app uses some Alchemy API as well as RTDM API. In particular, rt_timer_read() seems to require Alchemy. But when my code does #include I get this compiler