[coreboot] filo compile errors

Jason Wang wangqingpei at gmail.com
Wed Aug 5 17:36:28 CEST 2009


hi all
 it seems there is a variable  are not included in /include/grub/shard.h
which would caused error with main/grub/completions.c UNIQUE_BUF undefined
details are patched.

Index: include/grub/shared.h
===================================================================
--- include/grub/shared.h    (revision 103)
+++ include/grub/shared.h    (working copy)
@@ -55,6 +55,7 @@
 #define COMPLETION_BUFLEN    MAX_CMDLINE

 /* The buffer for the unique string.  */
+extern char UNIQUE_BUF[];
 #define UNIQUE_BUFLEN        MAX_CMDLINE

 /* The buffer for the menu entries.  */

-- 
Jason Wang
Peking University
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.coreboot.org/pipermail/coreboot/attachments/20090805/4acf3290/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: debug.patch
Type: application/octet-stream
Size: 386 bytes
Desc: not available
URL: <http://www.coreboot.org/pipermail/coreboot/attachments/20090805/4acf3290/attachment.obj>


More information about the coreboot mailing list