当前位置:网站首页>编译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。
边栏推荐
- Compile and decompile GCC common instructions
- Source insight garbled code solution
- The principle is simple, but I don't know how to use it? Understand "contemporaneous group model" in one article
- Apache MPM model and ab stress test
- Mount NFS in kubesphere
- Review the old and know the new: Notes on Data Science
- UiPath实战(08) - 选取器(Selector)
- Preparation for school and professional cognition
- 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
- sql语句模糊查询遇到的问题
猜你喜欢
![[USACO 2009 Dec S]Music Notes](/img/e6/282a8820becdd24d63dcff1b81fcaf.jpg)
[USACO 2009 Dec S]Music Notes

MC Layer Target

Thesis reading_ Chinese NLP_ ELECTRA

Coordinatorlayout appbarrayout recyclerview item exposure buried point misalignment analysis

关于开学的准备与专业认知

Leetcode simple question: check whether two string arrays are equal

ZABBIX monitoring of lamp architecture (2): ZABBIX basic operation

2022-02-12 daily clock in: problem fine brush

Uipath practice (08) - selector

Career planning of counter attacking College Students
随机推荐
[research materials] the fourth quarter report of the survey of Chinese small and micro entrepreneurs in 2021 - Download attached
Number of 1 in binary (simple difficulty)
Shell script -- condition judgment
Distinguish between releases and snapshots in nexus private library
Games101 Lesson 9 shading 3 Notes
[luatos sensor] 2 air pressure bmp180
Notes | numpy-10 Iterative array
5-36v input automatic voltage rise and fall PD fast charging scheme drawing 30W low-cost chip
Automatic voltage rise and fall 5-40v multi string super capacitor charging chip and solution
Basic use of Metasploit penetration testing framework
Market status and development prospect prediction of global fermentation acid industry in 2022
Keepalived热备与HAProxy
On typescript and grammar
【PHP漏洞-弱类型】基础知识、php弱相等、报错绕过
[develop wechat applet local storage with uni app]
Thesis reading_ Chinese NLP_ ELECTRA
[luatos sensor] 1 light sensing bh1750
Current market situation and development prospect prediction of global direct energy deposition 3D printer industry in 2022
Silent authorization login and registration of wechat applet
[research materials] annual report of China's pension market in 2021 - Download attached