@micro-os-plus/hello-world-qemu-template
Version:
A source xPack / npm package with a template to generate semihosted Hello World projects running on QEMU
23 lines (16 loc) • 488 B
Plain Text
# https://mesonbuild.com/Machine-files.html
# https://mesonbuild.com/Cross-compilation.html
# https://mesonbuild.com/Reference-tables.html#cpu-families
# The binaries are in the toolchain file.
[host_machine]
system = 'bare'
cpu_family = 'aarch64'
cpu = 'cortex-a72'
endian = 'little'
[constants]
[properties]
[built-in options]
warning_level = '0'
werror = true
# layout = 'flat' # 'mirror' # Broken!
# -----------------------------------------------------------------------------