Can't compile any code with Dev C++.
-
I have Dev-c++ version 4.9.9.2 on my computer. When I try to compile anything, it gives me the same error.
Makefile.win [Build Error] [main.o] Error -1073741515
I have two different copies of the program on my computer; one that is installed and a portable one and they both give me the same error. I know that it isn't my code because i use the portable one to compile code at school and it works fine there. In advance, thank you for your help. Here is the compile log I got from trying to compile on the portable version:Compiler: Default compiler Building Makefile: "J:\opengl\Makefile.win" Executing make... make.exe -f "J:\opengl\Makefile.win" all g++.exe -c main.cpp -o main.o -I"J:/Portables/Dev-CppPortable/App/devcpp/lib/gcc/mingw32/3.4.2/include" -I"J:/Portables/Dev-CppPortable/App/devcpp/include/c++/3.4.2/backward" -I"J:/Portables/Dev-CppPortable/App/devcpp/include/c++/3.4.2/mingw32" -I"J:/Portables/Dev-CppPortable/App/devcpp/include/c++/3.4.2" -I"J:/Portables/Dev-CppPortable/App/devcpp/include" make.exe: *** [main.o] Error -1073741515 Execution terminated
-
I have Dev-c++ version 4.9.9.2 on my computer. When I try to compile anything, it gives me the same error.
Makefile.win [Build Error] [main.o] Error -1073741515
I have two different copies of the program on my computer; one that is installed and a portable one and they both give me the same error. I know that it isn't my code because i use the portable one to compile code at school and it works fine there. In advance, thank you for your help. Here is the compile log I got from trying to compile on the portable version:Compiler: Default compiler Building Makefile: "J:\opengl\Makefile.win" Executing make... make.exe -f "J:\opengl\Makefile.win" all g++.exe -c main.cpp -o main.o -I"J:/Portables/Dev-CppPortable/App/devcpp/lib/gcc/mingw32/3.4.2/include" -I"J:/Portables/Dev-CppPortable/App/devcpp/include/c++/3.4.2/backward" -I"J:/Portables/Dev-CppPortable/App/devcpp/include/c++/3.4.2/mingw32" -I"J:/Portables/Dev-CppPortable/App/devcpp/include/c++/3.4.2" -I"J:/Portables/Dev-CppPortable/App/devcpp/include" make.exe: *** [main.o] Error -1073741515 Execution terminated
A wild guess: you have a problem with your PATH, the build tools aren't able to locate a DLL file they need, such as e.g. mspdb80.dll (and are not smart enough to provide a descent error message). :)
Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles]
I only read code that is properly formatted, adding PRE tags is the easiest way to obtain that.
-
I have Dev-c++ version 4.9.9.2 on my computer. When I try to compile anything, it gives me the same error.
Makefile.win [Build Error] [main.o] Error -1073741515
I have two different copies of the program on my computer; one that is installed and a portable one and they both give me the same error. I know that it isn't my code because i use the portable one to compile code at school and it works fine there. In advance, thank you for your help. Here is the compile log I got from trying to compile on the portable version:Compiler: Default compiler Building Makefile: "J:\opengl\Makefile.win" Executing make... make.exe -f "J:\opengl\Makefile.win" all g++.exe -c main.cpp -o main.o -I"J:/Portables/Dev-CppPortable/App/devcpp/lib/gcc/mingw32/3.4.2/include" -I"J:/Portables/Dev-CppPortable/App/devcpp/include/c++/3.4.2/backward" -I"J:/Portables/Dev-CppPortable/App/devcpp/include/c++/3.4.2/mingw32" -I"J:/Portables/Dev-CppPortable/App/devcpp/include/c++/3.4.2" -I"J:/Portables/Dev-CppPortable/App/devcpp/include" make.exe: *** [main.o] Error -1073741515 Execution terminated