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 8 March 2013.