grub-devel
[Top][All Lists]
Advanced

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

Re: Current SVN is broken on x86_64


From: Pavel Roskin
Subject: Re: Current SVN is broken on x86_64
Date: Mon, 04 Aug 2008 01:02:41 -0400

On Mon, 2008-08-04 at 02:31 +0200, Felix Zielcke wrote:
> I just tried to compile the Debian packages with the currently SVN
> version and it failed:
> 
> cc -Iloader/i386/efi -I/home/fz/grub/grub2-1.96+20080804/loader/i386/efi -I. 
> -Iinclude -I/home/fz/grub/grub2-1.96+20080804/include -Wall -W  -Wall -W 
> -Wshadow -Wpointer-arith -Wmissing-prototypes                  -Wundef 
> -Wstrict-prototypes -g -Os -m64 -fno-stack-protector -mno-stack-arg-probe 
> -fno-builtin -m64 -MD -c -o _linux_mod-loader_i386_efi_linux.o 
> /home/fz/grub/grub2-1.96+20080804/loader/i386/efi/linux.c
> In file included from 
> /home/fz/grub/grub2-1.96+20080804/loader/i386/efi/linux.c:34:
> /home/fz/grub/grub2-1.96+20080804/include/grub/pci.h:48:26: error: 
> grub/cpu/pci.h: No such file or directory

I confirm it.  And the i386-pc platform grew new warnings:

kern/main.c: In function 'grub_set_root_dev':
kern/main.c:108: warning: implicit declaration of function 'grub_free'
loader/i386/pc/multiboot.c: In function 'grub_multiboot_load_elf32':
loader/i386/pc/multiboot.c:165: warning: assignment makes integer from
pointer without a cast
loader/i386/pc/multiboot.c:168: warning: passing argument 1 of
'grub_memmove' makes pointer from integer without a cast
loader/i386/pc/multiboot.c:175: warning: initialization makes pointer
from integer without a cast
loader/i386/pc/multiboot.c:177: warning: format '%p' expects type 'void
*', but argument 6 has type 'Elf32_Addr'
loader/i386/pc/multiboot.c:177: warning: format '%p' expects type 'void
*', but argument 7 has type 'Elf32_Word'
loader/i386/pc/multiboot.c:205: warning: format '%p' expects type 'void
*', but argument 5 has type 'grub_addr_t'
loader/i386/pc/multiboot.c:205: warning: format '%p' expects type 'void
*', but argument 6 has type 'grub_size_t'
loader/i386/pc/multiboot.c:205: warning: format '%p' expects type 'void
*', but argument 7 has type 'grub_uint32_t'
loader/i386/pc/multiboot.c:128: warning: unused variable
'physical_entry_addr'

-- 
Regards,
Pavel Roskin




reply via email to

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