From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1EiEfN-0005vB-EQ for mharc-grub-devel@gnu.org; Fri, 02 Dec 2005 12:25:49 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EiEfH-0005ro-LI for grub-devel@gnu.org; Fri, 02 Dec 2005 12:25:43 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EiEfC-0005ns-St for grub-devel@gnu.org; Fri, 02 Dec 2005 12:25:41 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EiEfB-0005nW-Bb for grub-devel@gnu.org; Fri, 02 Dec 2005 12:25:37 -0500 Received: from [69.17.117.51] (helo=webmail4.sea5.speakeasy.net) by monty-python.gnu.org with esmtp (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA:24) (Exim 4.34) id 1EiEfB-0007EH-G9 for grub-devel@gnu.org; Fri, 02 Dec 2005 12:25:37 -0500 Received: (qmail 17535 invoked from network); 2 Dec 2005 17:25:34 -0000 Received: from localhost (HELO webmail4) ([127.0.0.1]) (envelope-sender ) by localhost (qmail-ldap-1.03) with SMTP for ; 2 Dec 2005 17:25:34 -0000 Received: from 206.229.31.42 (unverified [206.229.31.42]) by webmail4 (VisualMail 4.0) with WEBMAIL id 27876; Fri, 02 Dec 2005 17:25:34 +0000 From: andre-smith@speakeasy.net To: "The development of GRUB 2" , "The development of GRUB 2" Importance: Normal Sensitivity: Normal Message-ID: X-Mailer: Mintersoft VisualMail, Build 4.0.111601 X-Originating-IP: [206.229.31.42] Date: Fri, 02 Dec 2005 17:25:34 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: Re: Broken Build on Mac OS X 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, 02 Dec 2005 17:25:45 -0000 My apologies, if I'm not doing this right. I set the path from my cross c= ompiler; it points to powerpc-elf-gcc, powerpc-elf-ld, powerpc-elf-*. If = I don't do this, configure actually fails since using the darwin version = of these compiler tools produce binaries that can not link at absolute ad= dress 2000. Andre P.S. I can certainly post the complete results from the make; as soon as = I get home. > -----Original Message----- > From: Hollis Blanchard [mailto:hollis@penguinppc.org] > Sent: Friday, December 2, 2005 02:34 PM > To: 'The development of GRUB 2' > Subject: Re: Broken Build on Mac OS X > > On Dec 1, 2005, at 11:00 PM, Andre Smith wrote: > > > I would like to report a broken build on Mac OS X using cross compile= r > > powerpc-elf version 4.0.2 using binutils 2.16.1 and newlib 1.13.0. I = > > get the following error message after running configure > > --host=3Dpowerpc-elf followed by a make: > > > > grub2/commands/help.c: In function 'grub_cmd_help': > > grub2/commands/help.c:42: error: nested functions are not supported o= n > > MacOSX > > grub2/commands/help.c:65: error: nested functions are not supported o= n > > MacOSX > > make: *** [grub_emu-commands_help.o] Error 1 > > console:~/opensource/bootcode/source asmith$ > > You omitted the full gcc invocation, but I suspect that you are not > actually using your powerpc-elf cross-compiler here. Could you verify > that? > > -Hollis > > > > _______________________________________________ > Grub-devel mailing list > Grub-devel@gnu.org > http://lists.gnu.org/mailman/listinfo/grub-devel >