Broken Build on Mac OS X

2005-12-01 Thread Andre Smith
I would like to report a broken build on Mac OS X using cross compiler 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=powerpc-elf followed by a make: grub2/commands/help.c: In function 'grub_cmd_help': grub

Re: [PATCH] NetBSD/i386 port

2005-12-01 Thread Peter Jones
On Thu, 2005-12-01 at 10:00 -0600, Hollis Blanchard wrote: > On Dec 1, 2005, at 7:48 AM, Marco Gerards wrote: > >> Files affected: kern/mm.c, normal/misc.c > >> > >> This is probably more a gcc issue (my is gcc version 3.3.3 (NetBSD nb3 > >> 20040520)). As of 2.0, NetBSD/i386 uses non-executable ma

Re: [PATCH] NetBSD/i386 port

2005-12-01 Thread Marco Gerards
Hollis Blanchard <[EMAIL PROTECTED]> writes: > On Dec 1, 2005, at 7:48 AM, Marco Gerards wrote: >>> Files affected: kern/mm.c, normal/misc.c >>> >>> This is probably more a gcc issue (my is gcc version 3.3.3 (NetBSD nb3 >>> 20040520)). As of 2.0, NetBSD/i386 uses non-executable mapping of >>> stac

Re: [PATCH] NetBSD/i386 port

2005-12-01 Thread Hollis Blanchard
On Dec 1, 2005, at 7:48 AM, Marco Gerards wrote: Files affected: kern/mm.c, normal/misc.c This is probably more a gcc issue (my is gcc version 3.3.3 (NetBSD nb3 20040520)). As of 2.0, NetBSD/i386 uses non-executable mapping of stack and thus when nested functions are used it generates call to

Re: [PATCH] NetBSD/i386 port

2005-12-01 Thread Marco Gerards
"Lubomir Kundrak" <[EMAIL PROTECTED]> writes: Hi Lubomir, > I've made some effort to port GNU GRUB to NetBSD/i386, possibly making it > more system independent and portable. Nice! thanks a lot for doing this. > Most of my work is a couple of small bugfixes, but there are some bigger > issues