Eclipse with Series 60 v2 fp3

Login to reply to this topic.
Tue, 2006-01-10 18:25
Joined: 2005-08-03
Forum posts: 10
Hi,

I installed fp 3 on my computer. Does the eclipse plugin also work with this sdk? I wanted to build an hello world application and got the following error:

Code:
Creating build structures...
C:\WINDOWS\system32\cmd.exe /c bldmake bldfiles
ABLD BUILD...
C:\WINDOWS\system32\cmd.exe /c abld -v -k build wins urel
  make -r  -k -f "\Symbian\8.1a\S60_2nd_FP3\EPOC32\BUILD\ECLIPSE_SYMBIAN\WORKSPACE\HELLOWORLD\GROUP\EXPORT.make" EXPORT KEEPGOING=-k
Nothing to do
  make -r  -k -f "\Symbian\8.1a\S60_2nd_FP3\EPOC32\BUILD\ECLIPSE_SYMBIAN\WORKSPACE\HELLOWORLD\GROUP\WINS.make" MAKEFILE KEEPGOING=-k
perl -S makmake.pl  -D \ECLIPSE_SYMBIAN\WORKSPACE\HELLOWORLD\GROUP\HELLOWORLD   WINS
  make -r  -k -f "\Symbian\8.1a\S60_2nd_FP3\EPOC32\BUILD\ECLIPSE_SYMBIAN\WORKSPACE\HELLOWORLD\GROUP\WINS.make" LIBRARY KEEPGOING=-k
nmake -nologo -x -  -k -f "\Symbian\8.1a\S60_2nd_FP3\EPOC32\BUILD\ECLIPSE_SYMBIAN\WORKSPACE\HELLOWORLD\GROUP\HELLOWORLD\WINS\HELLOWORLD.WINS" LIBRARY
  make -r  -k -f "\Symbian\8.1a\S60_2nd_FP3\EPOC32\BUILD\ECLIPSE_SYMBIAN\WORKSPACE\HELLOWORLD\GROUP\WINS.make" RESOURCE CFG=UREL KEEPGOING=-k
nmake -nologo -x -  -k -f "\Symbian\8.1a\S60_2nd_FP3\EPOC32\BUILD\ECLIPSE_SYMBIAN\WORKSPACE\HELLOWORLD\GROUP\HELLOWORLD\WINS\HELLOWORLD.WINS" RESOURCEUREL
  make -r  -k -f "\Symbian\8.1a\S60_2nd_FP3\EPOC32\BUILD\ECLIPSE_SYMBIAN\WORKSPACE\HELLOWORLD\GROUP\WINS.make" TARGET CFG=UREL KEEPGOING=-k
make: *** [TARGETHELLOWORLD] Error 1
make: Target `TARGET' not remade because of errors.
nmake -nologo -x -  -k -f "\Symbian\8.1a\S60_2nd_FP3\EPOC32\BUILD\ECLIPSE_SYMBIAN\WORKSPACE\HELLOWORLD\GROUP\HELLOWORLD\WINS\HELLOWORLD.WINS" UREL
NMAKE : warning U4010: '"\Symbian\8.1a\S60_2nd_FP3\EPOC32\RELEASE\WINS\UREL\EDLL.LIB"' : build failed; /K specified, continuing ...
NMAKE : warning U4010: '"\Symbian\8.1a\S60_2nd_FP3\EPOC32\RELEASE\WINS\UDEB\EUSER.LIB"' : build failed; /K specified, continuing ...
NMAKE : warning U4010: '"\Symbian\8.1a\S60_2nd_FP3\EPOC32\RELEASE\WINS\UDEB\APPARC.LIB"' : build failed; /K specified, continuing ...
NMAKE : warning U4010: '"\Symbian\8.1a\S60_2nd_FP3\EPOC32\RELEASE\WINS\UDEB\CONE.LIB"' : build failed; /K specified, continuing ...
NMAKE : warning U4010: '"\Symbian\8.1a\S60_2nd_FP3\EPOC32\RELEASE\WINS\UDEB\EIKCORE.LIB"' : build failed; /K specified, continuing ...
NMAKE : warning U4010: '"\Symbian\8.1a\S60_2nd_FP3\EPOC32\RELEASE\WINS\UDEB\AVKON.LIB"' : build failed; /K specified, continuing ...
NMAKE : warning U4011: '"\Symbian\8.1a\S60_2nd_FP3\EPOC32\RELEASE\WINS\UREL\Z\SYSTEM\APPS\HELLOWORLD\HELLOWORLD.APP"' : not all dependents available; target not built
NMAKE : warning U4011: 'UREL' : not all dependents available; target not built
  make -r  -k -f "\Symbian\8.1a\S60_2nd_FP3\EPOC32\BUILD\ECLIPSE_SYMBIAN\WORKSPACE\HELLOWORLD\GROUP\WINS.make" FINAL CFG=UREL KEEPGOING=-k

BUILD FINISHED. Check Ploblems page for eventual errors/warnings.

Fri, 2006-01-20 22:51
Joined: 2004-07-01
Forum posts: 26
Re: Eclipse with Series 60 v2 fp3
Try to change the ABLD build in Project > Properties > Symbian OS from UREL to UDEB. This might help

mikolajz

  • Login to reply to this topic.