Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
docs:guide-developer:toolchain:single.package [2022/10/25 11:31] – remove references to deprecated package/*/install make targets jowdocs:guide-developer:toolchain:single.package [2023/04/14 18:46] (current) – Fix typo philipp
Line 34: Line 34:
 <code bash> <code bash>
 make package/ncurses/compile make package/ncurses/compile
 +</code>
 +
 +To build the host version of ''ncurses'' (that's used by ''make menuconfig'' below, for example):
 +
 +<code bash>
 +make package/ncurses/host/compile
 </code> </code>
  
Line 47: Line 53:
  
 :!: If you get errors about not finding opkg in the staging directory, compile and install ''package/base-files''. :!: If you get errors about not finding opkg in the staging directory, compile and install ''package/base-files''.
 +
 +:!: If you get errors that the package is not found, make sure you're typing the package directory name, not the package name listed in the Makefile (which may be different when a single Makefile builds multiple packages).
  
 ===== Package maintenance on self-compiled kernel from latest snapshot ===== ===== Package maintenance on self-compiled kernel from latest snapshot =====
  • Last modified: 2022/10/25 11:31
  • by jow