Skip to content

I get build error - undefined reference to 'stat64@GLIBC_2.33' #59

Closed Answered by pataxis
pataxis asked this question in General
Discussion options

You must be logged in to vote

Errors like this complaining on an undefined reference to a function or symbol in GLIBC_2.XX is something we have seen during development and test of the ACAP SDK. It has occurred when there is a mismatch in libc versions.

ACAP SDK and libc version

The compatibility of an SDK is discussed in ACAP 3 SDK documentation and in ACAP 4 SDK documentation.

When you build an application with an SDK version according to our ACAP application examples, you will build and link the application with a certain libc version that is also found in the corresponding AXIS OS version. Any API libraries in the SDK that you link to in your application have been built with the same libc version.

Since libc is bac…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by pataxis
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant