View Full Version : Link Error when building with THUMB UREL target


nguyendieuhuong
30-06-2005, 04:28 AM
I'm porting a program written in C++ to Symbian OS v6.1 using Metrowerks Codewarrior for Symbian Personal v2.8.3. and Series 60 SDK 1.2 for Symbian OS
When i build the program with WINSCW UDEF target, there is no errors and i can run the program successfully on Emulator. However, when i built it with THUMB UREL target for making .sis file, it has some link errors as followings:

Link Error: undefined reference to '__umoddi3'
Link Error: relocation truncated to fit ARM_THUMB23 __umoddi3
Link Error: undefine reference to '__udivdi3'
Link Error: relocation truncated to fit ARM_THUMB23 __udivdi3
Link Error: Link failed

I don't know how to solve this problem, pls help me with it.

Marwa83
18-08-2005, 06:47 AM
Have u found a solution to that problem? I am facing it now.

Thanks in advance