How To Make Binary File In DJGPP ???

Programming, for all ages and all languages.
Post Reply
thoover

How To Make Binary File In DJGPP ???

Post by thoover »

I finly found a working copy of djgpp now can any one tell me:
1) How To Get Graphics
2) How To make A Binary Output File Instead Of An EXE
thoover

Re:How To Make Binary File In DJGPP ???

Post by thoover »

so can anyone help me?
Bob the Avenger

Re:How To Make Binary File In DJGPP ???

Post by Bob the Avenger »

For compiling to binary, create a linker script (calling link.ld for example) which specifies the outpuit forma. Then when linking add "-T link.ld" in the ld command line.
thoover

Re:How To Make Binary File In DJGPP ???

Post by thoover »

And What is the basic thing i should know for the linker script? I never made one before so I'm new to that.
Bob the Avenger

Re:How To Make Binary File In DJGPP ???

Post by Bob the Avenger »

Post Reply