最終更新:2022-10-04 (火) 06:04:34 (564d)  

Buildroot/パッケージ/ビルド
Top / Buildroot / パッケージ / ビルド

ステップ

メモ

The make command will generally perform the following steps:

  • download source files (as required);
  • configure, build and install the cross-compilation toolchain, or simply import an external toolchain;
  • configure, build and install selected target packages;
  • build a kernel image, if selected;
  • build a bootloader image, if selected;
  • create a root filesystem in selected formats.

メモ

  • The easiest way to rebuild a single package from scratch is to remove its build directory in output/build. Buildroot will then re-extract, re-configure, re-compile and re-install this package from scratch. You can ask buildroot to do this with the make <package>-dirclean command.