tools
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| tools [02/25/2021 09:10] – [Linker scripts] admin | tools [06/09/2026 11:06] (current) – admin | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | |||
| Line 74: | Line 73: | ||
| Using clang: | Using clang: | ||
| https:// | https:// | ||
| - | ====== Compiling the kernel ====== | ||
| - | |||
| - | Useful in embedded systems, as only the strongly recommended options are set to Y: | ||
| - | make allnoconfig | ||
| - | make clean # remove most generated files but keep config | ||
| - | make mrproper | ||
| - | make distclean | ||
| - | | ||
| - | make oldcondif | ||
| - | make | ||
| - | make LOADADDR=0x80008000 uImage | ||
| - | make dtbs | ||
| ====== Patches ====== | ====== Patches ====== | ||
| * quilt, tools to manage a stack of patches | * quilt, tools to manage a stack of patches | ||
| * git | * git | ||
tools.txt · Last modified: by admin
