On Sat, 2011-02-12 at 03:01 +0100, repository service wrote:
> Author: stepan
> Date: Sat Feb 12 03:01:44 2011
> New Revision: 140
> URL: http://tracker.coreboot.org/trac/filo/changeset/140
> 
> Log:
> Allow FILO to boot off EXT4 partitions.
> 
> Using adapted http://grub4ext4.googlecode.com/svn/trunk/ext4-support
> 
> Signed-off-by: Stefan Reinauer <[email protected]>
> Acked-by: Stefan Reinauer <[email protected]>
> 
> Modified:
>    trunk/filo/fs/fsys_ext2fs.c
> 

This doesn't compile with CONFIG_DEBUG_FSYS_EXT2FS=y

Regards,
Nathan

Found Libpayload 
/home/nathan/coreboot/payloads/filo/build/libpayload/lib/libpayload.a.
  CC      build/i386/context.o
  CC      build/i386/segment.o
  CC      build/i386/timer.o
  CC      build/i386/sys_info.o
  CC      build/i386/linux_load.o
  CC      build/main/filo.o
  CC      build/main/strtox.o
  CC      build/main/elfload.o
  CC      build/main/ipchecksum.o
  CC      build/fs/blockdev.o
  CC      build/fs/vfs.o
  CC      build/fs/fsys_ext2fs.o
/home/nathan/coreboot/payloads/filo/fs/fsys_ext2fs.c:411: warning: ‘struct 
ext2_group_desc’ declared inside parameter list
/home/nathan/coreboot/payloads/filo/fs/fsys_ext2fs.c:411: warning: its scope is 
only this definition or declaration, which is probably not what you want
/home/nathan/coreboot/payloads/filo/fs/fsys_ext2fs.c: In function 
‘dump_group_desc’:
/home/nathan/coreboot/payloads/filo/fs/fsys_ext2fs.c:414: error: dereferencing 
pointer to incomplete type
/home/nathan/coreboot/payloads/filo/fs/fsys_ext2fs.c:415: error: dereferencing 
pointer to incomplete type
/home/nathan/coreboot/payloads/filo/fs/fsys_ext2fs.c:416: error: dereferencing 
pointer to incomplete type
/home/nathan/coreboot/payloads/filo/fs/fsys_ext2fs.c:417: error: dereferencing 
pointer to incomplete type
/home/nathan/coreboot/payloads/filo/fs/fsys_ext2fs.c:418: error: dereferencing 
pointer to incomplete type
/home/nathan/coreboot/payloads/filo/fs/fsys_ext2fs.c:419: error: dereferencing 
pointer to incomplete type
/home/nathan/coreboot/payloads/filo/fs/fsys_ext2fs.c: In function 
‘ext4fs_block_map’:
/home/nathan/coreboot/payloads/filo/fs/fsys_ext2fs.c:640: error: conflicting 
types for ‘i’
/home/nathan/coreboot/payloads/filo/fs/fsys_ext2fs.c:637: note: previous 
declaration of ‘i’ was here
/home/nathan/coreboot/payloads/filo/fs/fsys_ext2fs.c: In function ‘ext2fs_dir’:
/home/nathan/coreboot/payloads/filo/fs/fsys_ext2fs.c:861: warning: passing 
argument 1 of ‘dump_group_desc’ from incompatible pointer type
/home/nathan/coreboot/payloads/filo/fs/fsys_ext2fs.c:411: note: expected 
‘struct ext2_group_desc *’ but argument is of type ‘struct ext2_group_desc *’
/home/nathan/coreboot/payloads/filo/fs/fsys_ext2fs.c:877: error: ‘gdp’ 
undeclared (first use in this function)
/home/nathan/coreboot/payloads/filo/fs/fsys_ext2fs.c:877: error: (Each 
undeclared identifier is reported only once
/home/nathan/coreboot/payloads/filo/fs/fsys_ext2fs.c:877: error: for each 
function it appears in.)
make: *** [/home/nathan/coreboot/payloads/filo/build/fs/fsys_ext2fs.o] Error 1


-- 
coreboot mailing list: [email protected]
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to