-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
libcoral on macOS ventura #31
Comments
make CPU=aarch64 examples
|
make CPU=darwin examples
|
Have you cloned the repo with below command?
|
yes |
and run "git submodule init && git submodule update" |
next up I run
|
today I run ..... git submodule init && git submodule update
|
git pull origin master
|
mv libcoral libcoral2
|
make CPU=darwin_x86_64 examples
|
I downloaded bazel for x86_64 and arm64 version 4.2.4 last log
|
is it possible for this code (libcoral examples tests) to make a universal bin? CC_MACOS := clang++
|
I am not sure about it. Alternatively, you try this colab with bazel version 4.0.0: google-coral/edgetpu#699 (comment) |
mean Makefile like this |
|
make CPU=darwin_arm64
|
|
A new effort to modernize the edgetpu libraries is under way and with working repos. Please see here. |
Description
forgive me but I ask it ... how to compile this?
Click to expand!
Issue Type
Build/Install
Operating System
Mac OS
Coral Device
USB Accelerator
Other Devices
No response
Programming Language
C++
Relevant Log Output
The text was updated successfully, but these errors were encountered: