Re: cross-compiling 1.58 for arm64
dbegun via Boost-build <[email protected]> Mon, 25 Feb 2019 15:24:58 +0000
| Newsgroups | gmane.comp.lib.boost.build |
|---|---|
| Message-ID | <MxsABbODEFcbkdNMlx7Lmj6V2aCjYJBqE0DehXEKYpX8ezJWaz-SF5XxoFN3jGBSqwG3Kxyi8j7HeK0oRC_dpeCUtVSHTcD9W515h5saSkw=@protonmail.com> |
Oh, ok, placing the "using gcc" stuff inside project-config.jam solved the issue. I guess 1.58 doesn't support user-config.jam yet? Sent with [ProtonMail](https://protonmail.com) Secure Email. ‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐ On Monday, February 25, 2019 4:46 PM, dbegun <[email protected]> wrote: > I am cross-compiling 1.58 for 64-bit ARM. I have done this before (with some help - http://boost.2283326.n4.nabble.com/Help-with-building-boost-for-ARM-td4703570.html). This time, I am unable to follow my own notes or the docs on cross-compilation. > > I add user-config.jam as described here: https://boostorg.github.io/build/manual/develop/index.html#bbv2.tasks.crosscompile > with: > using gcc : arm : aarch64-linux-gnu-g++ ; > > And compile with: > ./bootstrap.sh > ./b2 -q --without-context --without-coroutine -s NO_BZIP2=1 toolset=gcc architecture=arm address-model=64 > > This produces an x86 build (it used to produce an arm build on a different machine, and I don't know what's changed). > > If I try toolset=gcc-arm, I get: > .../boost_1_58_0/tools/build/src/tools/gcc.jam:121: in gcc.init from module gcc > error: toolset gcc initialization: > error: version 'arm' requested, but 'g++-arm' not found and version '5.4.0' of default 'g++' does not match > > Sent with [ProtonMail](https://protonmail.com) Secure Email. _______________________________________________ Unsubscribe & other changes: https://lists.boost.org/mailman/listinfo.cgi/boost-build