Skip to content

Commit 2684133

Browse files
committed
build-gem5: use arm-linux-gnueabihf- to match build -D
1 parent 074fbbd commit 2684133

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ For example, to do a <<qemu-buildroot-setup>> inside Docker, run:
398398
....
399399
sudo apt-get install docker
400400
./run-docker create && \
401-
./run-docker sh -- ./build --download-dependencies
401+
./run-docker sh -- ./build --download-dependencies qemu-buildroot
402402
./run-docker sh
403403
....
404404

build-gem5

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ class Gem5Component(common.Component):
6969
common.run_cmd([
7070
'make', common.Newline,
7171
'-C', bootloader32_dir, common.Newline,
72+
'CROSS_COMPILE=arm-linux-gnueabihf-', common.Newline,
7273
])
7374
# bootloader
7475
common.cp(os.path.join(bootloader32_dir, 'boot_emm.arm'), binaries_dir)

0 commit comments

Comments
 (0)