Ok, I got GCC (DJGPP C Compiler) and it is working.. but I can't figure out if I
can get it to compile directly into a .BIN file or now. Into and EXE is no prob..
but when I strip it, it is not a true .BIN file. I need ONLY raw data without the
overhead. I need to compile dorectly into a .BIN file.

My question is...

Does anyone know of a C compiler that can create .BIN files directly?

Does anyone know if GCC (DJGPP) or any of it's stuff can do it?

Thanks..

Knight Vision