Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2,326 changes: 2,326 additions & 0 deletions external_libs/bpf/bpfjit/sljitNativeARM_32.c

Large diffs are not rendered by default.

2,104 changes: 2,104 additions & 0 deletions external_libs/bpf/bpfjit/sljitNativeARM_64.c

Large diffs are not rendered by default.

1,987 changes: 1,987 additions & 0 deletions external_libs/bpf/bpfjit/sljitNativeARM_T2_32.c

Large diffs are not rendered by default.

Binary file added external_libs/ibverbs/aarch64/libibverbs.so
Binary file not shown.
21 changes: 21 additions & 0 deletions external_libs/zmq/aarch64/how_to_build.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
- Download latest stable release https://github.com/zeromq/libzmq/releases
- Decompress the archive
- Change directory to the extracted one
- Build:
./configure --enable-address-sanitizer=no --disable-curve --disable-curve-keygen --disable-perf --without-docs --with-gcov=no --enable-radix-tree=no
make
- Copy include dir to current directory
- Find libzmq.a and copy to current directory
- Find libzmq.so.5.*.* and copy to:
current directory as libzmq.so
scripts/so as libzmq.so.5
scripts/external_libs/pyzmq-ctypes/zmq/intel/64bit as libzmq.so (adapt intel/arm 64bit/32bit to your CPU/Python arch)

Notes:

- To build 32bit version, define following vars before build:
export CFLAGS="-m32"
export CXXFLAGS="-m32"

- Current ZMQ .so is v4.3.1

Loading