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
Errors << rtt_ros:make /home/xxx/isir/rtt_ros-2.9_ws/logs/rtt_ros/build.make.002.log /usr/bin/ld: 找不到 /lib: 不可识别的文件格式
The text was updated successfully, but these errors were encountered:
Could you please provide some more information?
Preferably switch the language to English for sending error reports (e.g. by export LC_ALL=C).
export LC_ALL=C
The Google translation is
Errors << rtt_ros:make /home/xxx/isir/rtt_ros-2.9_ws/logs/rtt_ros/build.make.002.log /usr/bin/ld: not found /lib: unrecognized file format
which points to issues with the linker command line built by CMake, and the linker tries to link just /lib instead of a specific library?
/lib
$ /usr/bin/ld -shared -o /tmp/test.so /lib /usr/bin/ld: cannot find /lib: File format not recognized
In this case building with export VERBOSE=1 (or catkin build -v if you use catkin_tools) may help to show the full command line.
export VERBOSE=1
catkin build -v
Sorry, something went wrong.
No branches or pull requests
Errors << rtt_ros:make /home/xxx/isir/rtt_ros-2.9_ws/logs/rtt_ros/build.make.002.log
/usr/bin/ld: 找不到 /lib: 不可识别的文件格式
The text was updated successfully, but these errors were encountered: