Reputation: 51
I have a problems with compilation of llvm and clang with bpf and x86 targets on debian machine. GCC version is 6.2,python exists on system.Compilation lasts more than 24 hours already.Now it hangs at 96% linking cxx executable ../../bin/opt
What to wait more or to do with this?
Upvotes: 0
Views: 650
Reputation: 9324
Most probably your linker is running out of RAM. Few suggestions:
Upvotes: 2