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

796行目: 796行目:
  ac_cv_func_malloc_0_nonnull=yes  \
  ac_cv_func_malloc_0_nonnull=yes  \
  ac_cv_func_realloc_0_nonnull=yes \
  ac_cv_func_realloc_0_nonnull=yes \
  ../configure --prefix=<ソフトウェアのインストールディレクトリ>                     \
  ../configure --prefix=<ソフトウェアのインストールディレクトリ>                       \
               CC=/<GCC_ARMのインストールディレクトリ>/bin/arm-linux-gnueabihf-gcc  \
               CC=/<GCC_ARMのインストールディレクトリ>/bin/arm-linux-gnueabihf-gcc  \
               CXX=/<GCC_ARMのインストールディレクトリ>/bin/arm-linux-gnueabihf-g++ \
               CXX=/<GCC_ARMのインストールディレクトリ>/bin/arm-linux-gnueabihf-g++ \
807行目: 807行目:
   
   
  # Raspberry Pi OS 64ビットの場合
  # Raspberry Pi OS 64ビットの場合
  ../configure --prefix=<ソフトウェアのインストールディレクトリ>                   \
  ../configure --prefix=<ソフトウェアのインストールディレクトリ>                     \
               CC=/<GCC_ARMのインストールディレクトリ>/bin/aarch64-linux-gnu-gcc  \
               CC=/<GCC_ARMのインストールディレクトリ>/bin/aarch64-linux-gnu-gcc  \
               CXX=/<GCC_ARMのインストールディレクトリ>/bin/aarch64-linux-gnu-g++ \
               CXX=/<GCC_ARMのインストールディレクトリ>/bin/aarch64-linux-gnu-g++ \