Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
1 vote
1 answer
1k views

Build Abseil on aarch64 using bazel

I cannot build abseil-cpp with Bazel. I'm building it directly on arm64. Device: NVIDIA Jetson Xavier NX OS: Ubuntu 18.04 CPU: 6-core NVIDIA Carmel ARM®v8.2 64-bit ./example/hello_world.cc #include &...
Martin Kubovčík's user avatar
0 votes
1 answer
370 views

build abseil on windows using bazel

im trying to build abseil on windows using bazel, the version im trying to build is : abseil-cpp-20181200 im using the next bazel command: bazel build im getting this output: INFO: Invocation ...
Bar Dubovski's user avatar
0 votes
1 answer
5k views

Can Bazel use multiple WORKSPACE files?

Say I'm using a specific CROSSTOOL + toolchain, such as this one, and I want to compile a 3rd party lib such as abseil using that toolchain. Is it possible to do so without modifying the 3rd party lib'...
Mark's user avatar
  • 1,043
5 votes
1 answer
3k views

How to allow angle "<>" brackets when including a Bazel header?

My project is transitioning to Bazel from CMake and I am including a snapshot of Abseil by checking it into a third_party/ top-level directory within our repository. I need to support both build ...
Sydius's user avatar
  • 14k