mirror of
https://github.com/eunomia-bpf/bpf-developer-tutorial.git
synced 2026-05-06 05:11:40 +08:00
Update aarch64 url link (#100)
* Update helloworld README.md ecc-aarch64 url * Update helloworld README_en.md * Update README.md * Update README_en.md --------- Co-authored-by: 云微 <1067852565@qq.com>
This commit is contained in:
@@ -56,9 +56,10 @@ $ wget https://github.com/eunomia-bpf/eunomia-bpf/releases/latest/download/ecc &
|
|||||||
$ ./ecc -h
|
$ ./ecc -h
|
||||||
eunomia-bpf compiler
|
eunomia-bpf compiler
|
||||||
Usage: ecc [OPTIONS] <SOURCE_PATH> [EXPORT_EVENT_HEADER]
|
Usage: ecc [OPTIONS] <SOURCE_PATH> [EXPORT_EVENT_HEADER]
|
||||||
....
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
注:假如在 aarch64 平台上,请从 release 下载 [ecc-aarch64](https://github.com/eunomia-bpf/eunomia-bpf/releases/latest/download/ecc-aarch64) 和 [ecli-aarch64](https://github.com/eunomia-bpf/eunomia-bpf/releases/latest/download/ecli-aarch64).
|
||||||
|
|
||||||
也可以使用 docker 镜像进行编译:
|
也可以使用 docker 镜像进行编译:
|
||||||
|
|
||||||
```console
|
```console
|
||||||
|
|||||||
@@ -58,6 +58,7 @@ eunomia-bpf compiler
|
|||||||
Usage: ecc [OPTIONS] <SOURCE_PATH> [EXPORT_EVENT_HEADER]
|
Usage: ecc [OPTIONS] <SOURCE_PATH> [EXPORT_EVENT_HEADER]
|
||||||
....
|
....
|
||||||
```
|
```
|
||||||
|
Note: If you are on the aarch64 platform, please use the [ecc-aarch64](https://github.com/eunomia-bpf/eunomia-bpf/releases/latest/download/ecc-aarch64) and [ecli-aarch64](https://github.com/eunomia-bpf/eunomia-bpf/releases/latest/download/ecli-aarch64).
|
||||||
|
|
||||||
You can also compile using the docker image:
|
You can also compile using the docker image:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user