LTP (Linux-TEST-PROJECT) test kit cross-compilation method

tags: Common tool compilation  linux  bash  Operation and maintenance

1. Download URL

http://linux-test-project.github.io/

2. Compilation method

./configure CC=/tools/aarch64_eabi_gccxxx_glibcxxx_fp/bin/aarch64-linux-gnu-gcc --build=x86_64  --host=aarch64-linux-gnu --prefix=/build/
make
make install

Manual Strip

find ../build/ -name "*" | xargs /tools/aarch64_eabi_gccxxx_glibcxxx_fp/bin/aarch64-linux-gnu-strip {}

3. Compile single use cases

After the overall compilation is completed
You can directly enter the sub -directory make to compile the code of a single use case, so that the code can be modified for a faster debug

cd testcases/kernel/syscalls/mmap/
make

Intelligent Recommendation

OpenCV cross compilation test

1. Source code test.cpp 2. Makefile must pay attention to Makefile's TAB rules under WIN Under the development board 3. Compilation, development board execution, you need to put a picture in the same ...

Test kit

 ...

LTP and Stream Performance Test Tools

LTP and Stream Performance Test Tools LTP tool installation and use http://sourceforge.net/projects/ltp/files/LTP Source/ http://ltp.sourceforge.net/ 1, install compilation ​ tar jxvf ltp-full-2015042...

[Ltp] [eas] test cases resolved

contents eas_one_small_task eas_one_big_task eas_small_to_big eas_big_to_small eas_small_big_toggle eas_two_big_three_small sched_cfs_prio sched_dl_runtime sched_latency_dl sched_latency_rt sched_prio...

Cross compilation of the Linux kernel test (most detailed) summary

1. Introduction This article mainly describes the operation of how to compile the kernel with cross -compilation tools in detail. The overall summary kernel compilation mainly has the following proces...

More Recommendation

Cross compilation of linux pressure test tool -stress -ng

download link:https://fossies.org/linux/privat/stress-ng-0.14.03.tar.gz If the prompt does not exist, you can enterhttps://fossies.org/linux/privat, Search the latest version of Stress-NG for download...

[ ] - Hisi3559A Cross Compilation OpenBLAS and Test

Summary: OpenBLAS is mainly used for acceleration of matrix operations 1. OpenBlas cross-compilation Download OpenBlas, here 0.3.7 https://github.com/xianyi/OpenBLAS Compile premise Need to install cr...

Cross-domain test method

When testing cross-domains yourself, it is consistent to write a separate project, run with different ports to adjust the interface in your project. This is very troublesome, and I agree that postman ...

HanLP vs LTP word segmentation function test

The article is taken from github, this test uses HanLP 1.6.0, LTP 3.4.0 Test idea The two lexicons were trained using the same corpus, and the same test data tested the performance of the two lexicons...

Ltp test suite - pthread_rwlock_unlock_3-1 analysis record

I recently did a ltp test on the linux-4.14 kernel. The pthread_rwlock_unlock_3-1 use case test did not pass, and then I did the test on various other Linux systems. Test failed: reader did not get th...

Copyright  DMCA © 2018-2026 - All Rights Reserved - www.programmersought.com  User Notice

Top