All Questions

Tagged with
Filter by
Sorted by
Tagged with
4 votes
1 answer
2k views

Linux From Scratch error in Bison-3.0.4 'make check'

So I'm following the Linux From Scratch book and am in chapter 5.17 Bison-3.0.4. The book instructs us to do a make check after make to test the result of the compiled Bison package. Initially, I ...
UndercoverCoder's user avatar
3 votes
1 answer
5k views

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 ...
prabhu r's user avatar
  • 273
0 votes
2 answers
928 views

Linux from Scratch 10.2.0 gcc fails [closed]

Hey guys i tried building gcc with Linux from Scratch 10.2.0. I followed the instructions exactly, but the make command throws following Error: checking whether gcc understands -c and -o together... ...
Yonggan's user avatar
  • 140