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


_______________________________________________
Bug-grub mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-grub

Reply via email to