tools
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| tools [02/19/2014 15:49] – [Compiling the kernel] admin | tools [06/09/2026 11:06] (current) – admin | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | [[http://vim.runpaint.org/toc/|vim recipes]] | + | |
| + | http://kaiwantech.wordpress.com/2013/ | ||
| ====== Linker scripts ====== | ====== Linker scripts ====== | ||
| Line 6: | Line 7: | ||
| * kernel: | * kernel: | ||
| * userland, embedded in the toolchain, see strace ld --verbose | * userland, embedded in the toolchain, see strace ld --verbose | ||
| + | |||
| ====== Memory ====== | ====== Memory ====== | ||
| Line 11: | Line 13: | ||
| Duma | Duma | ||
| + | https:// | ||
| ====== Real-time ====== | ====== Real-time ====== | ||
| Line 17: | Line 20: | ||
| ====== Debugging ====== | ====== Debugging ====== | ||
| + | https:// | ||
| ===== OpenOCD ===== | ===== OpenOCD ===== | ||
| http:// | http:// | ||
| Line 60: | Line 64: | ||
| In Linux, ARM MPU counters profile information are normally accessed through the kernel via the OProfile tool or the Linux perf events framework. | In Linux, ARM MPU counters profile information are normally accessed through the kernel via the OProfile tool or the Linux perf events framework. | ||
| + | ===== latency plots ===== | ||
| + | |||
| + | https:// | ||
| ====== Static analysis ====== | ====== Static analysis ====== | ||
| splint | splint | ||
| + | Using clang: | ||
| + | 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.1392824980.txt.gz · Last modified: by admin
