GithubHelp home page GithubHelp logo

Comments (3)

dot-asm avatar dot-asm commented on May 27, 2024 1

Given the form of the question, you make either of two assumptions, both of which are wrong. You either assume that the community is so large and diverse that somebody would know and have the opportunity to address it. Or that literally anybody would recognize exactly what is the problem and be able to answer the question off the top of their heads:-) Again, both assumptions are unfortunately wrong. While from our side assumption is that you would know what to do, quoting README.md: "respective [Go] users would go about as they would with any other external module." Which appears also wrong in the context?

To summarize, you have to be more specific. What was tried, what was the error message. Best would be if you could provide a minimalist code snippet and compiler command line that fails...

Cheers:-)

from blst.

sean-sn avatar sean-sn commented on May 27, 2024

Any more details on this @mostcute?

from blst.

dot-asm avatar dot-asm commented on May 27, 2024

One can wonder if it's a more general matter of cross-compiling with go. I mean it might be not specific to gomobile. Trouble is that if you try to simply cross-compile blst by setting GOARCH environment variable, you get totally non-descriptive error messages about missing classes defined in blst.go. The keyword for cross-compilation seems to be CGO_ENABLED environment variable set to 1. But then you become liable for setting CC environment variable to appoint cross-compiler for the job. But there is a catch here. Android NDK and Xcode use same compiler command for cross-compilation and specify alternative processor target with -target command line option(*). Which falls beyond CC environment variable. It might happen that gomobile already makes arrangements for passing suitable -target, in which case it might be sufficient to set CGO_ENABLED variable.

(*) Both are simply using clang.

from blst.

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.