Boost logo

Boost-Build :

Subject: Re: [Boost-build] cross-compiling 1.58 for arm64
From: dbegun (dbegun_at_[hidden])
Date: 2019-02-25 15:24:58


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 <dbegun_at_[hidden]> 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.



Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk