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.
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
Trying to build Boost 1.82 as part of Yocto for an
aarch64
target (ARM 64 bit) and trying to switch toucontext
instead offcontext
for better sanitizer support.I'm using the flags:
However, I'm getting:
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