Boost logo

Boost :

Subject: Re: [boost] libs/context/src/asm/make_i386_sysv_elf_gas.S:37: Error: junk at end of line
From: Frédéric Bron (frederic.bron_at_[hidden])
Date: 2013-10-11 02:46:35


> Found that in the doc:
> "For cross-compiling the lib you must specify certain additional
> properties at bjam command line: target-os, abi, binary-format,
> architecture and address-model. "
> But no clue on what to specify...
> I already use target-os=windows and address-model=32 or 64 but not
> binary-format and architecture.

I found from errors reported on the web what kind of values abi,
architecture and binary-format could have:
abi: aapcs ms o32 sysv
architecture: arm mips1 power x86
binary-format: elf mach-o pe

Where is the documentation to know what to use to target a specific
machine (i686-w64-mingw32 and x86_64-w64-mingw32 for me)?

Frédéric


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