X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f Date: Wed, 1 Mar 2006 09:25:17 -0500 Message-Id: <200603011425.k21EPHCE005449@envy.delorie.com> From: DJ Delorie To: djgpp AT delorie DOT com In-reply-to: <4404EB6F.D050DB39@compuserve.de> (message from Florian Liebig on Wed, 01 Mar 2006 01:31:44 +0100) Subject: Re: djgpp for kernel dev. References: <4404EB6F DOT D050DB39 AT compuserve DOT de> Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk You want a cross compiler, not a native compiler. You probably want to build an i386-elf compiler that runs on djgpp. If you really want to use djgpp's native compiler, you'll probably want to run the linker yourself so you know *exactly* what you're including in your image.