mbed-os/tools/toolchains
deepikabhavnani b21e93ba32 Generate/Link secure object file
Cortex v8 architecture based devices support secure/non-secure builds.
Secure build should generate the object file/library from elf during link
process which is used by non-secure binary during linking.

--out-implib=file specifies output library in which symbols are exported
--cmse-implib requests libraries mentioned above are secure gateway
libraries

Creation of secure library is done as part of linking process in GCC/ARMC6/IAR
Non-Secure project should add this secure object file as part of the
linking process.
Secure library is named as cmse_lib.o.
2018-02-14 12:48:33 -06:00
..
__init__.py Move region adding to mbedToolchain 2018-01-31 10:04:34 -06:00
arm.py Generate/Link secure object file 2018-02-14 12:48:33 -06:00
gcc.py Generate/Link secure object file 2018-02-14 12:48:33 -06:00
iar.py Generate/Link secure object file 2018-02-14 12:48:33 -06:00