Thanks, that set me in the right direction.  In fact, my filename was .S
but in my dependency list in the makefile I had put .s.  Since it's
windows, it found the file and passed it to the assembler as .s.  I have
made a mental note to always give it the flag from now on.

Reply via email to