mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-20 23:37:35 +08:00
8e589adb24
The posix build would complain that toipc_listener.cpp did not exist and there was no rule to create it. The required rule was added to src/systemcmds/topic_listener/module.mk The script generate_listener.py is run from the Build tree and needs to access $(PX4_BASE)/msgs so $(PX4_BASE) is now passed as an argument to generate_listener.py Signed-off-by: Mark Charlebois <charlebm@gmail.com>