49 lines
2.2 KiB
Plaintext
49 lines
2.2 KiB
Plaintext
|
-- Found ament_cmake: 2.5.2 (/opt/ros/jazzy/share/ament_cmake/cmake)
|
|||
|
-- Found rclcpp: 28.1.3 (/opt/ros/jazzy/share/rclcpp/cmake)
|
|||
|
-- Found rosidl_generator_c: 4.6.3 (/opt/ros/jazzy/share/rosidl_generator_c/cmake)
|
|||
|
-- Found rosidl_generator_cpp: 4.6.3 (/opt/ros/jazzy/share/rosidl_generator_cpp/cmake)
|
|||
|
-- Using all available rosidl_typesupport_c: rosidl_typesupport_fastrtps_c;rosidl_typesupport_introspection_c
|
|||
|
-- Using all available rosidl_typesupport_cpp: rosidl_typesupport_fastrtps_cpp;rosidl_typesupport_introspection_cpp
|
|||
|
-- Found rmw_implementation_cmake: 7.3.1 (/opt/ros/jazzy/share/rmw_implementation_cmake/cmake)
|
|||
|
-- Found rmw_fastrtps_cpp: 8.4.1 (/opt/ros/jazzy/share/rmw_fastrtps_cpp/cmake)
|
|||
|
-- Using RMW implementation 'rmw_fastrtps_cpp' as default
|
|||
|
-- Found tutorial_interfaces: 0.0.0 (/home/caixiang/ros2_ws2/install/tutorial_interfaces/share/tutorial_interfaces/cmake)
|
|||
|
-- Found ament_lint_auto: 0.17.1 (/opt/ros/jazzy/share/ament_lint_auto/cmake)
|
|||
|
-- Added test 'cppcheck' to perform static code analysis on C / C++ code
|
|||
|
-- Configured cppcheck include dirs:
|
|||
|
-- Configured cppcheck exclude dirs and/or files:
|
|||
|
-- Added test 'lint_cmake' to check CMake code style
|
|||
|
-- Added test 'uncrustify' to check C / C++ code style
|
|||
|
-- Configured uncrustify additional arguments:
|
|||
|
-- Added test 'xmllint' to check XML markup files
|
|||
|
-- Configuring done (0.6s)
|
|||
|
[31mCMake Error at CMakeLists.txt:29 (add_executable):
|
|||
|
Cannot find source file:
|
|||
|
|
|||
|
src/publisher_member_function.cpp
|
|||
|
|
|||
|
Tried extensions .c .C .c++ .cc .cpp .cxx .cu .mpp .m .M .mm .ixx .cppm
|
|||
|
.ccm .cxxm .c++m .h .hh .h++ .hm .hpp .hxx .in .txx .f .F .for .f77 .f90
|
|||
|
.f95 .f03 .hip .ispc
|
|||
|
|
|||
|
[0m
|
|||
|
[31mCMake Error at CMakeLists.txt:32 (add_executable):
|
|||
|
Cannot find source file:
|
|||
|
|
|||
|
src/subscriber_member_function.cpp
|
|||
|
|
|||
|
Tried extensions .c .C .c++ .cc .cpp .cxx .cu .mpp .m .M .mm .ixx .cppm
|
|||
|
.ccm .cxxm .c++m .h .hh .h++ .hm .hpp .hxx .in .txx .f .F .for .f77 .f90
|
|||
|
.f95 .f03 .hip .ispc
|
|||
|
|
|||
|
[0m
|
|||
|
[31mCMake Error at CMakeLists.txt:29 (add_executable):
|
|||
|
No SOURCES given to target: talker
|
|||
|
|
|||
|
[0m
|
|||
|
[31mCMake Error at CMakeLists.txt:32 (add_executable):
|
|||
|
No SOURCES given to target: listener
|
|||
|
|
|||
|
[0m
|
|||
|
[0mCMake Generate step failed. Build files cannot be regenerated correctly.[0m
|