Dev-C++ 4.9.9.2, have been using it for years. Currently under Windows 7. Created a very simple text filter as a Console C program. When I compile, I get a Make error, 126, "Invalid argument"
Compile log: _Compiler: Default compiler Building Makefile: "C:\Users\Dave\Documents\Dev- Cpp\Projects\SJSkate\Makefile.win" Executing make... make.exe -f "C:\Users\Dave\Documents\Dev-Cpp\Projects\SJSkate\Makefile.win" all gcc.exe -S main.c -o nul -I"C:/Users/Dave/Documents/Dev-Cpp/include"
/usr/bin/sh: /c/Users/Dave/Documents/Dev-Cpp/Bin/gcc.exe: Invalid argument make.exe: *** Error 126
Execution terminated _
Since I haven't used Dev-C++ in a while, I opened another project, hit Compile, and it ran fine, creating a new .exe
Please, does anyone have any thoughts on what causes this error?
Thanks!
Dave
It looks like you are trying to compile without a project file.
Log in to post a comment.
Dev-C++ 4.9.9.2, have been using it for years. Currently under Windows 7.
Created a very simple text filter as a Console C program.
When I compile, I get a Make error, 126, "Invalid argument"
Compile log:
_Compiler: Default compiler
Building Makefile: "C:\Users\Dave\Documents\Dev-
Cpp\Projects\SJSkate\Makefile.win"
Executing make...
make.exe -f "C:\Users\Dave\Documents\Dev-Cpp\Projects\SJSkate\Makefile.win"
all
gcc.exe -S main.c -o nul -I"C:/Users/Dave/Documents/Dev-Cpp/include"
/usr/bin/sh: /c/Users/Dave/Documents/Dev-Cpp/Bin/gcc.exe: Invalid argument
make.exe: *** Error 126
Execution terminated
_
Since I haven't used Dev-C++ in a while, I opened another project, hit
Compile, and it ran fine, creating a new .exe
Please, does anyone have any thoughts on what causes this error?
Thanks!
Dave
It looks like you are trying to compile without a project file.