mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-28 20:44:26 +01:00
Build dhrystone, preparing to run it on gem5
This commit is contained in:
@@ -36,3 +36,5 @@ elif [ "$arch" = 'arm-gem5' ]; then
|
|||||||
cp ./system/arm/simple_bootloader/boot_emm.arm "$binaries_dir"
|
cp ./system/arm/simple_bootloader/boot_emm.arm "$binaries_dir"
|
||||||
cp ./system/arm/aarch64_bootloader/boot_emm.arm64 "$binaries_dir"
|
cp ./system/arm/aarch64_bootloader/boot_emm.arm64 "$binaries_dir"
|
||||||
fi
|
fi
|
||||||
|
# TODO vs telnet?
|
||||||
|
make -C gem5/util/term
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
BR2_GLOBAL_PATCH_DIR="../global_patch_dir"
|
BR2_GLOBAL_PATCH_DIR="../global_patch_dir"
|
||||||
BR2_PACKAGE_BUSYBOX_CONFIG_FRAGMENT_FILES="../busybox_config_fragment"
|
BR2_PACKAGE_BUSYBOX_CONFIG_FRAGMENT_FILES="../busybox_config_fragment"
|
||||||
|
BR2_PACKAGE_DHRYSTONE=y
|
||||||
BR2_PACKAGE_KERNEL_MODULE=y
|
BR2_PACKAGE_KERNEL_MODULE=y
|
||||||
BR2_PACKAGE_OVERRIDE_FILE="../buildroot_override"
|
BR2_PACKAGE_OVERRIDE_FILE="../buildroot_override"
|
||||||
BR2_PACKAGE_STRACE=y
|
BR2_PACKAGE_STRACE=y
|
||||||
|
|||||||
Reference in New Issue
Block a user