eProsima / Micro-XRCE-DDS-Agent

Micro XRCE-DDS Agent respository. Looking for commercial support? Contact info@eprosima.com
Apache License 2.0
113 stars 81 forks source link

Pass cross compiling flags to sub-projects #283

Closed kneep closed 3 years ago

kneep commented 3 years ago

Building for Android needs at least CMAKE_SYSTEM_VERSION (API level) and CMAKE_ANDROID_ARCH_ABI (CPU arch).

I've pushed several patches for Android. This is the last one for agent to to build and run on latest Android. Later I'll push some patches for client and MicroROS side.

richiprosima commented 3 years ago

Build status:

TreeGrow commented 2 years ago

Hi @kneep Can I ask how you compiled this project using NDK?

szc188 commented 2 years ago

@lxc777 oh. I'm also trying to compile the agent using NDK, but I don't have a clue.