Closed baofuwu closed 4 years ago
Which platform do you used to build cyber? could you run the below cmd
uname -m
apollo only support cpu k8 and arm in bazel config.
I used "bazel build //cyber/..." to build cyber without error. In bazel guide you should add --cpu option in cmd. Like
bazel build --cpu=k8 //cyber/...
but "bazel build //cyber/..." will also work, I think bazel read the "cpu" config_setting by itself.
Here is a same issue in bazel link
Here is the guide about config_setting of bazel link
Hi @baofuwu , hope our answer resolved your question. We will close the issue for now. If you have any additional question, please feel free to open a new issue. Our engineer team are more than happy to help that.
Thank you for supporting Apollo!
I installed apollo docker in Jetson AGX Xavier, which does not support the command "nvidia-smi". When I run the cmd "bazel build //cyber/..." , I got the following error:
Also,when I run the cmd "bazel build //modules/data/tools/...", I got the same error.