$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
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