📢 Webサイト閉鎖と移転のお知らせ
このWebサイトは2026年9月に閉鎖いたします。
新しい記事は移転先で追加しております。(旧サイトでは記事を追加しておりません)
| 319行目: | 319行目: | ||
../configure --prefix=<クロスコンパイラ向けGCCのインストールディレクトリ> \ | ../configure --prefix=<クロスコンパイラ向けGCCのインストールディレクトリ> \ | ||
--build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --target=h8300-elf \ | --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --target=h8300-elf \ | ||
--enable-languages=c | --enable-languages=c --disable-bootstrap --disable-nls --disable-shared --enable-lto \ | ||
--with-newlib \ | --with-newlib \ | ||
--with-headers=/<上記でダウンロードしたNewLibのディレクトリ>/newlib/libc/include | --with-headers=/<上記でダウンロードしたNewLibのディレクトリ>/newlib/libc/include | ||