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
Problems with ARM DS-5
Jump...
Cancel
Locked
Locked
Replies
3 replies
Subscribers
120 subscribers
Views
2980 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
Problems with ARM DS-5
Bernd Proe
over 11 years ago
Scott Douglass
over 11 years ago
Note: This was originally posted on 21st March 2013 at
http://forums.arm.com
The Community Edition of DS-5 does not include any compilers, so it seems you've installed something else (some gcc?).
It would be useful to be able to see the exact command that is failing. And, if you're using gcc then adding '-Wl,-v' will put the linker in verbose mode, which might emit a clue.
Also, you can try right-clicking on Test.o and opening it with ELF Content Editor and look in it's symbol table and see if it has the symbol 'main' is defined and exported.
Cancel
Vote up
0
Vote down
Cancel
Bernd Proe
over 11 years ago
Note: This was originally posted on 21st March 2013 at
http://forums.arm.com
Thanks for you answer.
I'm quite new with these and I hope to give you the right answers
-I installed MinGW as compiler.
-I also installed ARM DS-5 (downloaded from Keil)
-I added (Window / C/C++ /Build / Envirenment "Variable : PATH -- Value D:\ARMDS5\bin )
-The exact Console text is
**** Build of configuration Debug for project Test ****
make all
'Building file: ../Test.cpp'
'Invoking: GCC C++ Compiler'
arm-linux-gnueabihf-g++ -I"D:\ARMDS5\include" -I"D:\MinGW\include" -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"Test.d" -MT"Test.d" -o "Test.o" "../Test.cpp"
In file included from D:\Bernd\ARMDS5\include/rw/_defs.h:37:0,
from D:\ARMDS5\include/iosfwd:35,
from D:\ARMDS5\include/iostream:35,
from ../Test.cpp:7:
D:\ARMDS5\include/rw/_config.h:40:38: fatal error: rw/config/rwconfig_std.h: No such file or directory
compilation terminated.
make: *** [Test.o] Error 1
**** Build Finished ****
The Erros at the Problem lists are
Description Resource Path Location Type
make: *** [Test.o] Error 1 Test C/C++ Problem
Description Resource Path Location Type
fatal error: rw/config/rwconfig_std.h: No such file or directory Test line 40, external location: D:\ARMDS5\include\rw\_config.h C/C++ Problem
unforunetly I dont get a Test.o anymore.
Its not clear for me where I should add the '-Wl,-v' .
I hope that are the information you want.
Cancel
Vote up
0
Vote down
Cancel
Scott Douglass
over 11 years ago
Cancel
Vote up
0
Vote down
Cancel