Author Topic: Compiler Errors in Linux  (Read 2379 times)

J2112O

  • Guest
Compiler Errors in Linux
« on: April 18, 2015, 12:09:50 am »
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))