Menu

#27 Problems compiling in the latest kernel git tree

closed-invalid
nobody
None
5
2008-04-16
2008-03-11
No

Dear Fellows I patched the latest kernel git tree for OMAP, but is just a matter of architecture, I patched the kernel tag:v2.6.25-rc5 the problems is the following:
CHK include/linux/compile.h
CC init/version.o
LD init/built-in.o
CC kernel/module.o
LD kernel/built-in.o
CC fs/squashfs/inode.o
fs/squashfs/inode.c:86: erreur: unknown field ‘read_inode’ specified in initializer
fs/squashfs/inode.c:87: attention : initialization from incompatible pointer type
fs/squashfs/inode.c: In function ‘squashfs_get_parent’:
fs/squashfs/inode.c:650: erreur: implicit declaration of function ‘iget’
fs/squashfs/inode.c:650: attention : initialization makes pointer from integer without a cast
make[2]: *** [fs/squashfs/inode.o] Error 1
make[1]: *** [fs/squashfs] Error 2
make: *** [fs] Error 2

Discussion

  • Phillip Lougher

    Phillip Lougher - 2008-04-16
    • status: open --> closed-invalid
     
  • Phillip Lougher

    Phillip Lougher - 2008-04-16

    Logged In: YES
    user_id=621656
    Originator: NO

    This is because of kernel VFS changes in 2.6.25. I have attached a patch that will update an existing Squashfs 3.3 patched 2.6.25-rc* tree (patched with the Squashfs 2.6.24 kernel patch).

    A kernel patch for 2.6.25 will be in the next release of Squashfs.

    File Added: squashfs-patch-2.6.25

     
  • Phillip Lougher

    Phillip Lougher - 2008-04-16
     

Log in to post a comment.