Cross-compile Systemtap scripts.
Docker environment for simple cross-compiling Systemtap scripts.
# docker build -t csb .
# docker run -v /host/shared:/shared:rw csb -a arm -k /shared/arm-kernel-tree /shared/script.stp
- x86_64
- i386
- arm
- aarch64
- mips
- SystemTap patch for undefined syscalls (arm).
- Usage of debian-patched elfutils (elfutils upstream misses mips support).
Project uses following toolchains from toolchains.bootlin.com:
- x86-64-core-i7--glibc--stable-2018.11-1
- x86-i686--glibc--stable-2018.11-1
- armv7-eabihf--glibc--stable-2018.11-1
- aarch64--glibc--stable-2018.11-1
- mips32--glibc--stable-2018.11-1
from https://github.com/danielpoliakov/cross-stap-build
No comments:
Post a Comment