bug-grub
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: efiemu fails to compile


From: Frédéric L. W. Meunier
Subject: Re: efiemu fails to compile
Date: Sat, 18 Jul 2009 05:53:58 -0300 (BRST)
User-agent: Alpine 2.01 (LNX 1184 2008-12-16)

Nevermind. I noticed that Pavel fixed configure.ac.

On Thu, 16 Jul 2009, Frédéric L. W. Meunier wrote:

I found only two similar errors searching on Google, but no solution.

I'm using Linux on x86 and tried to compile latest svn.

rm -f efiemu32.o
gcc -c -m32 -DELF32 -o efiemu32.o -Wall -Werror efiemu/runtime/efiemu.c -nostdli
b -O2 -I./efiemu/runtime -I./include -Iinclude
gcc -c -m64 -DELF64 -o efiemu64_c.o -Wall -Werror efiemu/runtime/efiemu.c -nostd
lib  -mcmodel=large -mno-red-zone -O2 -I./efiemu/runtime -I./include -Iinclude
rm -f efiemu64_s.o
gcc -c -m64 -DELF64 -o efiemu64_s.o -Wall -Werror efiemu/runtime/efiemu.S
-nostdlib  -mcmodel=large -mno-red-zone -O2 -I./efiemu/runtime -I./include
-Iinclude
efiemu/runtime/efiemu.c:1: error: code model 'large' not supported in the 32 bit
mode
efiemu/runtime/efiemu.c:1: sorry, unimplemented: 64-bit mode not compiled in
make: *** [efiemu64_c.o] Error 1

reply via email to

[Prev in Thread] Current Thread [Next in Thread]