mirror of
https://github.com/eunomia-bpf/bpf-developer-tutorial.git
synced 2026-05-09 15:22:38 +08:00
Deploying to gh-pages from @ eunomia-bpf/bpf-developer-tutorial@bf4fa6f9af 🚀
This commit is contained in:
@@ -694,7 +694,8 @@ if (!rb) {
|
|||||||
</code></pre>
|
</code></pre>
|
||||||
<h2 id="编译运行"><a class="header" href="#编译运行">编译运行</a></h2>
|
<h2 id="编译运行"><a class="header" href="#编译运行">编译运行</a></h2>
|
||||||
<p>编译运行上述代码:</p>
|
<p>编译运行上述代码:</p>
|
||||||
<pre><code class="language-console">$ make
|
<pre><code class="language-console">$ git submodule update --init --recursive
|
||||||
|
$ make
|
||||||
BPF .output/bootstrap.bpf.o
|
BPF .output/bootstrap.bpf.o
|
||||||
GEN-SKEL .output/bootstrap.skel.h
|
GEN-SKEL .output/bootstrap.skel.h
|
||||||
CC .output/bootstrap.o
|
CC .output/bootstrap.o
|
||||||
|
|||||||
@@ -2281,7 +2281,8 @@ if (!rb) {
|
|||||||
</code></pre>
|
</code></pre>
|
||||||
<h2 id="编译运行-1"><a class="header" href="#编译运行-1">编译运行</a></h2>
|
<h2 id="编译运行-1"><a class="header" href="#编译运行-1">编译运行</a></h2>
|
||||||
<p>编译运行上述代码:</p>
|
<p>编译运行上述代码:</p>
|
||||||
<pre><code class="language-console">$ make
|
<pre><code class="language-console">$ git submodule update --init --recursive
|
||||||
|
$ make
|
||||||
BPF .output/bootstrap.bpf.o
|
BPF .output/bootstrap.bpf.o
|
||||||
GEN-SKEL .output/bootstrap.skel.h
|
GEN-SKEL .output/bootstrap.skel.h
|
||||||
CC .output/bootstrap.o
|
CC .output/bootstrap.o
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user