We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
building a package for imu using catkin_make ros noetic having this error:
catkin_make
[ 66%] Linking CXX executable /home/r/ros1_ws/devel/lib/fdilink_ahrs/ahrs_driver /usr/bin/ld: cannot find -lserial collect2: error: ld returned 1 exit status make[2]: *** [fdilink_ahrs-demo/CMakeFiles/imu_tf.dir/build.make:119: /home/r/ros1_ws/devel/lib/fdilink_ahrs/imu_tf] Error 1 make[1]: *** [CMakeFiles/Makefile2:1634: fdilink_ahrs-demo/CMakeFiles/imu_tf.dir/all] Error 2 make[1]: *** Waiting for unfinished jobs.... /usr/bin/ld: cannot find -lserial collect2: error: ld returned 1 exit status make[2]: *** [fdilink_ahrs-demo/CMakeFiles/ahrs_driver.dir/build.make:120: /home/r/ros1_ws/devel/lib/fdilink_ahrs/ahrs_driver] Error 1 make[1]: *** [CMakeFiles/Makefile2:1608: fdilink_ahrs-demo/CMakeFiles/ahrs_driver.dir/all] Error 2 make: *** [Makefile:146: all] Error 2 Invoking "make -j12 -l12" failed
The text was updated successfully, but these errors were encountered:
No branches or pull requests
building a package for imu using
catkin_make
ros noetic having this error:[ 66%] Linking CXX executable /home/r/ros1_ws/devel/lib/fdilink_ahrs/ahrs_driver /usr/bin/ld: cannot find -lserial collect2: error: ld returned 1 exit status make[2]: *** [fdilink_ahrs-demo/CMakeFiles/imu_tf.dir/build.make:119: /home/r/ros1_ws/devel/lib/fdilink_ahrs/imu_tf] Error 1 make[1]: *** [CMakeFiles/Makefile2:1634: fdilink_ahrs-demo/CMakeFiles/imu_tf.dir/all] Error 2 make[1]: *** Waiting for unfinished jobs.... /usr/bin/ld: cannot find -lserial collect2: error: ld returned 1 exit status make[2]: *** [fdilink_ahrs-demo/CMakeFiles/ahrs_driver.dir/build.make:120: /home/r/ros1_ws/devel/lib/fdilink_ahrs/ahrs_driver] Error 1 make[1]: *** [CMakeFiles/Makefile2:1608: fdilink_ahrs-demo/CMakeFiles/ahrs_driver.dir/all] Error 2 make: *** [Makefile:146: all] Error 2 Invoking "make -j12 -l12" failed
The text was updated successfully, but these errors were encountered: