uint64_t or int64_t not found error when compiling gcc-7.3.0
问题 I am building my own linux system from scratch. As I am a beginner I don't know much about the error, and I've tried some ways, but still I am unable to solve this. I came across a step to compile gcc. The command I used to compile is CC=$LFS_TGT-gcc \ CXX=$LFS_TGT-g++\ AR=$LFS_TGT-ar \ RANLIB=$LFS_TGT-ranlib \ ../gcc-7.3.0/configure \ --prefix=/tools \ --with-local-prefix=/tools \ --with-native-system-header-dir=/tools/include \ --enable-languages=c,c++ \ --disable-libstdcxx-pch \ --disable