This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

some help with DS-5 - Trusted Execution Environment (TEE)

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:

ds5.png

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

Parents
  • 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.jpg

    2 C compiler setting

    1.jpg

    3 Assembler setting

    3.jpg

    4 Linker setting

    6.jpg

    5 post-build setting (make binary file from axf file)

    5.jpg

    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.

Reply
  • 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.jpg

    2 C compiler setting

    1.jpg

    3 Assembler setting

    3.jpg

    4 Linker setting

    6.jpg

    5 post-build setting (make binary file from axf file)

    5.jpg

    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.

Children
No data