Greetings Experts
I am trying to compile the TEE sample with DS-5. I downloaded the latest version of DS-5, and created a C project. I was able to put in the main_secure.c file and build ok. I then tried to add monitor.s file to the project by adding another source file. I get the following errors:
Would someone please compile the project, and advise in high level what sort of project I need to create and how to import the source files into my project please?
Sean
For your project build errors:
Seems that object file of v7.S didn't join the linking process, because all missing symbols are defined in v7.S.
I have made a project for normal project, it works well.
Share you some key settings:
1 Project files
2 C compiler setting
3 Assembler setting
4 Linker setting
5 post-build setting (make binary file from axf file)
Then you should pass the build of this project.
Secure project setting is similar.
For the build.bat issue, it seems that you have license issue. I'm using licensed version, so I don't know why it happened in evaluation version.