Re: [OpenBIOS] Building OpenBIOS - OS list
Hi, I have a cross-compiler chain on 32-bit Windows XP using Cygwin that I use to build OpenBIOS. Attached are my scripts for ppc64/ppc, sparc64/sparc, s390x/s390, x86_64/x86. Also attached are two patches for OpenBIOS to build correctly with this Cygwin environment (one is just to set options and point to my cross-compilers but the other more importantly fixes some ldscripts so I can use my 64-bit/32-bit cross-compilers correctly to build the 32-bit OpenBIOS roms instead of linking to the default 64-bit C run-time). Ken --- On Mon, 8/13/12, Programmingkid <programmingkidx@gmail.com> wrote: From: Programmingkid <programmingkidx@gmail.com> Subject: [OpenBIOS] Building OpenBIOS - OS list To: openbios@openbios.org Date: Monday, August 13, 2012, 10:48 AM Has OpenBIOS been successfully built on anything that isn't Linux? I was wondering if anyone has been able to build it on Mac OS X, Windows, or any thing else that isn't Linux. -- OpenBIOS http://openbios.org/ Mailinglist: http://lists.openbios.org/mailman/listinfo Free your System - May the Forth be with you
On Mon, Aug 13, 2012 at 3:54 PM, Kenneth Salerno <kennethsalerno@yahoo.com> wrote:
Hi,
I have a cross-compiler chain on 32-bit Windows XP using Cygwin that I use to build OpenBIOS.
Attached are my scripts for ppc64/ppc, sparc64/sparc, s390x/s390, x86_64/x86.
I haven't built the full compilers since standalone OpenBIOS code does not need glibc. This saves a lot of time.
Also attached are two patches for OpenBIOS to build correctly with this Cygwin environment (one is just to set options and point to my cross-compilers but the other more importantly fixes some ldscripts so I can use my 64-bit/32-bit cross-compilers correctly to build the 32-bit OpenBIOS roms instead of linking to the default 64-bit C run-time).
At least using -m32 would make sense. Please submit the patches for inclusion, with a commit message and SoB.
Ken
--- On Mon, 8/13/12, Programmingkid <programmingkidx@gmail.com> wrote:
From: Programmingkid <programmingkidx@gmail.com> Subject: [OpenBIOS] Building OpenBIOS - OS list To: openbios@openbios.org Date: Monday, August 13, 2012, 10:48 AM
Has OpenBIOS been successfully built on anything that isn't Linux? I was wondering if anyone has been able to build it on Mac OS X, Windows, or any thing else that isn't Linux. -- OpenBIOS http://openbios.org/ Mailinglist: http://lists.openbios.org/mailman/listinfo Free your System - May the Forth be with you
-- OpenBIOS http://openbios.org/ Mailinglist: http://lists.openbios.org/mailman/listinfo Free your System - May the Forth be with you
participants (2)
-
Blue Swirl -
Kenneth Salerno