「インストール - GCC」の版間の差分

ナビゲーションに移動 検索に移動
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++ \

案内メニュー