compilation problem

Login to reply to this topic.
Wed, 2005-09-14 06:28
Joined: 2005-08-10
Forum posts: 14
I tried compiling hte helloworld program using VC++
but im getting the follownig errors

NMAKE : fatal error U1073: don't know how to make '"\Symbian\8.1a\S60_2nd_FP3\EPOC32\RELEASE\WINS\UDEB\EDLL.LIB"'
Stop.
if exist "\Symbian\8.1a\S60_2nd_FP3\EPOC32\BUILD\SYMBIAN\8.1A\S60_2ND_FP3\EXAMPLES\HELLOWORLD\HELLOWORLD\WINS\UDEB\HELLOWORLD.exp" del "\Symbian\8.1a\S60_2nd_FP3\EPOC32\BUILD\SYMBIAN\8.1A\S60_2ND_FP3\EXAMPLES\HELLOWORLD\HELLOWORLD\WINS\UDEB\HELLOWO
RLD.exp"
Stopped the build by removing the export object,
if present, because the pre-link stage failed
Linking...
LINK : fatal error LNK1104: cannot open file "\Symbian\8.1a\S60_2nd_FP3\EPOC32\RELEASE\WINS\UDEB\EDLL.LIB"
Error executing link.exe.

Please I need a quick reply to my question..i searched the sites but did not get the exact solution
Thanx and Regards
Amulya

ARB


Thu, 2005-10-06 13:25
Joined: 2005-06-17
Forum posts: 6
Re: compilation problem
symbian 8.1a SDK is only for codewarrior (as I know at this time), so you can't compile it with
abld build wins udeb... because it is VC6
use an erlier SDK with VC6 (i.e 8.0a)

Hopefully it helps.
  • Login to reply to this topic.