Getting some error msg. Please Help me out!!!
| Thu, 2007-03-01 15:58 | |
|
hi..
I have SDK60 3.1 with Symbian 9.1 and Code Warrior. while doing the following i m getting some error msg Code: abld build winscw udeb Code: make -r -f "\Symbian\S60_3.1\EPOC32\BUILD\Symbian\S60_3.1\AMREncoderControlle r\group\EXPORT.make" EXPORT VERBOSE=-s Nothing to do make -r -f "\Symbian\S60_3.1\EPOC32\BUILD\Symbian\S60_3.1\AMREncoderControlle r\group\WINSCW.make" MAKEFILE VERBOSE=-s perl -S makmake.pl -D \Symbian\S60_3.1\AMREncoderController\group\AMRAUDIOCONTR OLLER WINSCW The process tried to write to a nonexistent pipe. make -r -f "\Symbian\S60_3.1\EPOC32\BUILD\Symbian\S60_3.1\AMREncoderControlle r\group\WINSCW.make" LIBRARY VERBOSE=-s make -s -r -f "\Symbian\S60_3.1\EPOC32\BUILD\Symbian\S60_3.1\AMREncoderControll er\group\AMRAUDIOCONTROLLER\WINSCW\AMRAUDIOCONTROLLER.WINSCW" LIBRARY make -r -f "\Symbian\S60_3.1\EPOC32\BUILD\Symbian\S60_3.1\AMREncoderControlle r\group\WINSCW.make" RESOURCE CFG=UDEB VERBOSE=-s make -s -r -f "\Symbian\S60_3.1\EPOC32\BUILD\Symbian\S60_3.1\AMREncoderControll er\group\AMRAUDIOCONTROLLER\WINSCW\AMRAUDIOCONTROLLER.WINSCW" RESOURCEUDEB make -r -f "\Symbian\S60_3.1\EPOC32\BUILD\Symbian\S60_3.1\AMREncoderControlle r\group\WINSCW.make" RESOURCE CFG=UREL VERBOSE=-s make -s -r -f "\Symbian\S60_3.1\EPOC32\BUILD\Symbian\S60_3.1\AMREncoderControll er\group\AMRAUDIOCONTROLLER\WINSCW\AMRAUDIOCONTROLLER.WINSCW" RESOURCEUREL make -r -f "\Symbian\S60_3.1\EPOC32\BUILD\Symbian\S60_3.1\AMREncoderControlle r\group\WINSCW.make" TARGET CFG=UDEB VERBOSE=-s make -s -r -f "\Symbian\S60_3.1\EPOC32\BUILD\Symbian\S60_3.1\AMREncoderControll er\group\AMRAUDIOCONTROLLER\WINSCW\AMRAUDIOCONTROLLER.WINSCW" UDEB AMRAudioController.UID.CPP MAKEDEF ERROR: command-line: 1 Frozen Export(s) missing from object files: ?ImplementationGroupProxy@@YAPBUTImplementationProxy@@AAH@Z @1 make[1]: *** [\Symbian\S60_3.1\EPOC32\RELEASE\WINSCW\UDEB\AMRAudioController.dll ] Error 255 make: *** [TARGETAMRAUDIOCONTROLLER] Error 2 make -r -f "\Symbian\S60_3.1\EPOC32\BUILD\Symbian\S60_3.1\AMREncoderControlle r\group\WINSCW.make" TARGET CFG=UREL VERBOSE=-s make -s -r -f "\Symbian\S60_3.1\EPOC32\BUILD\Symbian\S60_3.1\AMREncoderControll er\group\AMRAUDIOCONTROLLER\WINSCW\AMRAUDIOCONTROLLER.WINSCW" UREL AMRAudioController.UID.CPP make[1]: *** No rule to make target `\Symbian\S60_3.1\EPOC32\RELEASE\WINSCW\UREL \EDLL.LIB', needed by `\Symbian\S60_3.1\EPOC32\RELEASE\WINSCW\UREL\AMRAudioContr oller.dll'. Stop. make: *** [TARGETAMRAUDIOCONTROLLER] Error 2 make -r -f "\Symbian\S60_3.1\EPOC32\BUILD\Symbian\S60_3.1\AMREncoderControlle r\group\WINSCW.make" FINAL CFG=UDEB VERBOSE=-s make -r -f "\Symbian\S60_3.1\EPOC32\BUILD\Symbian\S60_3.1\AMREncoderControlle r\group\WINSCW.make" FINAL CFG=UREL VERBOSE=-s Anyone's suggestion is highly appreciable. thanks in advance. |
|






Forum posts: 194
Forum posts: 1134
To me, it looks like you have forgotten to export your ecom entry function (the implementationgroupproxy)
you need to specify EXPORT_C on the function definition you want to export.