From: "Peter Murray" Newsgroups: comp.os.msdos.djgpp Subject: Compiling source into a binary file Date: Wed, 10 Oct 2001 23:16:07 -0400 Organization: Mailgate.ORG Server - http://www.Mailgate.ORG Lines: 13 Sender: the_ratgod AT hotmail DOT com Message-ID: <9q32k9$c92$3@newsreader.mailgate.org> NNTP-Posting-Host: spc-isp-stc-uas-9-29.sprint.ca X-Trace: newsreader.mailgate.org 1002769872 12578 209.148.155.80 (11 Oct 2001 03:11:12 GMT) X-Complaints-To: abuse AT mailgate DOT org NNTP-Posting-Date: Thu, 11 Oct 2001 03:11:12 +0000 (UTC) X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2615.200 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Ive recenty been playing with bootloaders and have made a bootloader that works so i can load my file murrayos.bin off a floppy disk. So far ive written small test programs in NASM to play with when it starts up, but im useless at assembly and want to use DJGPP to do it? how do i get it to compile into a binary file? i did read a command somewhere that tells you to use the -c command with GCC and use LD somehow, but ive lost that page ( does anyone have this information? any help will be much apreciated. note: Im running DJGPP on my Windows PC and just plain GCC on my RedHat 7.1 system.I would prefere to compile on the windows machine. Thanks in advance.