Doris 编译错误 error: No best alternative for libs/context/build/asm_sources
错误
error: No best alternative for libs/context/build/asm_sources
解决方案
打开 doris/thirdparty/src/boost_1_81_0/libs/context/build/Jamfile.v2
在文件未添加
alias asm_sources
: asm/make_arm_aapcs_elf_gas.S
asm/jump_arm_aapcs_elf_gas.S
asm/ontop_arm_aapcs_elf_gas.S
: <abi>sysv
<address-model>32
<architecture>arm
<binary-format>elf
<toolset>gcc
;
alias asm_sources
: asm/make_arm64_aapcs_elf_gas.S
asm/jump_arm64_aapcs_elf_gas.S
asm/ontop_arm64_aapcs_elf_gas.S
: <abi>sysv
<address-model>64
<architecture>arm
<binary-format>elf
<toolset>gcc
;