Build error on SDK 2.1

Login to reply to this topic.
Wed, 2005-03-23 10:13
Joined: 2003-12-09
Forum posts: 11
Code:
  Creating library \Symbian\7.0s\Series60_v21\EPOC32\BUILD\X\THAIKEN\THAIKEN\WINS\UDEB\THAIKEN.lib and obje
ct \Symbian\7.0s\Series60_v21\EPOC32\BUILD\X\THAIKEN\THAIKEN\WINS\UDEB\THAIKEN.exp
EDLL.LIB(UP_DLL_GLOBAL.obj) : fatal error LNK1103: debugging information corrupt; recompile module
NMAKE : fatal error U1077: 'link.exe' : return code '0x44f'
Stop.
make: *** [TARGETTHAIKEN] Error 2
 make -r  -f "\Symbian\7.0s\Series60_v21\EPOC32\BUILD\X\THAIKEN\WINS.make" FINAL CFG=UDEB VERBOSE=-s

I try to build wins udeb using SDK 2.1 . The error occurs. But it can compile on armi urel. and it can build on SDK 2.0 (both of wins and armi).
How I solve this? I think, because of global variables on my code. But i use preprocessor to not use them on armi.

Thanks for reply

  • Login to reply to this topic.