Im attempting to link with a third party library for a project we are developing on Symbian OS 9.1.
It seems you need to use the elf2e32 tool to convert libraries into the new E32Image format required for 9.1
However, running the tool complains with an Undefined Symbol error:
"elf2e32 : Error: E1035: Undefined Symbol AABytesToTimeMs found in ELF File AACommon.a."
After doing a readelf -a to get details of the AACommon.a file, the symbol AABytesToTimeMs is detailed as being in the "relocation section" of the elf file.
What does this actually mean and can anyone tell me how to resolve this so that I can get the elf2e32 tool to convert the library?
Many Thanks
Jad



