Jump to content
  • 0

Compiling Linux UL binaries


TJC

Question

The linux-based UL example binaries in C++ work fine, but the corollary .c files do not compile despite following the instructions on multiple different linux distributions to make and install the library. For example, compiling the AInScan.c example gives the errors shown in the graphic. None of the example files actually compile. 

UL linux compile errors.png

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0
2 hours ago, JRys said:

Our driver is a user-space library named libuldaq.so. Try the following command line:

g++ AInScan.c -o AInScan2 /usr/local/lib/libuldaq.so

 

 

That worked, thanks!

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...