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

  • Hi David

    Yes. I downloaded DS-5, which is arm's IDE; the README document which comes with the software specifically stated armasm. I also have a stronger proof of it running arm syntax; the C file goes in fine. One of the C source files in the project goes in the IDE without generating any errors; in that file there are assembly calls which are written in arm syntax.

    My goal is to get the executable one way other the other. So, if there is a compiler you would recommend, I can download it and use it.

    Given DS-5 is an arm associated product, would you be able to download it, and compile the project?

    Looking at the README file that comes with the project, seems there are two different executable files which need to be created? Is that right? I need the high level steps of which files to compile together and how to link them to get the final executable that I need. i.e. *if* the steps are different for whichever compiler you may recommend.

    What I am trying to say is I am open to any compiler as long as I get some instructions as to how to go about compiling it.

    I really appreciate your expert help.

    Sean

  • This assembly file is "ARM style" not "GCC style".

    Are you sure you're using ARM compiler not GCC?