bug-grub
[Top][All Lists]
Advanced

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

efiemu fails to compile


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

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]