j
: Next unread message k
: Previous unread message j a
: Jump to all threads
j l
: Jump to MailingList overview
Am 20.08.2012 21:41, schrieb Blue Swirl:
On Sun, Aug 19, 2012 at 10:15 PM, Programmingkid programmingkidx@gmail.com wrote:
When I try to build OpenBIOS, I see this error message:
Building OpenBIOS for x86 Building...error: GEN target/include/openbios-version.h GEN forth/version.fs HOSTCC host/kernel/dict.o HOSTCC host/kernel/bootstrap.o HOSTCC host/kernel/forth.o HOSTCC host/kernel/stack.o HOSTCC forthstrap GEN bootstrap.dict panic: segmentation violation at 0x30061c dict=0x100300000 here=0x100300628(dict+0x628) pc=0x0(dict+0xffd00000)
It looks like this is 64 bit host but the x86 target is 32 bits. Please try amd64 target.
The underlying issue then probably is that on Mac OS X it is not properly recognized whether we're building for x86 or x86_64?
Andreas
Here are the details: OS: Mac OS 10.6 gcc -v: 4.2.1 target: unix-x86