Open rengglian opened 1 year ago
@rengglian
Do you mind testing some later version of libarchive's cmake fork? Or perhas merging with luxonis/libarchive
with latest master libarchive/libarchive
?
By quick look, it probably boils down to not having openssl - then libmd library is tried, but isn't correctly guarded if that doesn't exist.
IMO, try apt install libssl-dev
in container before installing depthai-core
For various projects I'm using a Docker Image to write application for Raspberry Pies. Some third party libraries which are used and build within the container: libusb, opencv, aravis project, boost, apache thrift.
Now I'm trying to add an OAK-D-Lite to a project, but I cannot compile depthai-core:
It seems the problem is with libarchive.
Here are the commands I tried:
No issue with OpenCV:
I would prefer to build the everything in a docker container (devops/workstation), than on a actual raspberry pi 4.
Did someone manage to cross compile it successfully? Any hints?