Hi. I'm NOT a programmer. Sure I'd like to learn all this stuff someday, but for now I'd just like this to work. I've been given a c file and a makefile and some rudimentary instructions for making it... and I've spent hours on Google and installed so many tools (WinAVR, MinGW, CYGWIN) and I keep getting the same thing. Here's the make file (its pretty simple):
Code:
#OS ?= LINUX
OS ?= WINDOWS
#OS ?= MACOSX
#OS ?= BSD