Boost logo

Boost :

Subject: Re: [boost] Problem cross-compiling boost.context for Raspberry Pi (2)
From: Oliver Kowalke (oliver.kowalke_at_[hidden])
Date: 2015-06-17 02:30:52


> - Compiler does not care much, it just uses the default one
> - Boost.Build does not care either, since all ARM alternatives in
boost.context
> have the same ABI
>
> What am I missing

boost.context has to compile assemblerfiles/code. For this purpose it has
asm files for combinations of architecture, abi, binary-format and
address-model. The Jamfile of boost.context has rules for selecting the
correct ASM file. In the case of cross compiling the rules get the wrong
data. Theuser has to overwrite abi and the other properties guessed by
context's Jamfile.


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk