Micro-Ros : embedded board build client_ws fail
Hello,
I am trying to configure the olimex-stm32-e407 board to run micro-ROS. I have successfully built the packages of client_ws, cf. (https://micro-ros.github.io/docs/tuto...). After the build it fails to complete the make command giving the following error:
Summary: 120 packages finished [20.7s] /bin/sh: 4: --cmake-args: not found Makefile:31: recipe for target 'colcon_compile' failed make[3]: * [colcon_compile] Error 127 make[3]: Leaving directory '/home/rosteam/Documents/nuttx_os/apps/uros' Makefile:106: recipe for target 'uros_context' failed make[2]: [uros_context] Error 2 make[2]: Leaving directory '/home/rosteam/Documents/nuttx_os/apps' Makefile:179: recipe for target 'context_serialize' failed make[1]: [context_serialize] Error 2 make[1]: Leaving directory '/home/rosteam/Documents/nuttx_os/apps' tools/Makefile.unix:345: recipe for target 'context' failed make: * [context] Error 2
Anybody working on micro-ROS ? The instructions are missing on the website. Can anyone guide me how to work ahead with compiling the client to the board and how to use it then?
Best regards