Performing C SOURCE FILE Test CMAKE_HAVE_LIBC_PTHREAD failed with the following output: Change Dir: /home/cicv/work/26_pji/simulation/jiaofu_20240521_lingxin/catkin_ws/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make -f Makefile cmTC_826a3/fast && /usr/bin/make -f CMakeFiles/cmTC_826a3.dir/build.make CMakeFiles/cmTC_826a3.dir/build make[1]: 进入目录“/home/cicv/work/26_pji/simulation/jiaofu_20240521_lingxin/catkin_ws/build/CMakeFiles/CMakeTmp” Building C object CMakeFiles/cmTC_826a3.dir/src.c.o /usr/bin/cc -DCMAKE_HAVE_LIBC_PTHREAD -o CMakeFiles/cmTC_826a3.dir/src.c.o -c /home/cicv/work/26_pji/simulation/jiaofu_20240521_lingxin/catkin_ws/build/CMakeFiles/CMakeTmp/src.c Linking C executable cmTC_826a3 /usr/local/cmake/bin/cmake -E cmake_link_script CMakeFiles/cmTC_826a3.dir/link.txt --verbose=1 /usr/bin/cc -rdynamic CMakeFiles/cmTC_826a3.dir/src.c.o -o cmTC_826a3 /usr/bin/ld: CMakeFiles/cmTC_826a3.dir/src.c.o: in function `main': src.c:(.text+0x46): undefined reference to `pthread_create' /usr/bin/ld: src.c:(.text+0x52): undefined reference to `pthread_detach' /usr/bin/ld: src.c:(.text+0x5e): undefined reference to `pthread_cancel' /usr/bin/ld: src.c:(.text+0x6f): undefined reference to `pthread_join' collect2: error: ld returned 1 exit status make[1]: *** [CMakeFiles/cmTC_826a3.dir/build.make:99:cmTC_826a3] 错误 1 make[1]: 离开目录“/home/cicv/work/26_pji/simulation/jiaofu_20240521_lingxin/catkin_ws/build/CMakeFiles/CMakeTmp” make: *** [Makefile:127:cmTC_826a3/fast] 错误 2 Source file was: #include static void* test_func(void* data) { return data; } int main(void) { pthread_t thread; pthread_create(&thread, NULL, test_func, NULL); pthread_detach(thread); pthread_cancel(thread); pthread_join(thread, NULL); pthread_atfork(NULL, NULL, NULL); pthread_exit(NULL); return 0; } Determining if the function pthread_create exists in the pthreads failed with the following output: Change Dir: /home/cicv/work/26_pji/simulation/jiaofu_20240521_lingxin/catkin_ws/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make -f Makefile cmTC_84217/fast && /usr/bin/make -f CMakeFiles/cmTC_84217.dir/build.make CMakeFiles/cmTC_84217.dir/build make[1]: 进入目录“/home/cicv/work/26_pji/simulation/jiaofu_20240521_lingxin/catkin_ws/build/CMakeFiles/CMakeTmp” Building C object CMakeFiles/cmTC_84217.dir/CheckFunctionExists.c.o /usr/bin/cc -DCHECK_FUNCTION_EXISTS=pthread_create -o CMakeFiles/cmTC_84217.dir/CheckFunctionExists.c.o -c /usr/local/cmake/share/cmake-3.20/Modules/CheckFunctionExists.c Linking C executable cmTC_84217 /usr/local/cmake/bin/cmake -E cmake_link_script CMakeFiles/cmTC_84217.dir/link.txt --verbose=1 /usr/bin/cc -DCHECK_FUNCTION_EXISTS=pthread_create -rdynamic CMakeFiles/cmTC_84217.dir/CheckFunctionExists.c.o -o cmTC_84217 -lpthreads /usr/bin/ld: 找不到 -lpthreads collect2: error: ld returned 1 exit status make[1]: *** [CMakeFiles/cmTC_84217.dir/build.make:99:cmTC_84217] 错误 1 make[1]: 离开目录“/home/cicv/work/26_pji/simulation/jiaofu_20240521_lingxin/catkin_ws/build/CMakeFiles/CMakeTmp” make: *** [Makefile:127:cmTC_84217/fast] 错误 2