Bazel Tutorial for C++ in 30 Minutes

  Рет қаралды 9,175

arisaif

arisaif

Күн бұрын

Пікірлер: 18
@kunleolutomilayo4018
@kunleolutomilayo4018 Жыл бұрын
Concise and straight to the point. Good job with the reviews in between examples and following all examples.
@RajBhalekar-l7z
@RajBhalekar-l7z 29 күн бұрын
your explanation skill is awesome and simple.. Thanks for this video ... If possible please upload other part of bazel videos also
@halilibrahimakgun7569
@halilibrahimakgun7569 8 ай бұрын
I think, you explained a complicated topic in a simple way. Thanks.
@王江奎
@王江奎 9 ай бұрын
thanks a lot for this incredibly helpful tutorial!
@palasghosh182
@palasghosh182 2 жыл бұрын
Thanks for this informative tutorial. This tutorial can be extended on the topic how to set compiler options and integration of Google test.
@vivekmaurya571
@vivekmaurya571 Жыл бұрын
This is so informative 😊 thanks!!
@87yassmin
@87yassmin 2 жыл бұрын
Very informative video 👏 Thanks
@HuyNguyen-ms3zi
@HuyNguyen-ms3zi 2 жыл бұрын
I would be grateful if you could teach us also advanced features of Bazel. Good tutorial resources for them are very scarce on the internet.
@RamsesAldama
@RamsesAldama Жыл бұрын
Nice tutorial. How do you choose the compiler and the standard to compile?
@itsmanikandanraju
@itsmanikandanraju Жыл бұрын
Does it compile with gcc compiler? is`nt clang default compiler for bazel C++?
@Tabbu84
@Tabbu84 9 ай бұрын
I am working in one of the bazel python project need your support. Plz let me know How to contact you
@gfaerny
@gfaerny Жыл бұрын
Thanks ari
@ChethanP-g1j
@ChethanP-g1j Жыл бұрын
Why is this not the official "get-started" ?
@romhoor
@romhoor Жыл бұрын
Why do you rush so much?
@arisaif
@arisaif Жыл бұрын
I'm working on pacing myself!
@ashwinberyl4552
@ashwinberyl4552 10 ай бұрын
@romhoor Watch on x0.75 speed
@vijayannamalaisamy3319
@vijayannamalaisamy3319 7 ай бұрын
Thank you for the video. I have got the below error and struggling to solve. Could you please help me? bazel run examples/example1:example1 INFO: Analyzed target //examples/example1:example1 (0 packages loaded, 0 targets configured). ERROR: /home/vijay/RDK/AI-ML/bazel/yt_tutorial/bazel_tutorial/examples/example1/BUILD:3:10: Compiling examples/example1/main.cc failed: (Exit 1): gcc failed: error executing CppCompile command (from target //examples/example1:example1) /usr/bin/gcc -U_FORTIFY_SOURCE -fstack-protector -Wall -Wunused-but-set-parameter -Wno-free-nonheap-object -fno-omit-frame-pointer '-std=c++14' -MD -MF ... (remaining 24 arguments skipped) Use --sandbox_debug to see verbose messages from the sandbox and retain the sandbox build root for debugging src/main/tools/linux-sandbox-pid1.cc:296: "mount(/home/vijay/RDK/AI-ML/bazel/yt_tutorial/bazel_tutorial, /root/.cache/bazel/_bazel_root/6bcc92eabc1444bec0337c0a5b07189d/sandbox/linux-sandbox/12/_hermetic_tmp/bazel-source-roots/0, nullptr, MS_BIND | MS_REC, nullptr)": Permission denied Target //examples/example1:example1 failed to build Use --verbose_failures to see the command lines of failed build steps. INFO: Elapsed time: 0.061s, Critical Path: 0.00s INFO: 2 processes: 2 internal. ERROR: Build did NOT complete successfully ERROR: Build failed. Not running target
@arisaif
@arisaif 7 ай бұрын
The error message indicates that the bazel build process is failing due to a permission denied issue when trying to execute a CppCompile command. Here are a few steps to troubleshoot and resolve this issue: Check Permissions: Ensure that you have the necessary permissions to access the directory and files involved in the build process. You can try running chmod -R 755 /home/vijay/RDK/AI-ML/bazel/yt_tutorial/bazel_tutorial/ to grant read, write, and execute permissions to the user. Run as Root: If the permission issue persists, try running the build command as root using sudo. For example, sudo bazel run examples/example1:example1. Sandbox Debugging: Use the --sandbox_debug flag to get more detailed information about what is happening in the sandbox environment. This can provide more insights into why the permission is being denied.
How to use Google Benchmark for C++ programs
35:29
arisaif
Рет қаралды 18 М.
Bazel - C/C++ toolchain from scratch
14:22
Blaizard
Рет қаралды 4 М.
Мен атып көрмегенмін ! | Qalam | 5 серия
25:41
Try this prank with your friends 😂 @karina-kola
00:18
Andrey Grechka
Рет қаралды 9 МЛН
小丑教训坏蛋 #小丑 #天使 #shorts
00:49
好人小丑
Рет қаралды 54 МЛН
What's Bazel? Why should you care?
42:50
Siemens Knowledge Hub
Рет қаралды 3,4 М.
Let's Create a Compiler (Pt.1)
1:11:03
Pixeled
Рет қаралды 587 М.
Introduction to Conan 2 - The Best C++ Package Manager?
26:33
Coding with Mat
Рет қаралды 13 М.
Managing external dependencies with Bazel
14:20
Google Open Source
Рет қаралды 4,7 М.
All Rust features explained
21:30
Let's Get Rusty
Рет қаралды 331 М.
When RESTful architecture isn't enough...
21:02
Dreams of Code
Рет қаралды 287 М.
Евгений Опарин - Опыт использования Bazel
48:58
C++ Russia — Конференция по разработке на Cpp
Рет қаралды 1,2 М.
How I learned to love build systems
16:31
fasterthanlime
Рет қаралды 134 М.
Conan 2.0  | C++ Package Manager - A detailed introduction
51:47
Lötwig Fusel
Рет қаралды 22 М.