nmeum / android-tools

Unoffical CMake-based build system for android command line utilities
Apache License 2.0
177 stars 51 forks source link

f2fs-tools patches #75

Closed RohitVerma882 closed 1 year ago

RohitVerma882 commented 1 year ago

f2fs-tools is not available in android tools like make_f2fs, sload.

I'm trying to compile it but getting errors.

RohitVerma882 commented 1 year ago

/storage/emulated/0/Android/data/com.termux/files/RADB/src/f2fs-tools/include/f2fs_fs.h:1515:6: error: use of undeclared identifier 't' /storage/emulated/0/Android/data/com.termux/files/RADB/src/f2fs-tools/include/f2fs_fs.h:582:24: note: expanded from macro 'get_sb' typeof(sb->member) t; \ ^