Compiling Kernel Using DJGPP

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
1382

Compiling Kernel Using DJGPP

Post 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?
Chase

RE:Compiling Kernel Using DJGPP

Post 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.
1382

RE:Compiling Kernel Using DJGPP

Post by 1382 »

I'll be using ld as my linker, now what should I do?
Post Reply