Hi,
I wanna build static library which target type is "LIB" on mmp file on
S60_3rd SDK. But I always get error even I don't input any code in my source
file. the error is:
-----------------------------------------
make -s -r -f
"\Symbian\9.1\S60_3rd\EPOC32\BUILD\20060630_2230\Tools\CLPTools\Symbian9\CLPTOOLS\GCC
E\CLPTOOLS.GCCE" LIBRARY
process_begin: CreateProcess((null), cr
..\..\..\..\Symbian\9.1\S60_3rd\EPOC32\RELEASE\ARMV5\UREL\CL
PTools.lib
..\..\..\..\Symbian\9.1\S60_3rd\EPOC32\BUILD\20060630_2230\Tools\CLPTools\Symbian9\CLPTOO
LS\GCCE\UREL\CLPTools.o, ...) failed.
make (e=2): The system cannot find the file specified.
CLPTools error PRJ0019: A tool returned an error code from "Performing
Makefile project actions"
-------------------------------------------
Are there some special settings on mmp while build "LIB" target on S60_3rd
SDK? I have tried the same mmp file on S80 and UIQ. It works fine.
This is my mmp file:
TARGET CLPTools.lib
TARGETTYPE lib
macro UNDER_EP SYMBIAN9
SOURCEPATH ..
SOURCE CLPTools.c
CAPABILITY NONE
uid 0x100039cf 0x100097e8
And I also have a try that delete all the codes on "CLPTools.c" and build it
again. Still has the same error. Pls help me to see if there some missing.
Thanks!



