google-coral / libcoral

C++ API for ML inferencing and transfer-learning on Coral devices
https://coral.ai
Apache License 2.0
79 stars 43 forks source link

How to use build artifacts from docker build #6

Closed alexanderfrey closed 3 years ago

alexanderfrey commented 3 years ago

Hi,

I'm building libcoral for the xavier nx platform. Since I had no luck in building it directly on the xavier I choosed to do cross compilation on my host computer with the docker build:

make DOCKER_IMAGE=ubuntu:18.04 DOCKER_CPUS="k8 armv7a aarch64" DOCKER_TARGETS=tests docker-build

After the build finishes I would like to transfer the library libcoral to the xavier from the docker image. How do I do that and where is the library exactly ?

Thanks Alexander

Namburger commented 3 years ago

@alexanderfrey after building the binaries should be i the "out" directory

Archie3d commented 1 year ago

I can see only *_test binaries in the out/ folder after the build. Where are the libraries to link against?