Page 1 of 1
Compiling Kernel Using DJGPP
Posted: Mon Jul 14, 2003 11:00 pm
by 1382
Hey, I'm a little bit confused, please help. Could you please tell how I can produce output file with binary format using DJGPP. I've seen they do itin several ways, which one do you think is the best?
RE:Compiling Kernel Using DJGPP
Posted: Tue Jul 15, 2003 11:00 pm
by Chase
You just use the compiler to make an object file then use a linker to turn the object file into a binary file.
RE:Compiling Kernel Using DJGPP
Posted: Wed Jul 16, 2003 11:00 pm
by 1382
I'll be using ld as my linker, now what should I do?