当前位置:网站首页>编译GCC遇到的“pthread.h” not found问题
编译GCC遇到的“pthread.h” not found问题
2022-07-03 04:55:00 【passenger12234】
在LFS的第五章从源码编译freestanding的GCC时遇到如下报错
./gthr-default.h:35:10: fatal error: pthread.h: No such file or directory
35 | #include <pthread.h>
书上给的参考配置指令为
../configure \
--target=$LFS_TGT \
--prefix=$LFS/tools \
--with-glibc-version=2.35 \
--with-sysroot=$LFS \
--with-newlib \
--without-headers \
--enable-initfini-array \
--disable-nls \
--disable-shared \
--disable-multilib \
--disable-decimal-float \
--disable-threads \
--disable-libatomic \
--disable-libgomp \
--disable-libquadmath \
--disable-libssp \
--disable-libvtv \
--disable-libstdcxx \
--enable-languages=c,c++
我首先尝试了一下删除上述的一堆disable,使用了如下的配置指令(主要是好奇configure会不会自动推断出来一些库和feature没办法支持,比如threads)
../configure \
--target=$LFS_TGT \
--prefix=$LFS/tools \
--with-glibc-version=2.35 \
--with-sysroot=$LFS \
--with-newlib \
--without-headers \
--enable-initfini-array \
--disable-nls \
--disable-shared \
--disable-multilib \
然后果不其然,我得到了如下报错
./gthr-default.h:35:10: fatal error: pthread.h: No such file or directory
35 | #include <pthread.h>
于是我尝试了make clean,然后使用书上的配置指令重新configure。不解的是,仍然得到了上面的pthread.h not found的报错(预期由于移除了线程支持,应该不再依赖pthread.h头文件)。
发现使用rm -rf *把build目录全部删除后再重新configure就成功了。这说明是前面的make clean没有讲配置文件删除干净。
一番搜索后,发现了GNU automake的说明以及GNU coding styles的说明。
在上面coding styles的文档中有如下说明
‘clean’
Delete all files in the current directory that are normally created by building the program. Also delete files in other directories if they are created by this makefile. However, don’t delete the files that record the configuration. Also preserve files that could be made by building, but normally aren’t because the distribution comes with them. There is no need to delete parent directories that were created with ‘mkdir -p’, since they could have existed anyway.
‘distclean’
Delete all files in the current directory (or created by this makefile) that are created by configuring or building the program. If you have unpacked the source and built the program without creating any other files, ‘make distclean’ should leave only the files that were in the distribution. However, there is no need to delete parent directories that were created with ‘mkdir -p’, since they could have existed anyway.
Delete .dvi files here if they are not part of the distribution.
在上面automake的文档中,定义了如下的clean语义
- If
makebuilt it, and it is commonly something that one would want to rebuild (for instance, a.ofile), thenmostlycleanshould delete it. - Otherwise, if
makebuilt it, thencleanshould delete it. - If
configurebuilt it, thendistcleanshould delete it. - If the maintainer built it (for instance, a
.infofile), thenmaintainer-cleanshould delete it. Howevermaintainer-cleanshould not delete anything that needs to exist in order to run‘./configure && make’.
所以我之前的操作问题在于不应该使用make clean,而应该使用make distclean。
边栏推荐
- Day 51 - tree problem
- Market status and development prospect prediction of the near infrared sensor industry of the global Internet of things in 2022
- The reason why the entity class in the database is changed into hump naming
- 【XSS绕过-防护策略】理解防护策略,更好的绕过
- 【SQL注入】联合查询(最简单的注入方法)
- Preparation for school and professional cognition
- [luatos sensor] 1 light sensing bh1750
- 2022-02-12 daily clock in: problem fine brush
- 论文阅读_ICD编码_MSMN
- [research materials] the fourth quarter report of the survey of Chinese small and micro entrepreneurs in 2021 - Download attached
猜你喜欢

Three representations of signed numbers: original code, inverse code and complement code

Introduction to JVM principle

The programmer resigned and was sentenced to 10 months for deleting the code. JD came home and said that it took 30000 to restore the database. Netizen: This is really a revenge

7. Integrated learning

论文阅读_中文NLP_ELECTRA

UiPath实战(08) - 选取器(Selector)

The consumption of Internet of things users is only 76 cents, and the price has become the biggest obstacle to the promotion of 5g industrial interconnection

The usage of micro service project swagger aggregation document shows all micro service addresses in the form of swagger grouping

Basic use of Metasploit penetration testing framework

Kept hot standby and haproxy
随机推荐
Coordinatorlayout appbarrayout recyclerview item exposure buried point misalignment analysis
Wechat applet waterfall flow and pull up to the bottom
[set theory] relationship properties (symmetry | symmetry examples | symmetry related theorems | antisymmetry | antisymmetry examples | antisymmetry theorems)
Literature reading_ Research on the usefulness identification of tourism online comments based on semantic fusion of multimodal data (Chinese Literature)
Learning record of arouter principle
2022-02-11 daily clock in: problem fine brush
UiPath实战(08) - 选取器(Selector)
Review the configuration of vscode to develop golang
[XSS bypass - protection strategy] understand the protection strategy and better bypass
[BMZCTF-pwn] 18-RCTF-2017-Recho
第十九届浙江省 I. Barbecue
Market status and development prospects of the global IOT active infrared sensor industry in 2022
Notes | numpy-07 Slice and index
[research materials] annual report of China's pension market in 2021 - Download attached
Three representations of signed numbers: original code, inverse code and complement code
MediaTek 2023 IC written examination approved in advance (topic)
Concurrent operation memory interaction
On typescript and grammar
Leetcode simple question: check whether the array is sorted and rotated
Blog building tool recommendation (text book delivery)