Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
I hope you haven't been downloading the "Cygwin bin files" but used http://www.cygwin.com/setup.exe to have Cygwin properly installed.
Oh,I am using setup.exe.Thanks
My question is how to let Dev-C++ know you are using nasm?
I created a Empty project,add a .c file and a .asm file.
But from the log I could see that Dev-C++ use gcc to compile the asm file,and of course failed.
I checked the configuration,but found no where that could tell the compiler to use nasm to compile the asm file.
Override the build command for the assembly files. It's in the project options, at least for 4.9.9.2. Project->Project Options->Files-Override build command should get you there.
QuiTeVexat wrote:
Override the build command for the assembly files. It's in the project options, at least for 4.9.9.2. Project->Project Options->Files-Override build command should get you there.