X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f Date: Tue, 7 Mar 2006 15:00:42 -0500 Message-Id: <200603072000.k27K0ggd005849@envy.delorie.com> From: DJ Delorie To: djgpp AT delorie DOT com In-reply-to: <4409DE30.46EFBC5F@compuserve.de> (message from Florian Liebig on Sat, 04 Mar 2006 19:36:32 +0100) Subject: Re: djgpp for kernel dev. References: <4404EB6F DOT D050DB39 AT compuserve DOT de> <200603011425 DOT k21EPHCE005449 AT envy DOT delorie DOT com> <4409DE30 DOT 46EFBC5F 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 > so, this is what i'm trying all the time. now i've got the messages : > __builtin_delete and __main is unresolved. > so i created a .c file and defined those functions, but now the linker > doesn't know where to point the start adress at. Look at the crt0.S that comes with djgpp; you'll want to start with that. It defines _start, which sets up the execution environment and calls main. main() calls __main() to run global constructors and such. You'll still need to link with libgcc.a. > by the way , with my djgpp package didn't came the .inf files for your > ld.exe. where can i get those ? any free ftp server outside ? "info binutils"