On 24/11/20 6:03 pm, Sebastian Huber wrote:
> a post-link step (for example a transformation of the ELF file into a boot
> loader image) is currently not supported by the new build system. For this the
> idea is to let the BSP optionally provide a "post-link" command line tool (a
> shell script for
Hello Karel,
a post-link step (for example a transformation of the ELF file into a
boot loader image) is currently not supported by the new build system.
For this the idea is to let the BSP optionally provide a "post-link"
command line tool (a shell script for example) and then use a mechanism
Hello,
I'm slowly researching amd64 BSP multiboot domain and I'm curious if it
is possible based on waf BSP's options to change either (or both)
linker/gcc linking options (E.g. to add -z max-page-size=1000) and or
process generated exe by other tool like objcopy (to create elf32 from
elf64).
M