Re: GRUB2 Build on Mac OS X

2005-12-08 Thread andre-smith
The Mac OS X GCC compiler will not build GRUB2, due static linking at address 0x2000; this error can be confirmed during the configure process. If I could build GRUB2 using the Mac OS X GCC, I would be able to build GRUB2 images from Mac OS X. The binary I attempted the build using the cross

Re: Broken Build on Mac OS X

2005-12-03 Thread Andre Smith
to GRUB2 list. Andre On Dec 3, 2005, at 8:00 AM, Marco Gerards wrote: Andre Smith [EMAIL PROTECTED] writes: gcc -Icommands -Igrub2/commands -I. -Iinclude -Igrub2/include -Wall - W -DGRUB_DATADIR=\/usr/local/share/grub/powerpc-ieee1275\ -g -O2 - DGRUB_UTIL=1 -c -o grub_emu-commands_help.o grub2

Re: Broken Build on Mac OS X

2005-12-03 Thread Andre Smith
to compiling - ../gcc-4.0.2/configure --target=powerpc-linux --prefix=/Users/andreywarkentin/crossdev/powerpc-linux --disable- shared --disable-threads --enable-languages=c,c++ --with-newlib On Dec 3, 2005, at 11:30 AM, Andre Smith wrote: Thank you for that information Marco. I will get

Re: Broken Build on Mac OS X

2005-12-02 Thread Andre Smith
] Error 1 On Dec 2, 2005, at 9:34 AM, Hollis Blanchard wrote: 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 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

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':