×

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

Bi-monthly release with minor bug fixes and improvements

error building asi-indi

  • Posts: 71
  • Thank you received: 2
Trying to compile asi-indi.

Starts OK : indi_asi_wheel compiles

But asi_focuser.cpp fails. Messages to stderr below.

Actually, I only need indi_asi_ccd but I don't yet see how to take the focuser out of the loop.

Thanks.

File Attachment:

File Name: error_log.txt
File Size:5 KB


Background: INDI library is 1.7.5, Kstars version is 3.0.0, Kstars (w/o 3rd party drivers) binaries installed from Debian 10 (Buster), kernel/arch from uname is Linux localhost 3.18.0-18747-gdea8d908bd77 #1 SMP PREEMPT Sun Mar 3 22:43:01 PST 2019 aarch64 GNU/Linux
Last edit: 4 years 11 months ago by Mark Copper.
4 years 11 months ago #37167
Attachments:

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

  • Posts: 486
  • Thank you received: 87

Replied by nMAC on topic error building asi-indi

Are you using x86 ou x86_64?
This week I tried to compile the x86 and it gave me the same error.

There is a typo on the CMakeLists.txt, line 68 reads:

set(ASIEAFLIB ${CMAKE_CURRENT_SOURCE_DIR}/x32/libEAFFocuser.bin)

replace it with

set(ASIEAFLIB ${CMAKE_CURRENT_SOURCE_DIR}/x86/libEAFFocuser.bin)

and it will compile.

Don't know if this is your case but give it a try! It may work.
Last edit: 4 years 11 months ago by nMAC.
4 years 11 months ago #37296

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

  • Posts: 486
  • Thank you received: 87

Replied by nMAC on topic error building asi-indi

I just saw your signature, armv8, so that's another problem...
4 years 11 months ago #37297

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

Thanks I fixed the typo for x86-32 anyway.
The following user(s) said Thank You: nMAC
4 years 11 months ago #37306

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

  • Posts: 71
  • Thank you received: 2

Replied by Mark Copper on topic error building asi-indi

It's helpful to know the ASI drivers compile for one of the processors. Thank you.
4 years 11 months ago #37336

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

Time to create page: 0.522 seconds