Getting some error msg. Please Help me out!!!

Login to reply to this topic.
Thu, 2007-03-01 15:58
Joined: 2007-01-12
Forum posts: 44
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.

Thu, 2007-03-01 19:44
Joined: 2006-03-04
Forum posts: 194
Re: Getting some error msg. Please Help me out!!!
Search in the documentation, the forum etc. for freezing.

Fri, 2007-03-02 12:38
Joined: 2004-11-29
Forum posts: 1134
Re: Getting some error msg. Please Help me out!!!
Also on ECOM plugins, since it looks like that is what you try to build.

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.




  • Login to reply to this topic.