Giter Site home page Giter Site logo

Doesn't work at all about boost-for-android HOT 3 OPEN

rcdailey avatar rcdailey commented on August 17, 2024
Doesn't work at all

from boost-for-android.

Comments (3)

inetic avatar inetic commented on August 17, 2024

Hi, could you try changing the line 239 of file build-android.sh from

CXXPATH=$AndroidNDKRoot/toolchains/${TOOLCHAIN}/prebuilt/$PlatformOS-x86/bin/arm-linux-androideabi-g++
to
CXXPATH=$AndroidNDKRoot/toolchains/${TOOLCHAIN}/prebuilt/$PlatformOS/bin/arm-linux-androideabi-g++

See where it takes us. Also, I haven't used cygwin in a long time so I'm probably wrong, but shouldn't the path start with /cygdrive/c/...?

from boost-for-android.

rcdailey avatar rcdailey commented on August 17, 2024

FYI I did create a copy and rename it to windows-x86 just to get it
working. The logs I pasted are the result of that.

Yes maybe I'm not specifying paths correctly. What specifically ?​


Robert Dailey

On Thu, Jul 10, 2014 at 6:41 PM, Peter Jankuliak [email protected]
wrote:

Hi, could you try changing the line 239 of file build-android.sh from

CXXPATH=$AndroidNDKRoot/toolchains/${TOOLCHAIN}/prebuilt/$PlatformOS-x86/bin/arm-linux-androideabi-g++
to

CXXPATH=$AndroidNDKRoot/toolchains/${TOOLCHAIN}/prebuilt/$PlatformOS/bin/arm-linux-androideabi-g++

See where it takes us. Also, I haven't used cygwin in a long time so I'm
probably wrong, but shouldn't the path start with /cygdrive/c/...?


Reply to this email directly or view it on GitHub
#69 (comment)
.

from boost-for-android.

inetic avatar inetic commented on August 17, 2024

You should only need to specify the path to the NDK root, which seems you've done correctly. You can try to run command

ls -l /c/android/android-ndk-r9d/toolchains/arm-linux-androideabi-4.6/prebuilt/windows-x86/bin/arm-linux-androideabi-g++

to see if the path to the compiler is correct. The log you've pasted hints that there should be another log file called bootstrap.log somewhere. Can you find and paste it here?

from boost-for-android.

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.