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-16 02:38:00


for cross compiling you have to tell boost.build some properties
(architecture, address-model, abi, binary-format) because
boost.build can't detect it correctly + you have to use the correct
assembler tool.

I assume you want to compile for:

architecture: ARM
address-model: 32
api: AAPCS
binary-format: ELF

the command line should be: b2 toolset=gcc architecture=arm
address-model=32 api=aapcs binary-format=elf


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