Git Product home page Git Product logo

Comments (4)

anestisb avatar anestisb commented on May 2, 2024 1

Honggfuzz applies a set of patches to upstream libunwind to fix NDK compilation issues and some bugs/improvements for arm/aarch64 unwinding. If you get this error message it means that the patches have not been successfully applied or something conflicts in the submodule handling automation from the scripts.

Building honggfuzz vanilla upstream for all Android archs seems to work fine with latest ndk r14b, so something is broken or in a non-handled state in your workspace. I suggest that you hard reset to upstream master branch for main & submodules and try again.

I've created a branch to tide-up and improve the submodules/patches handling here, although I didn't find the time yet to carefully test it.

from honggfuzz.

robertswiecki avatar robertswiecki commented on May 2, 2024 1

On slightly different note: In #139 we're preparing for 1.0 release (possibly next week). Maybe we can make sure that whatever doesn't work in 0.9, works in 1.0? Just a suggestion.

from honggfuzz.

anestisb avatar anestisb commented on May 2, 2024

@robertswiecki sure. Will test again the improvements and PR them before the 1.0 release.

from honggfuzz.

ChrysanthemumHW avatar ChrysanthemumHW commented on May 2, 2024

THANK you very much, i have been solved that problem.
BUT when i execute make with android PHONY to cross-compile from project's root directory, error occurs again. The OUTPUT is :
running CONFIG_SHELL=/bin/sh /bin/sh ./configure --host=aarch64-linux-android --disable-coredump host_alias=aarch64-linux-android CC=/mnt/disk/android-ndk-r13b/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/bin/aarch64-linux-android-gcc --sysroot=/mnt/disk/android-ndk-r13b/platforms/android-21/arch-arm64 CXX=/mnt/disk/android-ndk-r13b/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/bin/aarch64-linux-android-g++ --sysroot=/mnt/disk/android-ndk-r13b/platforms/android-21/arch-arm64 --no-create --no-recursion
configure: WARNING: If you wanted to set the --build type, don't use --host.
If a cross compiler is detected then cross compile mode will be used.
checking build system type... x86_64-unknown-linux-gnu
checking host system type... Invalid configuration aarch64-linux-android': machine aarch64-linux' not recognized
configure: error: /bin/sh config/config.sub aarch64-linux-android failed
make[1]: *** [config.status] Error 1
make[1]: Leaving directory /mnt/disk/git_test/third_party/android/libunwind' configure: WARNING: If you wanted to set the --build type, don't use --host. If a cross compiler is detected then cross compile mode will be used. checking build system type... x86_64-unknown-linux-gnu checking host system type... Invalid configuration aarch64-linux-android': machine `aarch64-linux' not recognized
configure: error: /bin/sh config/config.sub aarch64-linux-android failed

from honggfuzz.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.