From: Roberto De I. <ro...@ro...> - 2003-05-07 22:24:45
|
Ok,after a lot of try and reboot i have compiled the HFS+ support into the kernel: 1) apply the patch to the vanilla kernel tree (get it at http://www.ardistech.com/hfsplus/) 2) apply the uclinux and ipod patch 3) add to the .config this lines: CONFIG_NLS=y CONFIG_NLS_DEFAULT="iso8859-1" change the second one with your preferred NLS (it looks like that this hfs+ implementation doesn't work without Native Language Support) 4) Change the EXTRA_CFLAGS variable in fs/hfsplus/Makefile with: EXTRA_CFLAGS= -O2 in this way gcc can perform inlining.... Now it should compile... I have not tested it a lot , hope it can be useful.. -- Roberto De Ioris (http://robbo.it) |