Build the project using Makefile, by following the procedure described here - Executing a GNU C Makefile.
It displays the following warning
messages:
The SAML11 non-secure project
needs input files from the secure project. Here are the example steps:
Get the ‘Device_Startup/saml11_nonsecure.ld’,
‘trustzone/trustzone_veneer.h’
and ‘gcc/libsecure_gateway_veneer.lib’ files
from the secure project.
Copy the ‘saml11_nonsecure.ld into gcc/gcc’ folder
in the non-secure project.
Copy ‘trustzone_veneer.h’ and ‘libsecure_gateway_veneer.lib’ into the
root folder, in the non-secure project.
Update Makefile to
use the new linker script: -T"../gcc/gcc/saml11_nonsecure.ld".
Update Makefile to
include the secure gateway lib: -Wl,--start-group -lm -l:libsecure_gateway_veneer.lib -L"../"
-Wl,--end-group.
Follow the procedure described in the
warning message.
The online versions of the documents are provided as a courtesy. Verify all content and data in the device’s PDF documentation found on the device product page.