x86-bare-metal-examples
x86-bare-metal-examples copied to clipboard
Set file format to binary at linker stage
By adding OUTPUT_FORMAT(binary) at top of linker.ld, we can have plain binary output at linker's output.
And we can avoid objcopy step.
I didn't know that one. Though in general .elf files can still be useful for debugging purposes.