Hello, I’m encountering a build error when running PX4 SITL with JMAVSim on my Apple Silicon Mac despite following the recommended steps—cloning the PX4-Autopilot repository recursively, running “make clean”, creating the build directory “build/px4_sitl_default”, configuring with “cmake -DCMAKE_POLICY_VERSION_MINIMUM=3.5 -DCMAKE_BUILD_TYPE=RelWithDebInfo ../..”, and executing “make jmavsim”—yet I receive an error stating “No rule to make target src/modules/uxrce_dds_client/dds_topics.h’, needed by events/px4.json’” along with additional errors, even though I have installed the required Python modules (jinja2, pyyaml, and empy downgraded to version 3.3.4) in my virtual environment; my environment details are macOS Ventura 13.2.1, Apple Silicon (M1/M2), Homebrew version [insert output], and PX4 version v1.16.0-beta1, so has anyone encountered this issue and can suggest a solution?
Related topics
Topic | Replies | Views | Activity | |
---|---|---|---|---|
PX4 Build Issue on MacOS
|
1 | 725 | November 28, 2020 | |
PX4 SITL Build Fails Due to Missing kconfiglib in Externally-Managed Python Environment | 1 | 113 | June 27, 2025 | |
Build issue on Apple Silicon | 2 | 262 | February 15, 2025 | |
Error with cmake_parse_arguments building first simulation on Mac
|
1 | 435 | June 27, 2019 | |
Failed to run jMAVsim on run-console.batch | 2 | 1223 | August 23, 2022 |