waf examples: how to modify linker flags/how to process generated exe.

Chris Johns chrisj at rtems.org
Wed Nov 25 20:40:27 UTC 2020


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 example)

Adding to what Sebastian has said, this script will be installed with the BSP
and the script name will be the same for all BSPs. The idea is to create a
command line interface that will let you do a standard set of post-link
functions in a consistent manner across all BSPs.

Chris


More information about the devel mailing list