We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Jam file hack for gcc : arm - https://github.com/doublethinkco/cpp-ethereum-cross/blob/master/cross-build/ethereum/boost.sh#L39
Jam/Boost cross-compiling link - http://www.boost.org/build/doc/html/bbv2/tasks/crosscompile.html.
Looks like we need a user config file to pass to b2, and then maybe some extra parameterization in our call to b2.
Also a confusing namespacing thing with exceptions which I suspect is some missing config setting: https://github.com/doublethinkco/cpp-ethereum-cross/blob/master/cross-build/ethereum/libethereum.sh#L26
The text was updated successfully, but these errors were encountered:
So, for that exception one:
Sorry, something went wrong.
PR to address exception_ptr submitted -> ethereum/libethereum#289.
No branches or pull requests
Jam file hack for gcc : arm - https://github.com/doublethinkco/cpp-ethereum-cross/blob/master/cross-build/ethereum/boost.sh#L39
Jam/Boost cross-compiling link - http://www.boost.org/build/doc/html/bbv2/tasks/crosscompile.html.
Looks like we need a user config file to pass to b2, and then maybe some extra parameterization in our call to b2.
Also a confusing namespacing thing with exceptions which I suspect is some missing config setting: https://github.com/doublethinkco/cpp-ethereum-cross/blob/master/cross-build/ethereum/libethereum.sh#L26The text was updated successfully, but these errors were encountered: