Newlib(組み込み用標準Cライブラリ)をarm-none-eabi用にUbuntu上でビルドしていたところ、「warning: using cross tools not prefixed with host triplet」に遭遇しました. 実行環境 項目 説明 OS Ubuntu 20.04 LTS コンパイラ x86_64 Linux hosted cross toolchains AArch32 bare-metal target (arm-none-eabi) warningの内容 これはconfigureスクリプトを実行する際に--hostオプションで指定したprefix(接頭…