We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Сборка базовой системы, система с раздельной структурой директорий. На этапе установки:
$ make tooldir=/usr install -j1 ... make[5]: Leaving directory '/usr/src/binutils-2.38/build/gold/testsuite' make[4]: Leaving directory '/usr/src/binutils-2.38/build/gold/testsuite' make[4]: Entering directory '/usr/src/binutils-2.38/build/gold' CXX archive.o In file included from ../../gold/archive.cc:23: ../../gold/gold.h:29:10: fatal error: cstddef: No such file or directory 29 | #include <cstddef> | ^~~~~~~~~ compilation terminated. make[4]: *** [Makefile:1135: archive.o] Error 1 make[4]: Leaving directory '/usr/src/binutils-2.38/build/gold' make[3]: *** [Makefile:1158: all-recursive] Error 1 make[3]: Leaving directory '/usr/src/binutils-2.38/build/gold' make[2]: *** [Makefile:898: all] Error 2 make[2]: Leaving directory '/usr/src/binutils-2.38/build/gold' make[1]: *** [Makefile:6841: all-gold] Error 2 make[1]: Leaving directory '/usr/src/binutils-2.38/build' make: *** [Makefile:1000: all] Error 2
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Сборка базовой системы, система с раздельной структурой директорий. На этапе установки:
The text was updated successfully, but these errors were encountered: