libspdm icon indicating copy to clipboard operation
libspdm copied to clipboard

investigate ARM_GNU toolchain bare metal target

Open jyao1 opened this issue 3 years ago • 0 comments

Currently, we added ARM_GNU toolchain - https://developer.arm.com/downloads/-/arm-gnu-toolchain-downloads, with 11.2-2022.02: GNU/Linux target (arm-none-linux-gnueabihf, aarch64-none-linux-gnu).

The ARM_GNU also supports bare-metal target (arm-none-eabi, aarch64-none-elf).

This issue is to investigate if we can enable ARM_GNU bare-metal target (ARM_GNU_BAREMETAL), and if there is any size benefit.

jyao1 avatar Nov 03 '22 15:11 jyao1