No matching toolchains found for types @bazel_tools//tools/cpp:toolchain_type. #16248
Labels
P4
This is either out of scope or we don't have bandwidth to review a PR. (No assignee)
stale
Issues or PRs that are stale (no activity for 30 days)
team-Rules-CPP
Issues for C++ rules
type: support / not a bug (process)
Description of the bug:
Pastebin to the error: https://pastebin.com/Cu57nw0b
What's the simplest, easiest way to reproduce this bug? Please provide a minimal example if possible.
I followed the installation for c++:
$ bazel build --copt -DMESA_EGL_NO_X11_HEADERS --copt -DEGL_NO_X11
Then wanted to run c++ hello world example:
$ bazel run --copt -DMESA_EGL_NO_X11_HEADERS --copt -DEGL_NO_X11 mediapipe/examples/desktop/hello_world:hello_world
I get the error mentioned above.
Which operating system are you running Bazel on?
FreeBSD 13.1
What is the output of
bazel info release
?release 5.3.0
If
bazel info release
returnsdevelopment version
or(@non-git)
, tell us how you built Bazel.No response
What's the output of
git remote get-url origin; git rev-parse master; git rev-parse HEAD
?Have you found anything relevant by searching the web?
#10134
Any other information, logs, or outputs that you want to share?
Pastebin to the error: https://pastebin.com/Cu57nw0b
I have an AMD Radeon RX 580 GPU and would like to use MediaPipe using my GPU for the examples.
The text was updated successfully, but these errors were encountered: