On Mon, Feb 06, 2012 at 10:00:30PM +0530, Keshav P R wrote:
> loader/i386/pc/plan9_module-plan9.o `test -f 'loader/i386/pc/plan9.c'
> || echo './'`loader/i386/pc/plan9.c
> loader/i386/pc/plan9.c: In function 'grub_cmd_plan9':
> loader/i386/pc/plan9.c:420:9: error: too few arguments to function
> 'grub_relocator_alloc_chunk_addr'
> ../include/grub/relocator.h:34:1: note: declared here
> loader/i386/pc/plan9.c:451:9: error: too few arguments to function
> 'grub_relocator_alloc_chunk_addr'
> ../include/grub/relocator.h:34:1: note: declared here
> make[3]: *** [loader/i386/pc/plan9_module-plan9.o] Error 1
> 
> 
> with all the three V2 patches applied in order (didn't try V1). No
> error in x86_64-efi compile.

Sigh. Sorry, I missed that the plan9 loader had been added. Just add a 0 
as an additional argument to grub_relocator_alloc_chunk_addr() in 
plan9.c.

-- 
Matthew Garrett | [email protected]

_______________________________________________
Grub-devel mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/grub-devel

Reply via email to