mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05:57 +01:00
build-gem5: use arm-linux-gnueabihf- to match build -D
This commit is contained in:
@@ -398,7 +398,7 @@ For example, to do a <<qemu-buildroot-setup>> inside Docker, run:
|
|||||||
....
|
....
|
||||||
sudo apt-get install docker
|
sudo apt-get install docker
|
||||||
./run-docker create && \
|
./run-docker create && \
|
||||||
./run-docker sh -- ./build --download-dependencies
|
./run-docker sh -- ./build --download-dependencies qemu-buildroot
|
||||||
./run-docker sh
|
./run-docker sh
|
||||||
....
|
....
|
||||||
|
|
||||||
|
|||||||
@@ -69,6 +69,7 @@ class Gem5Component(common.Component):
|
|||||||
common.run_cmd([
|
common.run_cmd([
|
||||||
'make', common.Newline,
|
'make', common.Newline,
|
||||||
'-C', bootloader32_dir, common.Newline,
|
'-C', bootloader32_dir, common.Newline,
|
||||||
|
'CROSS_COMPILE=arm-linux-gnueabihf-', common.Newline,
|
||||||
])
|
])
|
||||||
# bootloader
|
# bootloader
|
||||||
common.cp(os.path.join(bootloader32_dir, 'boot_emm.arm'), binaries_dir)
|
common.cp(os.path.join(bootloader32_dir, 'boot_emm.arm'), binaries_dir)
|
||||||
|
|||||||
Reference in New Issue
Block a user