I've been trying to use NASM under CYGWIN and I find that I cannot have the .inc files (includes) in some other directory and use the -i option with it..
When I have the .inc files in the same src directory they work fine. Is there something else I should do?
The command i use is
I've checked the manual (using Google: http://webster.cs.ucr.edu/AsmTools/NASM ... SMDOC2.HTM), and it says basically 'NASM does not understand the path convention, the -I parameters are prepended as is' so what you are actually doing is looking for:
/cygdrive/c/projects/test/includestest.inc