Hello,
I need to generate a lib file which shall contain most of the oject files and a elf file in the same project.
Background is that I need to deliver the LIB archive and a elf file for test purpose.
Actually I generate the elf file and generate the lib file manually afterwards.
Is it possible to setup a build which generates fist the lib, then the elf file with LIB for linker?
Thanks Edgar