apollo
apollo copied to clipboard
parser_cli
System information
- **OS Platform and Distribution: Linux Ubuntu 20.04LTS
- **Apollo installed from: 软件包安装
- **Apollo version: 8.0
Steps to reproduce the issue:
I try to run the command:
bazel build //modules/drivers/gnss/test:parser_cli
But an error occurres after running:
ERROR:/apollo_workspace/modules/drivers/gnss/test/BUILD:15:10:Linking modules/drivers/gnss/test/parser_cli fatled:(Exit 1):gcc failed:error executing command /usr/bin/gcc @bazel-out/k8-fastbuild/bin/modules/drivers/gnss/test/parser_cli-2.params
What other files need to be modified for this file to compile successfully?
use buildtool build
rather than bazel build
:
buildtool build -p modules/drivers
use buildtool to build, rather than native bazel