Skip to content
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

Compiling Libcoral C++ for Raspberry Bullseye x64 #26

Open
publioelon opened this issue Jul 5, 2022 · 1 comment
Open

Compiling Libcoral C++ for Raspberry Bullseye x64 #26

publioelon opened this issue Jul 5, 2022 · 1 comment
Assignees
Labels
comp:model Model related isssues comp:thirdparty Thirdparty related issues stat:community support Staus - Community Support subtype:ubuntu/linux Ubuntu/Linux Build/installation issues type:build/install Build and install issues

Comments

@publioelon
Copy link

publioelon commented Jul 5, 2022

Description

Greetings, I am trying to build the C++ libcoral for the Bullseye OS on a Raspberry Pi 4B and the tutorial offered here: https://github.com/google-coral/libcoral seems to not be working.

When I do make examples I get the following output:

make examples
bazel build --compilation_mode=opt --cpu=k8 //coral/examples:two_models_one_tpu \
                                 //coral/examples:two_models_two_tpus_threaded \
                                 //coral/examples:model_pipelining \
                                 //coral/examples:classify_image \
                                 //coral/examples:backprop_last_layer
/bin/bash: linha 1: bazel: comando não encontrado
make: *** [Makefile:99: examples] Erro 127

I wonder if libcoral is compatible with a Bullseye x64?

Click to expand!

Issue Type

Build/Install

Operating System

Linux

Coral Device

No response

Other Devices

Rapsberry Pi 4

Programming Language

C++

Relevant Log Output

No response

@google-coral-bot google-coral-bot bot added comp:model Model related isssues comp:thirdparty Thirdparty related issues subtype:ubuntu/linux Ubuntu/Linux Build/installation issues type:build/install Build and install issues labels Jul 5, 2022
@hjonnala
Copy link

hjonnala commented Jul 7, 2022

/bin/bash: linha 1: bazel: comando não encontrado (bazel: command not found)

Seems to be bazel is not installed.

I wonder if libcoral is compatible with a Bullseye x64?

Unfortunately, we haven't tested libcoarl with a Bullseye x64. We have tested only cross compilation on LInux Machine for ARMv7-A, (e.g. Pi 3 or Pi 4) architecture..

cd libcoral
make docker-shell
make CPU=armv7a  examples

@hjonnala hjonnala added the stat:community support Staus - Community Support label Jul 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
comp:model Model related isssues comp:thirdparty Thirdparty related issues stat:community support Staus - Community Support subtype:ubuntu/linux Ubuntu/Linux Build/installation issues type:build/install Build and install issues
Projects
None yet
Development

No branches or pull requests

2 participants