hi
(before i post this thread. i already google some pages.but they cannot help me .)
i try to compile a release version with n97_sdk1 under carbide c++.
first it throw error the compiler cannot find some libs files under urel folder. so i copy these libs from
S60\devices\Nokia_N97_SDK_v1.0\epoc32\release\armv5\lib
to
S60\devices\Nokia_N97_SDK_v1.0\epoc32\release\armv5\urel
then
it complains that :
cannot find file : d:/s60/devices/nokia_n97_sdk_v1.0/epoc32/release/gcce/urel/aotest.exe
file I/O fault.
makesis.exe returned with value = 1
i search my disk , it seems that there is no aotest.exe in my disk.
below is my pkg file.
;Language - standard language definitions
&EN
; standard SIS file header
#{"AOTest"},(0xECDDCD57),1,0,0
;Localised Vendor name
%{"Vendor-EN"}
;Unique Vendor name
:"Vendor"
;Supports Series 60 v 3.0
[0x101F7961], 0, 0, 0, {"Series60ProductID"}
;Files to install
;You should change the source paths to match that of your environment
;<source> <destination>
"$(EPOCROOT)Epoc32\release\$(PLATFORM)\$(TARGET)\AOTest.exe" -"!:\sys\bin\AOTest.exe"
"$(EPOCROOT)Epoc32\data\z\resource\apps\AOTest.r01" -"!:\resource\apps\AOTest.r01"
"$(EPOCROOT)Epoc32\data\z\private\10003a3f\apps\AOTest_reg.r01" -"!:\private\10003a3f\import\apps\AOTest_reg.r01"
"$(EPOCROOT)epoc32\data\z\resource\apps\AOTest_aif.mif" -"!:\resource\apps\AOTest_aif.mif"
"$(EPOCROOT)epoc32\data\z\resource\apps\AOTest.mbm" -"!:\resource\apps\AOTest.mbm"
; Add any installation notes if applicable
;"AOTest.txt" -"!:\private\0xECDDCD57\AOTest.txt"
anyone can help me that what had happend?
how to resolve these problems.

Reply With Quote




