This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision Next revisionBoth sides next revision |
| es:doc:howto:build [2018/06/08 18:39] – link fixed tmomas | es:doc:howto:build [2018/06/08 18:50] – link fixed tmomas |
|---|
| |
| ==== Error: No rule to make target... ==== | ==== Error: No rule to make target... ==== |
| Make sure the path starts with ''package'' directory and that the path actually exist. The structure of ''feeds'' and ''package/feeds'' directory is different. [[doc:howto:build#building.single.packages|See this.]] | Make sure the path starts with ''package'' directory and that the path actually exist. The structure of ''feeds'' and ''package/feeds'' directory is different. [[docs:guide-developer:build-system:use-buildsystem#building_single_packages|See this.]] |
| * Wrong: ''make feeds/packages/**utils**/screen/compile V=s'' | * Wrong: ''make feeds/packages/**utils**/screen/compile V=s'' |
| * Correct: ''make **package**/feeds/packages/screen/compile V=s'' | * Correct: ''make **package**/feeds/packages/screen/compile V=s'' |
| |
| ==== WARNING: skipping <package> -- package not selected ==== | ==== WARNING: skipping <package> -- package not selected ==== |
| Run ''make menuconfig'' and enable compilation for your package. It should be labeled with ''<*>'' or ''<M>'' to work correctly. [[doc:howto:build#image.configuration|See this.]] | Run ''make menuconfig'' and enable compilation for your package. It should be labeled with ''<*>'' or ''<M>'' to work correctly. [[docs:guide-developer:build-system:use-buildsystem#image_configuration|See this.]] |
| |
| |