Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
docs:guide-developer:toolchain:crosscompile [2021/10/15 08:35] – ↷ Page moved from docs:guide-developer:crosscompile to docs:guide-developer:toolchain:crosscompile bobafetthotmaildocs:guide-developer:toolchain:crosscompile [2021/10/15 09:06] (current) – ↷ Links adapted because of a move operation bobafetthotmail
Line 1: Line 1:
 ====== Cross compiling ====== ====== Cross compiling ======
 If you want to use a [[wp>Computer_program|program]], currently not contained in the OpenWrt repository, you probably won't find a binary compiled for your CPU. If you want to use a [[wp>Computer_program|program]], currently not contained in the OpenWrt repository, you probably won't find a binary compiled for your CPU.
-Provided that it is released as open source, you can download the code and compile it using the [[docs:guide-developer:build-system:start|OpenWrt Buildroot]].+Provided that it is released as open source, you can download the code and compile it using the [[docs:guide-developer:toolchain:start|OpenWrt Buildroot]].
  
 Note that not every code is compilable for every CPU architecture. Note that not every code is compilable for every CPU architecture.
Line 7: Line 7:
  
 ===== Procedure ===== ===== Procedure =====
-  * Follow the build instructions outlined in [[docs:guide-developer:build-system:start|OpenWrt Buildroot – Usage]]+  * Follow the build instructions outlined in [[docs:guide-developer:toolchain:start|OpenWrt Buildroot – Usage]]
   * Locate the toolchain binaries in the ''staging_dir/toolchain-//architecture//_gcc-//compilerver//_uClibc-//libcver///bin/'' directory   * Locate the toolchain binaries in the ''staging_dir/toolchain-//architecture//_gcc-//compilerver//_uClibc-//libcver///bin/'' directory
   * Add that directory to the ''PATH'' environment variable:   * Add that directory to the ''PATH'' environment variable:
  • Last modified: 2021/10/15 08:35
  • by bobafetthotmail