$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: M. Dodson (md403_at_[hidden])
Date: 2020-02-01 23:20:02
Hello,
I am trying to cross compile Boost libraries for RTEMS (Real-Time Executive for Multiprocessor Systems) on RISC-V.
I have the toolchain available (e.g., riscv-rtems5-gcc).
Based on the Boost.Build user manual, I am not sure this is actually possible.
Following the âcross-compileâ instructions in section 4.9, it appears I have to supply a specific target operating system and that RTEMS is not supported.
Am I reading this correctly?
Is there any other way for me to cross-compile Boost for use with RTEMS?
Thanks,
Mike