Created
May 24, 2018 21:15
-
-
Save doevelopper/4f093e0c53a0fb412d885d3296a6ffbc to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Build | |
```sh | |
>$ wget -qO- http://download.objectcomputing.com/OpenDDS/OpenDDS-3.12.2.tar.gz | tar xvz | |
>$ cd OpenDDS-3.12 && mkdir arm-distrib | |
>$ ./configure \ | |
--no-tests \ | |
--target=linux-cross \ | |
--target-compiler=$(which armv8l-linux-gnueabihf-g++) \ | |
--prefix=$(pwd)/arm-distrib/ && \ | |
make -j5 | |
``` | |
Install | |
```sh | |
>$ cd build/target && \ | |
>$ make install | |
``` | |
Additional files | |
```sh | |
>$ cp -Lr ACE_wrappers/MPC/ ../../dist-arm/share/ace/MPC | |
``` | |
The compiled files are now in the dist-arm directory. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ARMD OpenDDS SECURITY
OpenSSL 1.1.1a
Xerces-C++ 3.2.2
PiToolchain.cmake
OpenDDS