On Thu, 2007-05-24 at 08:28 -0700, Linus Torvalds wrote: > > Can you compile those two modules with PCMCIA_DEBUG=4? > > Something like > > make EXTRA_CFLAGS=-DPCMCIA_DEBUG=4 > > should do it. You might also enable CONFIG_PCMCIA_DEBUG while you're at > it. And then the extra debugging output hopefully will narrow down where > things go south.
Compiling now. I had lost a lot of time because at first try it stopped in ntfs: CC [M] fs/ntfs/super.o fs/ntfs/super.c: In function ‘init_ntfs_fs’: fs/ntfs/super.c:3152: error: expected ‘)’ before ‘NTFS_VERSION’ fs/ntfs/super.c: At top level: fs/ntfs/super.c:3262: error: expected ‘,’ or ‘;’ before ‘NTFS_VERSION’ make[2]: *** [fs/ntfs/super.o] Error 1 make[1]: *** [fs/ntfs] Error 2 make: *** [fs] Error 2 I suppose because NTFS_VERSION were defined as EXTRA_CFLAGS too in the Makefile, and I corrected it adding a fake #define NTFS_VERSION in super.c. Then I got to a meeting, and coming back: CC [M] fs/xfs/quota/xfs_dquot.o fs/xfs/quota/xfs_dquot.c:18:17: error: xfs.h: No such file or directory fs/xfs/quota/xfs_dquot.c:19:20: error: xfs_fs.h: No such file or directory fs/xfs/quota/xfs_dquot.c:20:21: error: xfs_bit.h: No such file or directory fs/xfs/quota/xfs_dquot.c:21:21: error: xfs_log.h: No such file or directory So I gave up and lost^Wused a couple of hours trimming down .config, and now it's compiling. Romano - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/