boostorg / context

305 stars 150 forks source link

unknown feature "<context-impl>" #258

Closed gpascalauteufel closed 7 months ago

gpascalauteufel commented 7 months ago

Trying to build Boost 1.82 as part of Yocto for an aarch64 target (ARM 64 bit) and trying to switch to ucontext instead of fcontext for better sanitizer support.

I'm using the flags:

./b2 install context-impl=ucontext define=BOOST_USE_UCONTEXT define=BOOST_USE_ASAN

However, I'm getting:

warning: Configuring default toolset "gcc".
1_1.82.0-r0/git/src/build/feature.jam:327: in validate-feature from module feature
error: unknown feature "<context-impl>"

I'm having no problem building the same version of Boost for x86. What am I missing? Please let me know what other type of logs/info is needed. Thanks in advance.

LE: apologies, for closing and re-opening the ticket. Was a misclick :S

gpascalauteufel commented 7 months ago

Yocto misconfiguration, not relevant to Boost Context.