Olympe Make error for Nvidia Xavier

Hi I am trying to build olympe from source on a Nvidia Xavier running Ubuntu 20.04. I have followed the instructions from the documents until running build script:./build.sh -p olympe-linux -t build -j
Where i get the attached error message.

Hi,

It seems that your libclang clang_getClangVersion function returns an invalid version number that appears to be a commit sha1.

The ctypeslib C/Python binding generator used by olympe needs to identify the libclang version installed on your system to set the correct include path (/usr/include/clang/{version}).

I don’t know why your libclang is reporting this version number but I guess that you haven’t installed libclang with apt but compiled it from source instead.

This topic was automatically closed after 30 days. New replies are no longer allowed.

Hello I have the exact same problem on a Nvidia Orin

did you ever manage to make it work?

I am running into the same issue on the Jetson Xavier NX. I have tried to upgrade Libclang but unfortunately that has not solved the issue. Any support would be helpful.