blj28

导航

stress 交叉编译

tar -xzvf stress-1.0.7.tar.gz
cd stress-1.0.7/

source  /opt/ti-processor-sdk-linux-rt-am62xx-evm-09.02.01.10/linux-devkit/environment-setup
./configure CC=aarch64-oe-linux-gcc  --host=aarch64-oe-linux  --prefix=/STRESS/stress-1.0.7/output
make
make install

 

root@blj-pc:/STRESS/stress-1.0.7/output/bin# file stress 
stress: ELF 64-bit LSB executable, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=24c62a8a59da393a432c6ee55559088aa503a313, for GNU/Linux 3.14.0, with debug_info, not stripped
root@blj-pc:/STRESS/stress-1.0.7/output/bin# 

 

posted on 2025-09-05 15:53  bailinjun  阅读(16)  评论(0)    收藏  举报