GithubHelp home page GithubHelp logo

Comments (5)

anestisb avatar anestisb commented on June 2, 2024 1

Project can be build with ndk-build from Android NDK. From the project directory simply run ndk-build

$ ndk-build
[armeabi-v7a] Compile thumb  : radamsa <= radamsa.c
[armeabi-v7a] Executable     : radamsa
[armeabi-v7a] Install        : radamsa => libs/armeabi-v7a/radamsa
[arm64-v8a] Compile        : radamsa <= radamsa.c
[arm64-v8a] Executable     : radamsa
[arm64-v8a] Install        : radamsa => libs/arm64-v8a/radamsa
[x86] Compile        : radamsa <= radamsa.c
[x86] Executable     : radamsa
[x86] Install        : radamsa => libs/x86/radamsa
[x86_64] Compile        : radamsa <= radamsa.c
[x86_64] Executable     : radamsa
[x86_64] Install        : radamsa => libs/x86_64/radamsa

from radamsa-android.

anestisb avatar anestisb commented on June 2, 2024 1

The build output is a standalone binary intended to run on Android devices and not a Linux workstation. If you want to run radamsa on your Linux machine, compile it from the official project.

from radamsa-android.

xyphanajay avatar xyphanajay commented on June 2, 2024

Tried to find how to change armeabi to armeabi-v7a, no luck. First time dealing with NDK.
I am using Manjaro, updated $PATH (added /home/../Android/ndk-bundle).

I am getting this error
Android NDK: The armeabi ABI is no longer supported. Use armeabi-v7a. Android NDK: NDK Application 'local' targets unknown ABI(s): armeabi Android NDK: Please fix the APP_ABI definition in ./jni/Application.mk /home/kaneki/Android/ndk-bundle/build/core/setup-app.mk:79: *** Android NDK: Aborting . Stop

Need help!

from radamsa-android.

anestisb avatar anestisb commented on June 2, 2024

Since armeabi is no longer supported from recent Android NDKs it has been removed in 40d1349. Checkout latest master and you should be ok.

from radamsa-android.

xyphanajay avatar xyphanajay commented on June 2, 2024

Successfully built radamsa but
$ radamsa
bash: radamsa: command not found
$ ./libs/x86_64/radamsa
bash: ./libs/x86_64/radamsa: No such file or directory
$ ./libs/arm64-v8a/radamsa
bash: ./libs/arm64-v8a/radamsa: cannot execute binary file: Exec format error
$ ./libs/armeabi-v7a/radamsa
bash: ./libs/armeabi-v7a/radamsa: cannot execute binary file: Exec format error

elf is available in libs/x86_64
$ binwalk libs/x86_64/radamsa

DECIMAL HEXADECIMAL DESCRIPTION

0 0x0 ELF, 64-bit LSB shared object, AMD x86-64, version 1 (SYSV)

from radamsa-android.

Related Issues (2)

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.