Go to file
张瑞安 ec5c288df5
!49 Added more opcodes for vector
Merge pull request !49 from 张瑞安/master
2024-09-18 08:23:00 +00:00
src add more opcodes for vector 2024-09-18 16:05:19 +08:00
system added per-arch override 2024-09-11 16:43:19 +08:00
tests massive changes 2024-09-04 17:48:09 +08:00
tests32 massive changes 2024-09-04 17:48:09 +08:00
wrapperhelper added per-arch override 2024-09-11 16:43:19 +08:00
.clang-format massive changes 2024-09-04 17:48:09 +08:00
.gitignore add to gitignore 2024-09-06 09:16:48 +08:00
CMakeLists.txt add more opcodes for vector 2024-09-18 16:05:19 +08:00
LICENSE first 2023-03-22 16:04:09 +08:00
README.md Better handling of dlopen library without RTLD_GLOBAL flags 2023-08-28 17:34:23 +08:00
cmake_uninstall.cmake.in first commit 2022-09-19 09:59:11 +08:00
postinst first commit 2022-09-19 09:59:11 +08:00
rebuild_wrappers.py Added INSERT_ARGS 2024-09-10 09:38:53 +08:00
rebuild_wrappers_32.py massive changes 2024-09-04 17:48:09 +08:00
runTest.cmake massive changes 2024-09-04 17:48:09 +08:00

README.md

Compile

Using a 64bit OS

git clone https://gitee.com/openkylin/rvtrans
cd rvtrans
mkdir build; cd build; cmake .. -DRV64=1 -DCMAKE_BUILD_TYPE=RelWithDebInfo
make -j`nproc`

Test

If file in ../tests no executable, you need:

sudo chmod -R 777 ../tests/
ctest -j$(nproc) --rerun-failed --output-on-failure

Install

sudo make install

If it's a first install, you also need:

sudo systemctl restart systemd-binfmt