Date: Wed, 10 Nov 1999 14:40:24 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: "Alexei A. Frounze" cc: djgpp AT delorie DOT com Subject: Re: compiling and linking C program with DJGPP for a new OS In-Reply-To: <942228728.17258@mao.cityline.ru> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Wed, 10 Nov 1999, Alexei A. Frounze wrote: > May I use DJGPP compiler for making object files out of c-source and then > compile them with my tiny "standard" library? If you provide the environment expected by DJGPP code, I don't see why not. > The exact problem is how to dermine actual offsets and sizes of .TEXT, > .DATA, .BSS, .STACK entries in the object files? Did you try the `objdump' utility? `objdump.exe' should already be in your bin subdirectory (it is part of Binutils).