PDA

View Full Version : HELP! cryptopp.dso file is missing



taufikardi
30th July 2012, 15:59
Hi all,
I'm beginner with qt and symbian development.
I try to build a project NFC using cryptopp library. While my .pro compile with Qt simulator everything all right until I compile it with Qt Symbian Anna Device. Here is the error outputs for my project:


make.exe: Entering directory `D:/Kuliah/TA/source/nfc/nfcchat'
sbs -c arm.v5.udeb.gcce4_4_1
mifconv : BITMAP [arm.v5.udeb.gcce4_4_1]
sbs: warning: Missing dependency detected: D:/Kuliah/TA/QT/Symbian/SDKs/Symbian3Qt474/epoc32/release/armv5/lib/cryptopp.dso
target : epoc32\release\armv5\udeb\nfcchat.exe [arm.v5.udeb.gcce4_4_1]
arm-none-symbianelf-g++.exe: D:/Kuliah/TA/QT/Symbian/SDKs/Symbian3Qt474/epoc32/release/armv5/lib/cryptopp.dso: No such file or directory


sbs : warnings: 1
sbs : errors: 2

built 'arm.v5.udeb.gcce4_4_1'

Run time 9 seconds

sbs: build log in D:\Kuliah\TA\QT\Symbian\SDKs\Symbian3Qt474\epoc32\ build\Makefile.2012-07-03-12-31-54.36-3396.log
make.exe: Leaving directory `D:/Kuliah/TA/source/nfc/nfcchat'

FAILED linkandpostlink for arm.v5.udeb.gcce4_4_1: epoc32\release\armv5\udeb\nfcchat.exe
mmp: nfcchat_exe.mmp
mingw32-make[1]: *** [D:/Kuliah/TA/QT/Symbian/SDKs/Symbian3Qt474/epoc32/release/armv5/udeb/nfcchat.exe] Error 1
sbs: error: The make-engine exited with errors.
make.exe: *** [debug-gcce] Error 1
12:32:03: The process "D:\Kuliah\TA\QT\Symbian\SDKs\Symbian3Qt474\epoc32\ tools\make.exe" exited with code 2.
Error while building project nfcchat (target: Symbian Device)
When executing build step 'Make'

I think there is cryptopp.dso missing file,
Please help me, I must finished it for my Final Task of my college