vsomeip(3.1.20) library patched for qnxnto
Ubuntu 18.04 x86_64 cmake 3.10.2
make sure you have install qnx700 sdp and qcc is vaild before compiling.
- source your_qnx700/qnxsdp-env.sh
you can set target build arch using QNX_ARCH environment variable.
-
export QNX_ARCH=aarch64le
-
cd vsomeip-master
-
mkdir build && cd build
-
cmake ../ -DCMAKE_TOOLCHAIN_FILE=../../qnx.cmake
-
make
of course, i removed 'netlink' function call, and 'socket credentials', for modified details, please diff with original vsomeip project.