Open fpedd opened 6 years ago
On Fri, 21 Sep 2018, fabianpedd wrote:
make: *** No rule to make target 'modules/mavlink/message_definitions/v1.0/common.xml', needed by 'mavlink_c_library/protocol.h'. Stop.
Seems like the makefile is causing trouble.
Have you done a "git submodule update --init"?
Hi,
I am having issues building the repo under Ubuntu 18.04 LTS.
Calling
make
in the root directory gives me:make: *** No rule to make target 'modules/mavlink/message_definitions/v1.0/common.xml', needed by 'mavlink_c_library/protocol.h'. Stop.
Seems like the makefile is causing trouble.
Thanks, Fabian