warning LNK4099: PDB "edll.pdb" was not found

Login to reply to this topic.
Tue, 2004-12-07 14:13
Joined: 2004-12-03
Forum posts: 28
hi,
    while compiling helloworld i got warning as below
Creating library \Symbian\UIQ_21\EPOC32\BUILD\SYMBIAN\UIQ_21\UIQEXAMPLES\HELL
WORLD\HELLOWORLD\WINS\UDEB\HELLOWORLD.lib and object \Symbian\UIQ_21\EPOC32\BUI
D\SYMBIAN\UIQ_21\UIQEXAMPLES\HELLOWORLD\HELLOWORLD\WINS\UDEB\HELLOWORLD.exp
DLL.LIB(UP_DLL.obj) : warning LNK4099: PDB "edll.pdb" was not found with "\Symb
an\UIQ_21\EPOC32\RELEASE\WINS\UDEB\EDLL.LIB" or at "C:\Symbian\UIQ_21\EPOC32\RE
EASE\WINS\UDEB\Z\SYSTEM\APPS\HELLOWORLD\edll.pdb"; linking object as if no debu
info
make -r  -f "\Symbian\UIQ_21\EPOC32\BUILD\SYMBIAN\UIQ_21\UIQEXAMPLES\HELLOWORL
\WINS.make" FINAL CFG=UDEB VERBOSE=-s

santosh.............

PLZ HElP ME.....


Wed, 2004-12-08 13:49
Joined: 2004-07-28
Forum posts: 1379
warning LNK4099: PDB "edll.pdb" was not found
Ignore it - its moaning because your linking a debug app to a release DLL.

Even though you have both WINS\Udeb and WINS\URel, they both contain the UREL builds, at least for most released SDKs.

This is simple to keep the size of the emulator down.

didster

Thu, 2004-12-09 12:30
Joined: 2004-12-03
Forum posts: 28
warning LNK4099: PDB "edll.pdb" was not found
hi
   thank u very much. helloworld example is working fine.

           THANK U VERY MUCH.........

i have one more same problem now for sdk 2.0
plz help me to fix this issue.

i m using uiq 2.0 SDk , while build for wins target i got this error.

the result on building "abld build wins" udeb as follows:

NMAKE : fatal error U1073: don't know how to make '"\Symbian\UIQ_70\EPOC32\RELEA
SE\WINS\UDEB\EDLL.LIB"'
Stop.
make: *** [TARGETHELLOWORLD] Error 2
make -r -f "\Symbian\UIQ_70\EPOC32\BUILD\SYMBIAN\UIQ_70\UIQEXA MPLES\HELLOWORL
D\WINS.make" FINAL CFG=UDEB VERBOSE=-s

 THANKS FOR UR HELP...................
SANTOSH......................
santosh@unwiredconnect.com

PLZ HElP ME.....

Thu, 2004-12-09 12:43
Joined: 2004-07-28
Forum posts: 1379
warning LNK4099: PDB "edll.pdb" was not found
You probably have the code warrior version of the SDK.

Try abld build winscw udeb

didster

  • Login to reply to this topic.