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

427行目: 427行目:
  # Raspberry Pi 3B /3B+
  # Raspberry Pi 3B /3B+
  export ARCH=armv8-a
  export ARCH=armv8-a
  export CPU=cortex-a53
  export CPU=cortex-a53 # 最適化のためにオプションを調整することができる
   
   
  # Raspberry Pi 4B
  # Raspberry Pi 4B
  export ARCH=armv8-a
  export ARCH=armv8-a
  export CPU=cortex-a72
  export CPU=cortex-a72 # 最適化のためにオプションを調整することができる
   
   
  export PATH="/<上記でインストールしたBinutilsのインストールディレクトリ>/bin:$PATH"
  export PATH="/<上記でインストールしたBinutilsのインストールディレクトリ>/bin:$PATH"