Created attachment 151 [details] config files , and error message when build ntfs-3g Hi,erery one. When I select ntfs-3g in buildroot's menuconfig and build the softwares, it will show some error messages about ntfs-3g. following messages are the errors: --------------------------------------- unistr.c: In function 'ntfs_ucstombs': unistr.c:752: error: 'MB_CUR_MAX' undeclared (first use in this function) unistr.c:752: error: (Each undeclared identifier is reported only once unistr.c:752: error: for each function it appears in.) unistr.c:760: warning: implicit declaration of function 'wctomb' unistr.c: In function 'ntfs_mbstoucs': unistr.c:874: warning: implicit declaration of function 'mbstowcs' unistr.c:898: warning: implicit declaration of function 'mbtowc' make[2]: *** [libntfs_3g_la-unistr.lo] error 1 make[2]: Leaving directory `/mnt/sda3/buildroot-20090315/build_i686/ntfs-3g-1.5130/libntfs-3g' make[1]: *** [all-recursive] error 1 make[1]: Leaving directory `/mnt/sda3/buildroot-20090315/build_i686/ntfs-3g-1.5130' make: *** [all] error 2 --------------------------------------- This report's attachment file is a bar file include buildroot's config files and the error message file. [buildroot 2009.05 ; gcc 4.3.3 ; uclibc 0.9.30.1; ] This error alse exist in past version's buildroot. And I wish you can add partimage to buildroot's package. Thank you. zhouqimin 2009-03-15 zhouqm27@gmail.com
Thanks. NTFS-3G needs WCHAR (and LARGEFILE) support in the toolchain. I've fixed the Kconfig stuff up in r25895 to make this clear.