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

ADS 1.2 to DS-5 switch over questions

Note: This was originally posted on 26th October 2012 at http://forums.arm.com

Hello,

I'm new to this board (and to DS-5) so before I present my technical questions I have a non-technical one about the forum itself.  I don't see the ability to search a particular forum.  All I see is a search window that lets me search the entire site.  What am I missing?

Anyway, I have an ADS 1.2 project that I am attempting to convert to DS-5 and I have several problems/questions.  The project consists of mixed C files and assembly files.  Some of the C files are compiled for ARM and some for THUMB.  Similarly for the assembly files.  Some of the C files have inline assembly code:

1. In ADS 1.2 I am able to select whether I want a file compiled with ARM or THUMB instructions simply based upon the file extension.   Thus, I can do mixed compiles within a single projeect.  I have found this very useful when optimizing memory usage but I don't see this option in the Eclipse IDE.  All I can find is an option to compile all files for either ARM or THUMB or default, whatever that means.

2. All of my inline assembly code that references register r13 (or sp) gets an "undefined identifier" error on those identifiers.

3. All of my inline assembly code that references register r5 gets a warning that states "Implicit physical register R5 should be defined as a variable".

4. When I ask for linker memory map listings there is often so much information that the console window buffer is not large enough to hold all of it and the earlier information scrolls off the top of the window and out of the buffer forever.  How do I increase the buffer size for the console window?

5. In some of the listings that ADS 1.2 provided it was indicated whether the code that was generated for each file in the project was ARM or THUMB.  How do I get this information on DS-5.

6. Are there any PDF files available for DS-5 like there were for ADS 1.2 that provide detailed user guides for the IDE, compiler, assembler, linker, and the host of related things that ADS 1.2 provided?

Thanks,
Ray
Parents Reply Children
No data