News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

Compiler Errors in Linux

Started by J2112O, April 18, 2015, 12:09:50 AM

Previous topic - Next topic

J2112O

Looking for some help. I am currently running Linux Mint 17 Xfce . I have all the needed libs installed cause I have been using vim and the terminal to compile and run C/C++ code as I am learning these languages. My gcc version is 4.9 and my g++ version is also 4.9 and I have a fully updated system. No matter whether I make a new project or try and build an existing one, I get the same errors. I have reset to defaults and uninstalled/reinstalled a few times. Any help would be greatly appreciated . Thanks . Here is the build log errors (Note: I changed my actual user name to username and the TryingC is my sample project)

-------------- Build: Debug in TyingC (compiler: GNU GCC Compiler)---------------

gcc -Wall -g  -c /home/username/Documents/TyingC/main.c -o obj/Debug/main.o
/bin/bash: gcc -Wall -g  -c /home/username/Documents/TyingC/main.c -o obj/Debug/main.o: No such file or directory
Process terminated with status 127 (0 minute(s), 0 second(s))
1 error(s), 0 warning(s) (0 minute(s), 0 second(s))