tags: Common tool compilation linux bash Operation and maintenance
http://linux-test-project.github.io/
./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 {}
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
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 ...
...
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...
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...
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...
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...
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...
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 ...
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...
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...