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
Hi,
I'm using Ubuntu 16.04 LTS and got below error. Do you have any idea to fix it? Thank you.
1 lab@ip-172-31-xx-xx:~/Cloud-Computing-Concepts-Part-1$ make all 2 g++ -o Application MP1Node.o EmulNet.o Application.o Log.o Params.o Member.o -Wall -g -std=c++11 3 MP1Node.o: file not recognized: File format not recognized 4 collect2: error: ld returned 1 exit status 5 Makefile:15: recipe for target 'Application' failed 6 make: *** [Application] Error 1 7 labry@ip-172-31-16-62:~/Cloud-Computing-Concepts-Part-1$
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
I'm using Ubuntu 16.04 LTS and got below error.
Do you have any idea to fix it?
Thank you.
The text was updated successfully, but these errors were encountered: