Page 1 of 1

Compilation problem in Symbian

PostPosted: Feb 17, 2011 @ 6:13pm
by theDave
Hi

I'm trying out Edgelib on symbian and everything seems to go pretty well, except I am getting what seems to be a linking error with the Symbian SDK (3rd ed FP2):

***Invoking abld command
perl.exe -S ABLD.PL \projects\helloworld_symbian\workspace_s60_e3rd\ target gcce urel
make -r -f "\S60\devices\S60_3rd_FP2_SDK_v1.1\EPOC32\BUILD\projects\helloworld_symbian\workspace_s60_e3rd\GCCE.make" TARGET CFG=UREL VERBOSE=-s
\S60\devices\S60_3rd_FP2_SDK_v1.1\epoc32\release\ARMV5\urel\edge.lib(cevent.o):(.rodata+0x148): undefined reference to `CCoeAppUi::CCoeAppUi_Reserved1()'
\S60\devices\S60_3rd_FP2_SDK_v1.1\epoc32\release\ARMV5\urel\edge.lib(cevent.o):(.rodata+0x14c): undefined reference to `CCoeAppUi::CCoeAppUi_Reserved2()'
make[1]: *** [\S60\devices\S60_3rd_FP2_SDK_v1.1\epoc32\release\GCCE\urel\helloworld.exe] Error 1
make: *** [TARGETHELLOWORLD] Error 2
make -j 4 -s -r -f "\S60\devices\S60_3rd_FP2_SDK_v1.1\EPOC32\BUILD\projects\helloworld_symbian\workspace_s60_e3rd\HELLOWORLD\GCCE\HELLOWORLD.GCCE" UREL

Any help would be appreciated.

Re: Compilation problem in Symbian

PostPosted: Apr 29, 2011 @ 9:13am
by edge
Hi Dave,

This is most likely caused by using the EDGELIB library in combination with an unsupported Symbian SDK. We recommend using the first S60 3rd edition SDK in stead of FP2.

Wouter

Re: Compilation problem in Symbian

PostPosted: Apr 29, 2011 @ 9:17am
by theDave
Thanks I'll try that.