×

INDI Library v2.0.6 is Released (02 Feb 2024)

Bi-monthly release with minor bug fixes and improvements

Problem compiling ArduST4 drivers

  • Posts: 8
  • Thank you received: 0
Hi!

Apologies, I'm fairly new to Linux and this may be a dumb question.

I'm trying to install the ardust4goto driver, however when I try to compile using cmake, it fails as follows:


astroberry@astroberry:~/ardust4goto $ make
make[2]: *** No rule to make target '/usr/lib/i386-linux-gnu/libnova-0.14.so.0', needed by 'arduino_st4go'. Stop.
make[1]: *** [CMakeFiles/Makefile2:73: CMakeFiles/arduino_st4go.dir/all] Error 2
make: *** [Makefile:130: all] Error 2

From what I understand, the make file references a non-existent libnova.0.14.0 file, where I currently have libnova0.16.0 installed. I cannot find any file with an .so extension associated with libnova.

I have checked for the specific folder it references and it doesn't exist, I have also searched high and low for libnova.0.14.0 however it's not on Apt-get and running dpkg on a file from SourceForge hasn't solved it.

What am I doing wrong here? Could someone offer some guidance as to how I can get this working?
3 years 3 months ago #64419

Please Log in or Create an account to join the conversation.

  • Posts: 8
  • Thank you received: 0
Well I cracked it.


sudo mkdir /usr/lib/i386-linux-gnu

sudo cp /usr/lib/arm-linux-gnueabihf/libnova-0.14.so.0 /usr/lib/i386-linux-gnu

Hopefully this may help someone else out
3 years 3 months ago #64420

Please Log in or Create an account to join the conversation.

Time to create page: 0.382 seconds