Quantcast
Channel: Recent Topics - INDI Forum
Viewing all articles
Browse latest Browse all 15748

Building 3rd party drivers - by: PDB

$
0
0
Hello,

Having a problem building a driver in the 3rd party environment. I have a working driver in the normal indi/drivers section (compiles /runs) for which I created the setup in the 3rd party environment. (need to add specific libraries later on) After creating the files, cmake and make and copying the driver to /usr/bin it immediatelly quits . (STDERR:EOF and after 10 times gives up)

Seems to be a more general problem with compiling the 3rd party drivers.
To be sure I cloned libindi again from github and compiled the normal drivers : no problem
Then I tried to compile eqmod as explained on the github page
cd build
mkdir indi-eqmod
cd indi-eqmod
cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Debug ../../3rdparty/indi-eqmod
make
sudo make install


then running indiserver with new eqmod driver ---> same result

paul@Indi:~$ indiserver -vv indi_eqmod_telescope
2019-02-13T20:16:23: startup: indiserver -vv indi_eqmod_telescope
2019-02-13T20:16:23: Driver indi_eqmod_telescope: pid=27346 rfd=3 wfd=6 efd=7
2019-02-13T20:16:23: listening to port 7624 on fd 4
2019-02-13T20:16:23: Driver indi_eqmod_telescope: sending <getProperties version='1.7'/>

2019-02-13T20:16:24: Driver indi_eqmod_telescope: Using prefix /usr/share/indi//indi_eqmod_sk.xml
2019-02-13T20:16:24: Driver indi_eqmod_telescope: Using prefix /usr/share/indi//indi_align_sk.xml
2019-02-13T20:16:24: Driver indi_eqmod_telescope: Using prefix /usr/share/indi//indi_eqmod_simulator_sk.xml
2019-02-13T20:16:24: Driver indi_eqmod_telescope: Using prefix /usr/share/indi//indi_eqmod_scope_limits_sk.xml
2019-02-13T20:16:24: Driver indi_eqmod_telescope: read <getProperties device='GPS Simulator' name='GEOGRAPHIC_COORD'>
2019-02-13T20:16:24: Driver indi_eqmod_telescope: snooping on GPS Simulator.GEOGRAPHIC_COORD
2019-02-13T20:16:24: Driver indi_eqmod_telescope: read <getProperties device='GPS Simulator' name='TIME_UTC'>
2019-02-13T20:16:24: Driver indi_eqmod_telescope: snooping on GPS Simulator.TIME_UTC
2019-02-13T20:16:24: Driver indi_eqmod_telescope: read <getProperties device='Dome Simulator' name='DOME_PARK'>
2019-02-13T20:16:24: Driver indi_eqmod_telescope: snooping on Dome Simulator.DOME_PARK
2019-02-13T20:16:24: Driver indi_eqmod_telescope: read <getProperties device='Dome Simulator' name='DOME_SHUTTER'>
2019-02-13T20:16:24: Driver indi_eqmod_telescope: snooping on Dome Simulator.DOME_SHUTTER
Child process 27346 died
2019-02-13T20:16:24: Driver indi_eqmod_telescope: stderr EOF
2019-02-13T20:16:24: Driver indi_eqmod_telescope: restart #1
2019-02-13T20:16:24: Driver indi_eqmod_telescope: pid=27351 rfd=0 wfd=6 efd=7


Any ideas someone?

Regards,

Paul

Viewing all articles
Browse latest Browse all 15748

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>