apollo icon indicating copy to clipboard operation
apollo copied to clipboard

[orin][9.x_alpha] error:"Not running target"

Open tedelon opened this issue 1 year ago • 2 comments

System information

NVIDIA orin Ubuntu 20.04:
**Apollo installed from source **:
Apollo version (v9.x_alpha):

Steps to reproduce the issue:

****:ENTER the container : sudo bash ./apollo.sh build

Supporting materials (screenshots, command lines, code/script snippets):

image

I get this issue both with vpn or without vpn.

tedelon avatar Nov 17 '23 07:11 tedelon

Can you provide the content of line 89 to 91 in file: 截屏2023-11-20 上午11 30 25

it should be

alias(
    name = "windows",
    actual = "@platforms//os:windows",
)

Also I'm wondering if you've modified or reinstalled the bazel in the container?

And btw do not use sudo to build apollo, it will missing some env variables and caused problems.

WildBeast114514 avatar Nov 20 '23 03:11 WildBeast114514

I put the ".buildtool.conf "in the ./apollo directory and re-executed.also use sudo run the command."sudo bash ./apollo.sh build" then I have checked the file "/apollo/.cache/bazel/540135163923dd7d5820f3ee4b306b32/external/bazel_tools/platforms/BUILD" Contains the info as: image

tedelon avatar Nov 20 '23 04:11 tedelon