Arm Community
Site
Search
User
Site
Search
User
Arm Developer
Documentation
Learning Paths
On-Demand Videos
Groups
Arm Ambassadors
Education Hub
Open Source Software and Platforms
Research Collaboration and Enablement
Forums
AI forum
Architectures and Processors forum
Arm Development Platforms forum
Arm Development Studio forum
Automotive forum
Compilers and Libraries forum
Embedded and Microcontrollers forum
High Performance Computing (HPC) forum
Internet of Things (IoT) forum
Keil forum
Laptops and Desktops forum
Mobile, Graphics, and Gaming forum
Morello forum
Operating Systems forum
Servers and Cloud Computing forum
SoC Design and Simulation forum
SystemReady Forum
Blogs
AI blog
Announcements
Architectures and Processors blog
Automotive blog
Embedded and Microcontrollers blog
Internet of Things (IoT) blog
Laptops and Desktops blog
Mobile, Graphics, and Gaming blog
Operating Systems blog
Servers and Cloud Computing blog
SoC Design and Simulation blog
Tools, Software and IDEs blog
Support
Arm Support Services
Documentation
Downloads
Training
Arm Approved program
Arm Design Reviews
Community Help
More
Cancel
Support forums
Arm Development Studio forum
ADS 1.2 to DS-5 switch over questions
Jump...
Cancel
Locked
Locked
Replies
2 replies
Subscribers
120 subscribers
Views
2458 views
Users
0 members are here
Options
Share
More actions
Cancel
Related
How was your experience today?
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
Ray Mitchell
over 11 years ago
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
Ray Mitchell
over 11 years ago
Note: This was originally posted on 26th October 2012 at
http://forums.arm.com
Scott,
Thank you very much for the detailed and informative responses. I do appreciate that you took the time to be so thorough.
Ray
Cancel
Vote up
0
Vote down
Cancel
Reply
Ray Mitchell
over 11 years ago
Note: This was originally posted on 26th October 2012 at
http://forums.arm.com
Scott,
Thank you very much for the detailed and informative responses. I do appreciate that you took the time to be so thorough.
Ray
Cancel
Vote up
0
Vote down
Cancel
Children
No data