はじめに 久々にベアメタル熱が上がってきた。 メガマニュアルには下記のような記述があり、baremetalのビルドができそう。 TCLIBC Specifies the GNU standard C library (libc) variant to use during the build process. You can select “glibc”, “musl”, “newlib”, or “baremetal”. OpenEmbedded-Coreにはbaremetal-helloworldというレシピが存在する。 この大本となるリポジトリには下記のようにビルド手順が示されており、上…