Closed shivauchiha closed 2 years ago
This error didn't appear while using command make -j .
Make -j crashesh the system as it eats up all the ram.
Make -j4 gives the same issue as top mentioned one.
I was able to compile using g++8 .
@shivauchiha ,I'm running into the same issue,I tried : sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-8 8 sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-8 8 , to compile with g++8 , it didn't work, can you weigh in on the matter. I understand if it had sometime, so no pressure if your clueless afer two years
I am currently building this project in ubuntu 20.04. I have installed all per-requisite libraries. While building, I get the error as shown in the below screenshot. should I ignore it by setting the appropriate flag ? Please Advice. Thank You.