From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1DHVDk-00007Z-Ev for mharc-grub-devel@gnu.org; Fri, 01 Apr 2005 18:06:32 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DHVDc-0008Vv-Oq for grub-devel@gnu.org; Fri, 01 Apr 2005 18:06:25 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DHVDV-0008Pu-4d for grub-devel@gnu.org; Fri, 01 Apr 2005 18:06:18 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DHVDU-0008Js-1G for grub-devel@gnu.org; Fri, 01 Apr 2005 18:06:16 -0500 Received: from [64.233.170.200] (helo=rproxy.gmail.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DHV0E-0004OQ-Q0 for grub-devel@gnu.org; Fri, 01 Apr 2005 17:52:34 -0500 Received: by rproxy.gmail.com with SMTP id c16so928100rne for ; Fri, 01 Apr 2005 14:52:33 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:user-agent:x-accept-language:mime-version:to:subject:references:in-reply-to:content-type:content-transfer-encoding; b=W9skvQaMjtecAS+2+C+ihEmFLeY2nA9qdKTJ6JsM2wqoZUF7r9QdbocJlti6urODKSWCBFLJadL/hH7dHJfQ8wqNSXW6QmhL41JOYXIBlGXzRQW8nkelIHNiKxDNjiaOgAVktIqpJLn0RgDMtRmZB3ueYP7LlisUG7Q/fHMMsC0= Received: by 10.38.86.68 with SMTP id j68mr3311564rnb; Fri, 01 Apr 2005 14:52:33 -0800 (PST) Received: from ?218.9.121.106? ([218.9.121.106]) by mx.gmail.com with ESMTP id 71sm568305rnc.2005.04.01.14.52.29; Fri, 01 Apr 2005 14:52:33 -0800 (PST) Message-ID: <424DD08C.1090704@gmail.com> Date: Sat, 02 Apr 2005 06:51:56 +0800 From: Hanzac Chen User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: The development of GRUB 2 References: <424CF241.3030306@gmail.com> <87mzsio30p.fsf@student.han.nl> <200504011951.32741.okuji@enbug.org> In-Reply-To: <200504011951.32741.okuji@enbug.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: Test GRUB2 compiled by MingW X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GRUB 2 List-Id: The development of GRUB 2 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Apr 2005 23:06:30 -0000 Hi, Yoshinori K. Okuji wrote: > On Friday 01 April 2005 06:49 pm, Marco Gerards wrote: > >>This is not normal. Perhaps there is still a problem with the >>compiler or linker or so. MingW is just a modified gcc, right? > > > I think this is normal. IIRC, Windows does not use ELF, while GRUB 2 depends > on ELF. Yes, MingW generates COFF and if using COFF, the GCC/binutils can't use some of GAS's directive, like section switch. (I found GRUB using that in its module loading mechanism.) Maybe I still don't understand it well. How much else does GRUB 2 depend on ELF? BYE, Hanzac