Resources
| Sourcery G++ Data Sheet | |
| Register for a Sourcery G++ Evaluation | |
| Buy Sourcery G++ Today! |
Mailing Lists
| Announcements | |
| Discuss |
I get link errors when trying to create SymbianOS executables. What's wrong?
Question
I get link errors when trying to create SymbianOS executables. What's wrong?Answer
Using a command like arm-none-symbianelf-gcc hello.c will not create
a working executable under SymbianOS. You will need to link with the Symbian SDK.
See Symbian's
GCC-E documentation for more information about using CodeSourcery's toolchains to build
SymbianOS programs.
This entry was last updated on 3 October 2009.