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
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
DS-5: hello sample compilation
Jump...
Cancel
Locked
Locked
Replies
7 replies
Subscribers
120 subscribers
Views
3819 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
DS-5: hello sample compilation
Lior Gdaliahu
over 11 years ago
Note: This was originally posted on 10th May 2011 at
http://forums.arm.com
I downloaded the latest DS-5. I imported the example program called 'hello'. I tried to compile it but it has error says that it cant find include file stdio,h.
It seems that file exists and its directory is part of the include in the project.
Why the file can't be found ?
Scott Douglass
over 11 years ago
Note: This was originally posted on 10th May 2011 at
http://forums.arm.com
Have you Imported the 'distribution' example from examples.zip? Building the examples need access to the headers and libraries of the target system. There is an example project named 'distribution' that has these for the example SD card images.
Cancel
Vote up
0
Vote down
Cancel
lalitha sankah
over 11 years ago
Note: This was originally posted on 11th May 2011 at
http://forums.arm.com
I have also imported & installed DS-5 in linux there is no such example .zip folder can any one help me
Cancel
Vote up
0
Vote down
Cancel
Scott Douglass
over 11 years ago
Note: This was originally posted on 11th May 2011 at
http://forums.arm.com
There should be an example named 'distribution' in the same examples.zip file that you imported the 'hello' example from. (If you installed in the default place) on a Windows host: C:\Program Files\DS-5\examples\examples.zip; on a Linux host: ~/DS-5/examples/examples.zip.
Cancel
Vote up
0
Vote down
Cancel
Lior Gdaliahu
over 11 years ago
Note: This was originally posted on 11th May 2011 at
http://forums.arm.com
Thank you, the distribution solved the compilation problem.
Now I'm tring to run the hello example and the IDE looking for serial number.
Where can I get it from?
Cancel
Vote up
0
Vote down
Cancel
Scott Douglass
over 11 years ago
Cancel
Vote up
0
Vote down
Cancel
Lior Gdaliahu
over 11 years ago
Note: This was originally posted on 12th May 2011 at
http://forums.arm.com
Hi, I loaded thr license successfully.
I'm trying to run the application on the PC (by 'debug as local c application') and I get message box - Lunch failed, binary not found.
How can I fix it ?
I don't have embedded target yet, just want to run it on the PC.
Lior
Cancel
Vote up
0
Vote down
Cancel
Scott Douglass
over 11 years ago
Note: This was originally posted on 13th May 2011 at
http://forums.arm.com
You can run the application on your host using the RTSM (Real Time System Model) target. There is an example debug configuration supplied called hello-RTSM-example that will do this. You can find it in Run > Debug Configurations... See also
http://infocenter.ar...d/CIHBHFJD.html
Cancel
Vote up
0
Vote down
Cancel