No video

Bazel Tutorial for C++ in 30 Minutes

  Рет қаралды 7,934

arisaif

arisaif

Күн бұрын

Пікірлер: 17
@kunleolutomilayo4018
@kunleolutomilayo4018 Жыл бұрын
Concise and straight to the point. Good job with the reviews in between examples and following all examples.
@halilibrahimakgun7569
@halilibrahimakgun7569 3 ай бұрын
I think, you explained a complicated topic in a simple way. Thanks.
@user-nd1jf1rc2g
@user-nd1jf1rc2g 5 ай бұрын
thanks a lot for this incredibly helpful tutorial!
@palasghosh182
@palasghosh182 Жыл бұрын
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 Жыл бұрын
Very informative video 👏 Thanks
@HuyNguyen-ms3zi
@HuyNguyen-ms3zi Жыл бұрын
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.
@user-lc6gm9kn8q
@user-lc6gm9kn8q 8 ай бұрын
Why is this not the official "get-started" ?
@gfaerny
@gfaerny Жыл бұрын
Thanks ari
@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 4 ай бұрын
I am working in one of the bazel python project need your support. Plz let me know How to contact you
@romhoor
@romhoor Жыл бұрын
Why do you rush so much?
@arisaif
@arisaif Жыл бұрын
I'm working on pacing myself!
@ashwinberyl4552
@ashwinberyl4552 5 ай бұрын
@romhoor Watch on x0.75 speed
@vijayannamalaisamy3319
@vijayannamalaisamy3319 2 ай бұрын
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 2 ай бұрын
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
Рет қаралды 17 М.
What's Bazel? Why should you care?
42:50
Siemens Knowledge Hub
Рет қаралды 2,6 М.
Алексей Щербаков разнес ВДВшников
00:47
Schoolboy Runaway в реальной жизни🤣@onLI_gAmeS
00:31
МишАня
Рет қаралды 1,8 МЛН
小蚂蚁被感动了!火影忍者 #佐助 #家庭
00:54
火影忍者一家
Рет қаралды 55 МЛН
Learn C++ Multi Threading in 20 Minutes
21:04
arisaif
Рет қаралды 67 М.
Managing external dependencies with Bazel
14:20
Google Open Source
Рет қаралды 3,8 М.
November 2022: Writing Bazel Rules (Jay Conrod)
1:43:05
EngFlow
Рет қаралды 2,9 М.
Networking in C++
32:50
The Cherno
Рет қаралды 242 М.
Bazel - C/C++ toolchain from scratch
14:22
Blaizard
Рет қаралды 3,2 М.
how Google writes gorgeous C++
7:40
Low Level Learning
Рет қаралды 851 М.
Getting Started with Bazel
11:39
Google Open Source
Рет қаралды 12 М.