windows a.out file
Posted: Tue Apr 14, 2009 3:53 am
hi every body.
I wanna compile my code file to a.out. I tried to do it by gcc.exe with a .bat file.
this is my makefile.bat
in this folder i installed gcc with mingw. but i couldn't do it. But nothing happened. i tried to it by dev c++ but dev c++ only compile file to .exe format. can i do it with dev c++ or with shell?
i am working on windows
thanx everybody...
I wanna compile my code file to a.out. I tried to do it by gcc.exe with a .bat file.
this is my makefile.bat
Code: Select all
gcc -c kernel.c -o kernel.o
rename a.out kernel.bin
i am working on windows
thanx everybody...