I m试图交叉编集陶器包裹。 我想用我的安乐器操作。
当我试图操作<代码>/configure时,它说。 Can t found ext2fs Library
. 我发现,问题很深,需要深层图书馆。 该图书馆已进入电子2fsprogs包。
因此,我试图汇编电子2fsprogs。 法定汇编是不可调用的,因为似乎电子2fsprogrs需要-enable-elf-shlibs
才能正确指挥。 我在指挥下建造了2fsprogrs:
"./configure --host=arm-none-linux-gnueabi" CC=arm-none-linux-gnueabi-gcc --enable-elf-shlibs && make && make install && make install-libs.
它运作正确,我收集了电子2fsprogs。 问题在于如何通过图书馆进行分散式编辑,然后是我必须复制哪些档案去我的和海底装置。
I think it s posible to need to link the .so .a files I m getting in e2fsprogs cross compilation but I dont understand exactly how to make this.
In one of my adventures cross compiling extundelete I got binary arm extundelete file but this was compiled dynamically linked and uses shared libraries. I tried to copy extundelete binary and .so files from e2fsprogs to my Android device but it doesnt run correctly.
任何人都能够帮助我了解充满活力的汇编的美好世界吗?