📢 Webサイト閉鎖と移転のお知らせ
このWebサイトは2026年9月に閉鎖いたします。
新しい記事は移転先で追加しております。(旧サイトでは記事を追加しておりません)

330行目: 330行目:
   
   
  # Raspberry Pi 3B+ / 4B の場合
  # Raspberry Pi 3B+ / 4B の場合
  export ARCH=armv8-a+crc
  export ARCH=armv8-a
  export FPU=neon-fp-armv8
export FPU=vfp  または export FPU=neon-fp-armv8
   
   
  ../configure --prefix=<クロスコンパイラ向けGCCのインストールディレクトリ>
  ../configure --prefix=<クロスコンパイラ向けGCCのインストールディレクトリ>
368行目: 368行目:
   
   
  # Raspberry Pi 3B+ / 4B の場合
  # Raspberry Pi 3B+ / 4B の場合
  export ARCH=armv8-a+crc
  export ARCH=armv8-a
  export FPU=neon-fp-armv8
export FPU=vfp  または export FPU=neon-fp-armv8
   
   
  export PATH="/<上記でインストールしたBinutilsのインストールディレクトリ>/bin:$PATH"
  export PATH="/<上記でインストールしたBinutilsのインストールディレクトリ>/bin:$PATH"