C++ 编译器特性检测日志分析 - CMakeTmp 目录下的构建过程
这段log信息是在检测C++编译器特性时生成的。首先,它进入了指定目录"/home/paul/Desktop/4919/4919/aegisshield/src/Tools/CombineDex/build/CMakeFiles/CMakeTmp"。然后运行了两个构建命令:"/usr/bin/make cmTC_1ee03/fast"和"/usr/bin/make -f CMakeFiles/cmTC_1ee03.dir/build.make CMakeFiles/cmTC_1ee03.dir/build"。\n\n接下来,进入了目录"/home/paul/Desktop/4919/4919/aegisshield/src/Tools/CombineDex/build/CMakeFiles/CMakeTmp",编译了一个名为"feature_tests.cxx.o"的C++对象文件,命令为"/usr/bin/c++ -std=c++1y -o CMakeFiles/cmTC_1ee03.dir/feature_tests.cxx.o -c /home/paul/Desktop/4919/4919/aegisshield/src/Tools/CombineDex/build/CMakeFiles/feature_tests.cxx"。\n\n然后进行链接,生成了名为"cmTC_1ee03"的可执行文件,命令为"/usr/bin/c++ -rdynamic CMakeFiles/cmTC_1ee03.dir/feature_tests.cxx.o -o cmTC_1ee03"。\n\n最后离开了目录"/home/paul/Desktop/4919/4919/aegisshield/src/Tools/CombineDex/build/CMakeFiles/CMakeTmp"。
原文地址: https://www.cveoy.top/t/topic/qByS 著作权归作者所有。请勿转载和采集!