I found bitbake unionfs-modules.
Gives lots of errors (see below)
I tried fiddling with the Makefile (kernel source location), wich did'nt work.
Does anyone have suggestions?
NOTE: make CC=ccache arm-angstrom-linux-gnueabi-gcc -march=armv5te -mtune=xscale LD=arm-angstrom-linux-gnueabi-ld KERNELVER= LINUXSRC=/stuff/build/tmp/staging/magician-angstrom-linux-gnueabi/kernel CROSS_COMPILE=arm-angstrom-linux-gnueabi- OS=linux-gnueabi CFLAGS=-D__KERNEL__ -DMODULE -DFISTGEN -DUNIONFS_UNSUPPORTED -DNODEBUG -I. -I/stuff/build/tmp/staging/magician-angstrom-linux-gnueabi/kernel/include -DUNIONFS_VERSION=\"1.0.13\" -Os unionfs
ccache arm-angstrom-linux-gnueabi-gcc -march=armv5te -mtune=xscale -D__KERNEL__ -DMODULE -DFISTGEN -DUNIONFS_UNSUPPORTED -DNODEBUG -I. -I/stuff/build/tmp/staging/magician-angstrom-linux-gnueabi/kernel/include -DUNIONFS_VERSION=\"1.0.13\" -Os -isystem/stuff/build/tmp/staging/arm-angstrom-linux-gnueabi/usr/include -c -o subr.o subr.c
In file included from subr.c:19:
fist.h:26:26: error: linux/config.h: No such file or directory
fist.h:36:22: error: linux/mm.h: No such file or directory
fist.h:37:26: error: linux/string.h: No such file or directory
In file included from fist.h:42,
from subr.c:19:
/stuff/build/tmp/staging/arm-angstrom-linux-gnueabi/usr/include/linux/random.h:38: error: expected specifier-qualifier-list before '__u32'
fist.h:47:31: error: linux/buffer_head.h: No such file or directory
fist.h:48:27: error: linux/pagemap.h: No such file or directory
fist.h:49:25: error: linux/namei.h: No such file or directory
fist.h:50:26: error: linux/module.h: No such file or directory
fist.h:51:25: error: linux/mount.h: No such file or directory
fist.h:52:30: error: linux/page-flags.h: No such file or directory
fist.h:53:29: error: linux/writeback.h: No such file or directory
fist.h:55:26: error: linux/statfs.h: No such file or directory
In file included from fist.h:56,
from subr.c:19:
missing_vfs_funcs.h: In function 'lock_parent':
missing_vfs_funcs.h:25: error: dereferencing pointer to incomplete type
missing_vfs_funcs.h:25: warning: initialization makes pointer from integer without a cast
missing_vfs_funcs.h:27: error: dereferencing pointer to incomplete type
missing_vfs_funcs.h: In function 'unlock_dir':
missing_vfs_funcs.h:38: error: dereferencing pointer to incomplete type
missing_vfs_funcs.h: At top level:
missing_vfs_funcs.h:46: warning: 'struct semaphore' declared inside parameter list
missing_vfs_funcs.h:46: warning: its scope is only this definition or declaration, which is probably not what you want
missing_vfs_funcs.h:69: warning: 'struct semaphore' declared inside parameter list
missing_vfs_funcs.h:105: warning: 'struct semaphore' declared inside parameter list
missing_vfs_funcs.h:113: warning: 'struct semaphore' declared inside parameter list
missing_vfs_funcs.h: In function 'double_lock':
missing_vfs_funcs.h:123: error: dereferencing pointer to incomplete type
missing_vfs_funcs.h:123: error: dereferencing pointer to incomplete type
missing_vfs_funcs.h: In function 'double_unlock':
missing_vfs_funcs.h:128: error: dereferencing pointer to incomplete type
missing_vfs_funcs.h:128: error: dereferencing pointer to incomplete type
fist.h:58:23: error: linux/smp.h: No such file or directory
fist.h:59:28: error: linux/smp_lock.h: No such file or directory
fist.h:60:24: error: linux/file.h: No such file or directory
fist.h:61:24: error: linux/slab.h: No such file or directory
fist.h:62:27: error: linux/vmalloc.h: No such file or directory
fist.h:64:24: error: linux/list.h: No such file or directory
fist.h:65:24: error: linux/init.h: No such file or directory
fist.h:70:28: error: linux/security.h: No such file or directory
fist.h:73:24: error: linux/swap.h: No such file or directory
fist.h:75:24: error: asm/system.h: No such file or directory
fist.h:76:25: error: asm/segment.h: No such file or directory
fist.h:78:28: error: linux/seq_file.h: No such file or directory
In file included from subr.c:19:
fist.h: At top level:
fist.h:146: warning: 'struct inode' declared inside parameter list
fist.h:147: warning: 'struct inode' declared inside parameter list
fist.h:148: warning: 'struct file' declared inside parameter list
fist.h:149: warning: 'struct inode' declared inside parameter list
fist.h:150: warning: 'struct super_block' declared inside parameter list
In file included from subr.c:20:
unionfs.h:31:28: error: linux/spinlock.h: No such file or directory
In file included from subr.c:20:
unionfs.h:55: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'uuid_t'
unionfs.h:59: error: expected specifier-qualifier-list before 'spinlock_t'
unionfs.h: In function 'multilock_init':
unionfs.h:70: error: 'struct multilock' has no member named 'ml_protect'
unionfs.h:70: error: 'SPIN_LOCK_UNLOCKED' undeclared (first use in this function)
unionfs.h:70: error: (Each undeclared identifier is reported only once
unionfs.h:70: error: for each function it appears in.)
unionfs.h:71: error: 'struct multilock' has no member named 'ml_locker'
unionfs.h:71: error: 'NULL' undeclared (first use in this function)
unionfs.h:72: error: 'struct multilock' has no member named 'ml_depth'
unionfs.h:73: error: 'struct multilock' has no member named 'ml_sleepers'
unionfs.h: In function '__multilock_lock':
unionfs.h:87: error: 'struct multilock' has no member named 'ml_protect'
unionfs.h:88: error: 'struct multilock' has no member named 'ml_locker'
unionfs.h:88: error: 'NULL' undeclared (first use in this function)
unionfs.h:89: error: 'struct multilock' has no member named 'ml_locker'
unionfs.h:89: error: 'current' undeclared (first use in this function)
unionfs.h:90: error: 'struct multilock' has no member named 'ml_depth'
unionfs.h:91: error: 'struct multilock' has no member named 'ml_locker'
unionfs.h:92: error: 'struct multilock' has no member named 'ml_depth'
unionfs.h:95: error: 'wait_queue_t' undeclared (first use in this function)
unionfs.h:95: error: expected ';' before 'wait'
unionfs.h:97: error: 'wait' undeclared (first use in this function)
unionfs.h:100: error: 'TASK_UNINTERRUPTIBLE' undeclared (first use in this function)
unionfs.h:103: error: 'struct multilock' has no member named 'ml_sleepers'
unionfs.h:104: error: 'struct multilock' has no member named 'ml_sleepers'
unionfs.h:105: error: 'struct multilock' has no member named 'ml_sleepers'
unionfs.h:108: error: 'struct multilock' has no member named 'ml_protect'
unionfs.h:113: error: 'struct multilock' has no member named 'ml_sleepers'
unionfs.h:114: error: 'struct multilock' has no member named 'ml_sleepers'
unionfs.h:115: error: 'struct multilock' has no member named 'ml_sleepers'
unionfs.h:118: error: 'struct multilock' has no member named 'ml_protect'
unionfs.h: In function '__multilock_unlock':
unionfs.h:133: error: 'struct multilock' has no member named 'ml_protect'
unionfs.h:134: error: 'struct multilock' has no member named 'ml_depth'
unionfs.h:134: error: 'struct multilock' has no member named 'ml_depth'
unionfs.h:134: error: 'KERN_CRIT' undeclared (first use in this function)
unionfs.h:134: error: expected ')' before string constant
unionfs.h:135: error: 'struct multilock' has no member named 'ml_locker'
unionfs.h:135: error: 'current' undeclared (first use in this function)
unionfs.h:135: error: 'struct multilock' has no member named 'ml_locker'
unionfs.h:135: error: expected ')' before string constant
unionfs.h:136: error: 'struct multilock' has no member named 'ml_depth'
unionfs.h:137: error: 'struct multilock' has no member named 'ml_depth'
unionfs.h:138: error: 'struct multilock' has no member named 'ml_locker'
unionfs.h:138: error: 'NULL' undeclared (first use in this function)
unionfs.h:139: error: 'struct multilock' has no member named 'ml_sleepers'
unionfs.h:141: error: 'struct multilock' has no member named 'ml_protect'
unionfs.h: At top level:
unionfs.h:169: error: expected specifier-qualifier-list before 'atomic_t'
unionfs.h:187: error: field 'vfs_inode' has incomplete type
unionfs.h:198: error: expected specifier-qualifier-list before 'atomic_t'
unionfs.h:208: error: expected specifier-qualifier-list before 'uid_t'
unionfs.h:243: error: field 'file_list' has incomplete type
unionfs.h:252: error: 'DNAME_INLINE_LEN_MIN' undeclared here (not in a function)
unionfs.h:264: warning: 'struct file' declared inside parameter list
unionfs.h:266: error: expected declaration specifiers or '...' before 'loff_t'
unionfs.h:278: error: expected specifier-qualifier-list before 'loff_t'
unionfs.h:291: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'rdstate2offset'
unionfs.h:305: error: expected specifier-qualifier-list before 'atomic_t'
unionfs.h: In function 'itopd':
unionfs.h:328: warning: initialization from incompatible pointer type
unionfs.h:328: error: expected expression before 'struct'
In file included from unionfs.h:364,
from subr.c:20:
unionfs_debugmacros.h: In function '__ftohf_index':
unionfs_debugmacros.h:31: error: dereferencing pointer to incomplete type
unionfs_debugmacros.h:34: error: dereferencing pointer to incomplete type
unionfs_debugmacros.h:37: error: dereferencing pointer to incomplete type
unionfs_debugmacros.h:37: error: dereferencing pointer to incomplete type
unionfs_debugmacros.h:37: error: 'KERN_CRIT' undeclared (first use in this function)
unionfs_debugmacros.h:37: error: expected ')' before string constant
unionfs_debugmacros.h: In function '__ftohf':
unionfs_debugmacros.h:44: error: dereferencing pointer to incomplete type
unionfs_debugmacros.h:44: error: dereferencing pointer to incomplete type
unionfs_debugmacros.h:44: error: 'KERN_CRIT' undeclared (first use in this function)
unionfs_debugmacros.h:44: error: expected ')' before string constant
unionfs_debugmacros.h:45: error: dereferencing pointer to incomplete type
unionfs_debugmacros.h: In function '__set_ftohf_index':
unionfs_debugmacros.h:52: error: 'KERN_CRIT' undeclared (first use in this function)
unionfs_debugmacros.h:52: error: expected ')' before string constant
unionfs_debugmacros.h:54: error: dereferencing pointer to incomplete type
unionfs_debugmacros.h:54: error: dereferencing pointer to incomplete type
unionfs_debugmacros.h:54: error: expected ')' before string constant
unionfs_debugmacros.h:56: error: dereferencing pointer to incomplete type
unionfs_debugmacros.h:58: error: dereferencing pointer to incomplete type
unionfs_debugmacros.h: In function '__set_ftohf':
unionfs_debugmacros.h:66: error: dereferencing pointer to incomplete type
unionfs_debugmacros.h:66: error: dereferencing pointer to incomplete type
unionfs_debugmacros.h:66: error: 'KERN_CRIT' undeclared (first use in this function)
unionfs_debugmacros.h:66: error: expected ')' before string constant
unionfs_debugmacros.h:67: error: dereferencing pointer to incomplete type
unionfs_debugmacros.h: In function '__itohi_index':
unionfs_debugmacros.h:83: error: 'KERN_CRIT' undeclared (first use in this function)
unionfs_debugmacros.h:83: error: expected ')' before string constant
unionfs_debugmacros.h:85: error: 'struct unionfs_inode_info' has no member named 'uii_inode_i'
unionfs_debugmacros.h:88: error: 'struct unionfs_inode_info' has no member named 'uii_inode_p'
unionfs_debugmacros.h:90: error: dereferencing pointer to incomplete type
unionfs_debugmacros.h:90: error: dereferencing pointer to incomplete type
unionfs_debugmacros.h:90: error: expected ')' before string constant
unionfs_debugmacros.h: In function '__itohi':
unionfs_debugmacros.h:97: error: 'KERN_CRIT' undeclared (first use in this function)
unionfs_debugmacros.h:97: error: expected ')' before string constant
unionfs_debugmacros.h: In function '__set_itohi_index':
unionfs_debugmacros.h:106: error: 'KERN_CRIT' undeclared (first use in this function)
unionfs_debugmacros.h:106: error: expected ')' before string constant
unionfs_debugmacros.h:108: error: dereferencing pointer to incomplete type
unionfs_debugmacros.h:108: error: dereferencing pointer to incomplete type
unionfs_debugmacros.h:108: error: expected ')' before string constant
unionfs_debugmacros.h:110: error: 'struct unionfs_inode_info' has no member named 'uii_inode_i'
unionfs_debugmacros.h:112: error: 'struct unionfs_inode_info' has no member named 'uii_inode_p'
unionfs_debugmacros.h: In function '__stohs_index':
unionfs_debugmacros.h:127: error: dereferencing pointer to incomplete type
unionfs_debugmacros.h:129: error: dereferencing pointer to incomplete type
unionfs_debugmacros.h: In function '__stohs':
unionfs_debugmacros.h:137: error: dereferencing pointer to incomplete type
unionfs_debugmacros.h:137: error: dereferencing pointer to incomplete type
unionfs_debugmacros.h:137: error: 'KERN_CRIT' undeclared (first use in this function)
unionfs_debugmacros.h:137: error: expected ')' before string constant
unionfs_debugmacros.h:138: error: dereferencing pointer to incomplete type
unionfs_debugmacros.h: In function '__set_stohs_index':
unionfs_debugmacros.h:149: error: dereferencing pointer to incomplete type
unionfs_debugmacros.h:151: error: dereferencing pointer to incomplete type
unionfs_debugmacros.h: In function 'stohiddenmnt_index':
unionfs_debugmacros.h:163: error: 'KERN_CRIT' undeclared (first use in this function)
unionfs_debugmacros.h:163: error: expected ')' before string constant
unionfs_debugmacros.h:165: error: dereferencing pointer to incomplete type
unionfs_debugmacros.h:167: error: dereferencing pointer to incomplete type
unionfs_debugmacros.h: In function 'set_stohiddenmnt_index':
unionfs_debugmacros.h:174: error: 'KERN_CRIT' undeclared (first use in this function)
unionfs_debugmacros.h:174: error: expected ')' before string constant
unionfs_debugmacros.h:176: error: dereferencing pointer to incomplete type
unionfs_debugmacros.h:178: error: dereferencing pointer to incomplete type
unionfs_debugmacros.h: In function 'set_branch_count':
unionfs_debugmacros.h:186: error: 'KERN_CRIT' undeclared (first use in this function)
unionfs_debugmacros.h:186: error: expected ')' before string constant
unionfs_debugmacros.h:188: error: dereferencing pointer to incomplete type
unionfs_debugmacros.h:190: error: dereferencing pointer to incomplete type
unionfs_debugmacros.h: In function 'branch_count':
unionfs_debugmacros.h:197: error: 'KERN_CRIT' undeclared (first use in this function)
unionfs_debugmacros.h:197: error: expected ')' before string constant
unionfs_debugmacros.h:199: error: dereferencing pointer to incomplete type
unionfs_debugmacros.h:202: error: dereferencing pointer to incomplete type
unionfs_debugmacros.h: In function 'branchget':
unionfs_debugmacros.h:208: error: 'KERN_CRIT' undeclared (first use in this function)
unionfs_debugmacros.h:208: error: expected ')' before string constant
unionfs_debugmacros.h:210: error: dereferencing pointer to incomplete type
unionfs_debugmacros.h:212: error: dereferencing pointer to incomplete type
unionfs_debugmacros.h: In function 'branchput':
unionfs_debugmacros.h:217: error: 'KERN_CRIT' undeclared (first use in this function)
unionfs_debugmacros.h:217: error: expected ')' before string constant
unionfs_debugmacros.h:219: error: dereferencing pointer to incomplete type
unionfs_debugmacros.h:221: error: dereferencing pointer to incomplete type
unionfs_debugmacros.h: In function '__dtopd':
unionfs_debugmacros.h:233: error: 'KERN_CRIT' undeclared (first use in this function)
unionfs_debugmacros.h:233: error: expected ')' before string constant
unionfs_debugmacros.h:234: error: dereferencing pointer to incomplete type
unionfs_debugmacros.h:237: error: expected ')' before string constant
unionfs_debugmacros.h:240: error: dereferencing pointer to incomplete type
unionfs_debugmacros.h:241: error: 'KERN_EMERG' undeclared (first use in this function)
unionfs_debugmacros.h:242: error: expected ')' before string constant
unionfs_debugmacros.h:246: error: expected ')' before string constant
unionfs_debugmacros.h:247: error: dereferencing pointer to incomplete type
unionfs_debugmacros.h:247: error: dereferencing pointer to incomplete type
unionfs_debugmacros.h:247: error: expected ')' before string constant
unionfs_debugmacros.h: In function '__set_dbend':
unionfs_debugmacros.h:270: error: 'KERN_CRIT' undeclared (first use in this function)
unionfs_debugmacros.h:270: error: expected ')' before string constant
unionfs_debugmacros.h:272: error: expected ')' before string constant
unionfs_debugmacros.h:273: error: dereferencing pointer to incomplete type
unionfs_debugmacros.h:273: error: dereferencing pointer to incomplete type
unionfs_debugmacros.h:273: error: expected ')' before string constant
unionfs_debugmacros.h: In function '__set_dbstart':
unionfs_debugmacros.h:291: error: 'KERN_CRIT' undeclared (first use in this function)
unionfs_debugmacros.h:291: error: expected ')' before string constant
unionfs_debugmacros.h:293: error: expected ')' before string constant
unionfs_debugmacros.h:294: error: dereferencing pointer to incomplete type
unionfs_debugmacros.h:294: error: dereferencing pointer to incomplete type
unionfs_debugmacros.h:294: error: expected ')' before string constant
unionfs_debugmacros.h: In function '__set_dbopaque':
unionfs_debugmacros.h:312: error: 'KERN_CRIT' undeclared (first use in this function)
unionfs_debugmacros.h:312: error: expected ')' before string constant
unionfs_debugmacros.h:314: error: expected ')' before string constant
unionfs_debugmacros.h:315: error: dereferencing pointer to incomplete type
unionfs_debugmacros.h:315: error: dereferencing pointer to incomplete type
unionfs_debugmacros.h:315: error: expected ')' before string constant
unionfs_debugmacros.h:316: error: expected ')' before string constant
unionfs_debugmacros.h: In function '__dtohd_index':
unionfs_debugmacros.h:334: error: 'KERN_CRIT' undeclared (first use in this function)
unionfs_debugmacros.h:334: error: expected ')' before string constant
unionfs_debugmacros.h:336: error: dereferencing pointer to incomplete type
unionfs_debugmacros.h:336: error: dereferencing pointer to incomplete type
unionfs_debugmacros.h:336: error: expected ')' before string constant
unionfs_debugmacros.h:337: error: expected ')' before string constant
unionfs_debugmacros.h:339: error: 'struct unionfs_dentry_info' has no member named 'udi_dentry_p'
unionfs_debugmacros.h:339: error: 'struct unionfs_dentry_info' has no member named 'udi_dentry_p'
unionfs_debugmacros.h:339: error: expected ')' before string constant
unionfs_debugmacros.h:340: error: expected ')' before string constant
unionfs_debugmacros.h:342: error: dereferencing pointer to incomplete type
unionfs_debugmacros.h:345: error: dereferencing pointer to incomplete type
unionfs_debugmacros.h:346: error: dereferencing pointer to incomplete type
unionfs_debugmacros.h:346: error: dereferencing pointer to incomplete type
unionfs_debugmacros.h:346: error: expected ')' before string constant
unionfs_debugmacros.h:353: error: 'struct unionfs_dentry_info' has no member named 'udi_generation'
unionfs_debugmacros.h:355: error: dereferencing pointer to incomplete type
unionfs_debugmacros.h:356: error: expected ')' before string constant
unionfs_debugmacros.h:360: error: 'struct unionfs_dentry_info' has no member named 'udi_dentry_i'
unionfs_debugmacros.h:362: error: 'struct unionfs_dentry_info' has no member named 'udi_dentry_p'
unionfs_debugmacros.h:364: error: expected ')' before string constant
unionfs_debugmacros.h:365: error: dereferencing pointer to incomplete type
unionfs_debugmacros.h:365: error: dereferencing pointer to incomplete type
unionfs_debugmacros.h:365: error: expected ')' before string constant
unionfs_debugmacros.h: In function '__dtohd':
unionfs_debugmacros.h:380: error: 'KERN_CRIT' undeclared (first use in this function)
unionfs_debugmacros.h:380: error: expected ')' before string constant
unionfs_debugmacros.h: In function '__set_dtohd_index':
unionfs_debugmacros.h:397: error: 'KERN_CRIT' undeclared (first use in this function)
unionfs_debugmacros.h:397: error: expected ')' before string constant
unionfs_debugmacros.h:401: error: dereferencing pointer to incomplete type
unionfs_debugmacros.h:401: error: dereferencing pointer to incomplete type
unionfs_debugmacros.h:401: error: expected ')' before string constant
unionfs_debugmacros.h:402: error: expected ')' before string constant
unionfs_debugmacros.h:404: error: 'struct unionfs_dentry_info' has no member named 'udi_dentry_p'
unionfs_debugmacros.h:404: error: 'struct unionfs_dentry_info' has no member named 'udi_dentry_p'
unionfs_debugmacros.h:404: error: expected ')' before string constant
unionfs_debugmacros.h:405: error: expected ')' before string constant
unionfs_debugmacros.h:407: error: dereferencing pointer to incomplete type
unionfs_debugmacros.h:410: error: dereferencing pointer to incomplete type
unionfs_debugmacros.h:411: error: dereferencing pointer to incomplete type
unionfs_debugmacros.h:411: error: dereferencing pointer to incomplete type
unionfs_debugmacros.h:411: error: expected ')' before string constant
unionfs_debugmacros.h:418: error: 'struct unionfs_dentry_info' has no member named 'udi_generation'
unionfs_debugmacros.h:420: error: dereferencing pointer to incomplete type
unionfs_debugmacros.h:421: error: expected ')' before string constant
unionfs_debugmacros.h:425: error: expected ')' before string constant
unionfs_debugmacros.h:427: error: 'struct unionfs_dentry_info' has no member named 'udi_dentry_i'
unionfs_debugmacros.h:429: error: 'struct unionfs_dentry_info' has no member named 'udi_dentry_p'
In file included from subr.c:20:
unionfs.h: At top level:
unionfs.h:425: warning: 'struct file_lock' declared inside parameter list
unionfs.h:426: warning: 'struct file_lock' declared inside parameter list
unionfs.h: In function 'get_nlinks':
unionfs.h:503: error: 'KERN_CRIT' undeclared (first use in this function)
unionfs.h:503: error: expected ')' before string constant
unionfs.h:504: error: dereferencing pointer to incomplete type
unionfs.h:505: error: dereferencing pointer to incomplete type
unionfs.h:510: error: dereferencing pointer to incomplete type
unionfs.h:513: error: dereferencing pointer to incomplete type
unionfs.h: In function 'fist_copy_attr_atime':
unionfs.h:521: error: 'KERN_CRIT' undeclared (first use in this function)
unionfs.h:521: error: expected ')' before string constant
unionfs.h:522: error: expected ')' before string constant
unionfs.h:523: error: dereferencing pointer to incomplete type
unionfs.h:523: error: dereferencing pointer to incomplete type
unionfs.h: In function 'fist_copy_attr_times':
unionfs.h:528: error: 'KERN_CRIT' undeclared (first use in this function)
unionfs.h:528: error: expected ')' before string constant
unionfs.h:529: error: expected ')' before string constant
unionfs.h:530: error: dereferencing pointer to incomplete type
unionfs.h:530: error: dereferencing pointer to incomplete type
unionfs.h:531: error: dereferencing pointer to incomplete type
unionfs.h:531: error: dereferencing pointer to incomplete type
unionfs.h:532: error: dereferencing pointer to incomplete type
unionfs.h:532: error: dereferencing pointer to incomplete type
unionfs.h: In function 'fist_copy_attr_timesizes':
unionfs.h:537: error: 'KERN_CRIT' undeclared (first use in this function)
unionfs.h:537: error: expected ')' before string constant
unionfs.h:538: error: expected ')' before string constant
unionfs.h:539: error: dereferencing pointer to incomplete type
unionfs.h:539: error: dereferencing pointer to incomplete type
unionfs.h:540: error: dereferencing pointer to incomplete type
unionfs.h:540: error: dereferencing pointer to incomplete type
unionfs.h:541: error: dereferencing pointer to incomplete type
unionfs.h:541: error: dereferencing pointer to incomplete type
unionfs.h:542: error: dereferencing pointer to incomplete type
unionfs.h:542: error: dereferencing pointer to incomplete type
unionfs.h:542: error: dereferencing pointer to incomplete type
unionfs.h:542: error: dereferencing pointer to incomplete type
unionfs.h: In function 'fist_copy_attr_all':
unionfs.h:548: error: 'KERN_DEBUG' undeclared (first use in this function)
unionfs.h:548: error: expected ')' before string constant
unionfs.h:549: error: 'KERN_CRIT' undeclared (first use in this function)
unionfs.h:549: error: expected ')' before string constant
unionfs.h:550: error: expected ')' before string constant
unionfs.h:551: error: dereferencing pointer to incomplete type
unionfs.h:551: error: dereferencing pointer to incomplete type
unionfs.h:553: error: dereferencing pointer to incomplete type
unionfs.h:554: error: dereferencing pointer to incomplete type
unionfs.h:555: error: dereferencing pointer to incomplete type
unionfs.h:555: error: dereferencing pointer to incomplete type
unionfs.h:556: error: dereferencing pointer to incomplete type
unionfs.h:556: error: dereferencing pointer to incomplete type
unionfs.h:557: error: dereferencing pointer to incomplete type
unionfs.h:557: error: dereferencing pointer to incomplete type
unionfs.h:558: error: dereferencing pointer to incomplete type
unionfs.h:558: error: dereferencing pointer to incomplete type
unionfs.h:559: error: dereferencing pointer to incomplete type
unionfs.h:559: error: dereferencing pointer to incomplete type
unionfs.h:560: error: dereferencing pointer to incomplete type
unionfs.h:560: error: dereferencing pointer to incomplete type
unionfs.h:561: error: dereferencing pointer to incomplete type
unionfs.h:561: error: dereferencing pointer to incomplete type
unionfs.h:562: error: dereferencing pointer to incomplete type
unionfs.h:562: error: dereferencing pointer to incomplete type
unionfs.h:563: error: dereferencing pointer to incomplete type
unionfs.h:563: error: dereferencing pointer to incomplete type
unionfs.h:563: error: dereferencing pointer to incomplete type
unionfs.h:563: error: dereferencing pointer to incomplete type
unionfs.h:570: error: dereferencing pointer to incomplete type
unionfs.h:570: error: dereferencing pointer to incomplete type
unionfs.h:573: error: expected ')' before string constant
unionfs.h: In function 'branchperms':
unionfs.h:593: error: 'KERN_CRIT' undeclared (first use in this function)
unionfs.h:593: error: expected ')' before string constant
unionfs.h:594: error: expected ')' before string constant
unionfs.h:595: error: dereferencing pointer to incomplete type
unionfs.h:595: error: dereferencing pointer to incomplete type
unionfs.h:595: error: expected ')' before string constant
unionfs.h:598: error: dereferencing pointer to incomplete type
unionfs.h:598: error: dereferencing pointer to incomplete type
unionfs.h:598: error: expected ')' before string constant
unionfs.h:601: error: dereferencing pointer to incomplete type
unionfs.h:604: error: dereferencing pointer to incomplete type
unionfs.h: In function 'set_branchperms':
unionfs.h:611: error: 'KERN_CRIT' undeclared (first use in this function)
unionfs.h:611: error: expected ')' before string constant
unionfs.h:612: error: expected ')' before string constant
unionfs.h:613: error: dereferencing pointer to incomplete type
unionfs.h:613: error: dereferencing pointer to incomplete type
unionfs.h:613: error: expected ')' before string constant
unionfs.h:616: error: dereferencing pointer to incomplete type
unionfs.h:616: error: dereferencing pointer to incomplete type
unionfs.h:616: error: expected ')' before string constant
unionfs.h:619: error: dereferencing pointer to incomplete type
unionfs.h:621: error: dereferencing pointer to incomplete type
unionfs.h: In function '__is_robranch_super':
unionfs.h:634: error: 'KERN_DEBUG' undeclared (first use in this function)
unionfs.h:634: error: expected ')' before string constant
unionfs.h:636: error: 'MAY_WRITE' undeclared (first use in this function)
unionfs.h:640: error: expected ')' before string constant
unionfs.h: In function '__is_robranch_index':
unionfs.h:652: error: 'KERN_DEBUG' undeclared (first use in this function)
unionfs.h:652: error: expected ')' before string constant
unionfs.h:654: error: 'KERN_CRIT' undeclared (first use in this function)
unionfs.h:654: error: expected ')' before string constant
unionfs.h:655: error: expected ')' before string constant
unionfs.h:656: error: expected ')' before string constant
unionfs.h:657: error: dereferencing pointer to incomplete type
unionfs.h:657: error: dereferencing pointer to incomplete type
unionfs.h:657: error: expected ')' before string constant
unionfs.h:659: error: dereferencing pointer to incomplete type
unionfs.h:659: error: dereferencing pointer to incomplete type
unionfs.h:659: error: expected ')' before string constant
unionfs.h:662: error: dereferencing pointer to incomplete type
unionfs.h:665: error: dereferencing pointer to incomplete type
unionfs.h:668: error: 'MAY_WRITE' undeclared (first use in this function)
unionfs.h:670: error: dereferencing pointer to incomplete type
unionfs.h:674: error: expected ')' before string constant
unionfs.h: In function '__is_robranch':
unionfs.h:684: error: 'KERN_DEBUG' undeclared (first use in this function)
unionfs.h:684: error: expected ')' before string constant
unionfs.h:686: error: 'KERN_CRIT' undeclared (first use in this function)
unionfs.h:686: error: expected ')' before string constant
unionfs.h:687: error: expected ')' before string constant
unionfs.h:689: error: expected ')' before string constant
unionfs.h:693: error: expected ')' before string constant
unionfs.h: At top level:
unionfs.h:719: error: expected specifier-qualifier-list before 'uint32_t'
unionfs.h:726: error: expected specifier-qualifier-list before 'uint32_t'
unionfs.h:734: error: expected specifier-qualifier-list before 'uint8_t'
unionfs.h:739: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'get_uin'
unionfs.h:741: error: expected declaration specifiers or '...' before 'ino_t'
subr.c: In function 'create_whiteout':
subr.c:32: error: 'NULL' undeclared (first use in this function)
subr.c:35: error: 'KERN_DEBUG' undeclared (first use in this function)
subr.c:35: error: expected ')' before string constant
subr.c:37: error: 'KERN_CRIT' undeclared (first use in this function)
subr.c:37: error: expected ')' before string constant
subr.c:38: error: dereferencing pointer to incomplete type
subr.c:38: error: dereferencing pointer to incomplete type
subr.c:38: error: expected ')' before string constant
subr.c:45: error: dereferencing pointer to incomplete type
subr.c:45: error: 'GFP_KERNEL' undeclared (first use in this function)
subr.c:45: warning: assignment makes pointer from integer without a cast
subr.c:50: warning: incompatible implicit declaration of built-in function 'strcpy'
subr.c:51: warning: incompatible implicit declaration of built-in function 'strncat'
subr.c:51: error: dereferencing pointer to incomplete type
subr.c:51: error: dereferencing pointer to incomplete type
subr.c:52: error: dereferencing pointer to incomplete type
subr.c:63: error: dereferencing pointer to incomplete type
subr.c:66: error: expected ')' before string constant
subr.c:73: error: dereferencing pointer to incomplete type
subr.c:74: error: dereferencing pointer to incomplete type
subr.c:74: warning: assignment makes pointer from integer without a cast
subr.c:78: error: dereferencing pointer to incomplete type
subr.c:78: error: dereferencing pointer to incomplete type
subr.c:78: error: expected ')' before string constant
subr.c:81: error: dereferencing pointer to incomplete type
subr.c:89: error: dereferencing pointer to incomplete type
subr.c:91: error: 'current' undeclared (first use in this function)
subr.c:91: error: 'S_IRWXUGO' undeclared (first use in this function)
subr.c:101: error: dereferencing pointer to incomplete type
subr.c:117: error: expected ')' before string constant
subr.c: In function 'create_whiteout_parent':
subr.c:131: error: 'NULL' undeclared (first use in this function)
subr.c:134: error: 'KERN_DEBUG' undeclared (first use in this function)
subr.c:134: error: expected ')' before string constant
subr.c:136: error: 'KERN_CRIT' undeclared (first use in this function)
subr.c:136: error: expected ')' before string constant
subr.c:143: warning: incompatible implicit declaration of built-in function 'strlen'
subr.c:143: error: 'GFP_KERNEL' undeclared (first use in this function)
subr.c:143: warning: assignment makes pointer from integer without a cast
subr.c:148: warning: incompatible implicit declaration of built-in function 'strcpy'
subr.c:149: warning: incompatible implicit declaration of built-in function 'strncat'
subr.c:159: error: dereferencing pointer to incomplete type
subr.c:159: error: dereferencing pointer to incomplete type
subr.c:159: error: expected ')' before string constant
subr.c:161: error: dereferencing pointer to incomplete type
subr.c:165: error: expected ')' before string constant
subr.c:177: error: dereferencing pointer to incomplete type
subr.c:177: error: dereferencing pointer to incomplete type
subr.c:177: error: expected ')' before string constant
subr.c:182: error: dereferencing pointer to incomplete type
subr.c:185: error: dereferencing pointer to incomplete type
subr.c:189: error: dereferencing pointer to incomplete type
subr.c:198: error: dereferencing pointer to incomplete type
subr.c:206: error: dereferencing pointer to incomplete type
subr.c:206: error: dereferencing pointer to incomplete type
subr.c:206: warning: passing argument 3 of '__set_itohi_index' makes pointer from integer without a cast
subr.c:213: warning: assignment makes pointer from integer without a cast
subr.c:216: error: dereferencing pointer to incomplete type
subr.c:216: error: dereferencing pointer to incomplete type
subr.c:216: error: expected ')' before string constant
subr.c:223: error: dereferencing pointer to incomplete type
subr.c:231: error: dereferencing pointer to incomplete type
subr.c:233: error: 'current' undeclared (first use in this function)
subr.c:233: error: 'S_IRWXUGO' undeclared (first use in this function)
subr.c:242: error: dereferencing pointer to incomplete type
subr.c:250: error: dereferencing pointer to incomplete type
subr.c:257: error: expected ')' before string constant
subr.c: In function 'unionfs_refresh_hidden_dentry':
subr.c:269: error: 'KERN_DEBUG' undeclared (first use in this function)
subr.c:269: error: expected ')' before string constant
subr.c:271: error: dereferencing pointer to incomplete type
subr.c:273: error: 'KERN_CRIT' undeclared (first use in this function)
subr.c:273: error: expected ')' before string constant
subr.c:274: error: dereferencing pointer to incomplete type
subr.c:274: error: dereferencing pointer to incomplete type
subr.c:274: error: expected ')' before string constant
subr.c:275: error: dereferencing pointer to incomplete type
subr.c:275: error: dereferencing pointer to incomplete type
subr.c:275: error: expected ')' before string constant
subr.c:278: error: dereferencing pointer to incomplete type
subr.c:279: error: dereferencing pointer to incomplete type
subr.c:279: warning: assignment makes pointer from integer without a cast
subr.c:287: error: dereferencing pointer to incomplete type
subr.c:288: error: dereferencing pointer to incomplete type
subr.c:289: error: dereferencing pointer to incomplete type
subr.c:289: error: 'NULL' undeclared (first use in this function)
subr.c:291: error: dereferencing pointer to incomplete type
subr.c:296: error: dereferencing pointer to incomplete type
subr.c:296: error: dereferencing pointer to incomplete type
subr.c:296: warning: passing argument 3 of '__set_itohi_index' makes pointer from integer without a cast
subr.c:301: error: expected ')' before string constant
make: *** [subr.o] Error 1
FATAL: oe_runmake failed
(-:
:-)
----- Original Message ----
From: nathan zadoks <nathanzadoks@yahoo.co.uk>
To: htc-pxa@handhelds.org
Sent: Wednesday, 28 May, 2008 6:17:40 PM
Subject: [Htc-pxa] Kernel UnionFS/AUFS
Hello,
I would like to know: How do I add UnionFS/AUFS support to the kernel? I tried AUFS, but it could'nt find arm-linux-gcc (it is not in anywhere my build dir).
Nathan
(-:
:-)
__________________________________________________________
Sent from Yahoo! Mail.
A Smarter Email http://uk.docs.yahoo.com/nowyoucan.html
_______________________________________________
Htc-pxa mailing list
Htc-pxa@handhelds.org
https://www.handhelds.org/mailman/listinfo/htc-pxa
__________________________________________________________
Sent from Yahoo! Mail.
A Smarter Email http://uk.docs.yahoo.com/nowyoucan.html
Received on Wed May 28 2008 - 13:15:17 EDT
This archive was generated by hypermail 2.2.0 : Wed May 28 2008 - 13:15:35 EDT