mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05:57 +01:00
common: create a Component class to factor out builds
Not yet finished factoring, but half way there, do for all build-
This commit is contained in:
@@ -144,7 +144,7 @@ It is super easy to build for different CPU architectures, just use the `--arch`
|
||||
./run --arch aarch64
|
||||
....
|
||||
|
||||
But to avoid typing `--arch aarch64` so many times, set the default arch as explained at: <<default-command-line-arguments>>
|
||||
To avoid typing `--arch aarch64` so many times, set the default arch as explained at: <<default-command-line-arguments>>
|
||||
|
||||
See also: <<cpu-architecture,CPU architectures>>.
|
||||
|
||||
@@ -395,11 +395,12 @@ If you haven't built Buildroot yet for <<qemu-buildroot-setup>>, you can build f
|
||||
|
||||
....
|
||||
./download-dependencies --gem5
|
||||
./build --gem5 --no-qemu
|
||||
./build --gem5 --m5 --no-qemu
|
||||
./run --gem5
|
||||
....
|
||||
|
||||
`--no-qemu` is optional, but it makes the build slightly faster TODO: after first build:
|
||||
|
||||
....
|
||||
./download-dependencies --gem5
|
||||
./build-gem5
|
||||
|
||||
Reference in New Issue
Block a user