You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| install: cannot stat '/home/bchoi/nvidia-yocto-bsp/bchoi-build/tmp/work/armv8a-oe4t-linux/clearpath-platform/0.2.7-1-r0/build/liblighting_lib.so': No such file or directory
| WARNING: exit code 1 from a shell command.
ERROR: Task (/home/bchoi/nvidia-yocto-bsp/sources/meta-ros/meta-ros2-humble/generated-recipes/clearpath-common/clearpath-platform_0.2.7-1.bb:do_install) failed with exit code '1'
NOTE: Tasks Summary: Attempted 4118 tasks of which 4117 didn't need to be rerun and 1 failed.
Summary: 1 task failed:
/home/bchoi/nvidia-yocto-bsp/sources/meta-ros/meta-ros2-humble/generated-recipes/clearpath-common/clearpath-platform_0.2.7-1.bb:do_install
Summary: There was 1 ERROR message, returning a non-zero exit code.
it is because of bbappend file on the meta-ros2-humble/recipes-bbappends/clearpath-common/clearpath-platform_0.2.7-1.bbappend which try to install liblighting_lib.so.
Hi,
I have an issue to building clearpath-platform.
it is because of bbappend file on the meta-ros2-humble/recipes-bbappends/clearpath-common/clearpath-platform_0.2.7-1.bbappend which try to install liblighting_lib.so.
By the way, I think lighting_node do not link it any more in the CMakeLists.txt
So, I think we do not need to bbappend file to install manually for lighting_node.
Can you please check it?
BR,
Mark
The text was updated successfully, but these errors were encountered: