Files
mkrtos-real/mkrtos_script/build_qemu_aarch64.sh

14 lines
576 B
Bash
Raw Normal View History

2024-03-31 16:06:11 +00:00
#!/bin/bash
2024-04-11 12:00:49 +08:00
# export TOOLCHAIN=/home/zhangzheng/gcc-arm-10.3-2021.07-aarch64-aarch64-none-elf/bin/
# export TOOLCHAIN_LIB=/home/zhangzheng/gcc-arm-10.3-2021.07-aarch64-aarch64-none-elf/lib/gcc/aarch64-none-elf/10.3.1
export TOOLCHAIN=/home/mkrtos-smart/toolchains/gcc-arm-10.3-2021.07-x86_64-aarch64-none-elf/bin/
export TOOLCHAIN_LIB=/home/mkrtos-smart/toolchains/gcc-arm-10.3-2021.07-x86_64-aarch64-none-elf/lib/gcc/aarch64-none-elf/10.3.1
2024-04-07 14:05:03 +00:00
2024-03-31 16:06:11 +00:00
export BOARD=aarch64_qemu
2024-04-04 16:51:29 +00:00
export CROSS_COMPILE_NAME=aarch64-none-elf-
2024-03-31 16:06:11 +00:00
set -e
cmake -G Ninja -B build/$KNL .
cd build/$KNL && ninja