feat / work with cross-compile

can compile the target ldpc_generators and generate_T with cross-compiler
This commit is contained in:
Tsung-Yu Chan
2023-07-27 11:44:48 +02:00
committed by Robert Schmidt
parent 73bc34b278
commit 1f2098fcce
11 changed files with 337 additions and 121 deletions

View File

@@ -215,3 +215,8 @@ ccmake ../../..
cmake-gui ../../..
```
You can of course use all standard cmake/ninja/make commands in this directory.
# Cross Compile
If you want to use cross-compiler on x86 platform for aarch64 version, please refer the [cross-compile.md](./cross-compile.md) for more information.