I need to build a static library by using S60 3rd edition for Symian 9.1 OS on CodeWarrior 3.1 Pro. I always meet the link error for "GCCE" build like below:
------------------------------
1. tool exit status == 255
2. EPOCROOT must end with a backslash
------------------------------
But, there is no problem to build the same library for "WINSCW". Currently, I can only use symbian command line to build it manually.
However, this problem doesn't happend to build "EXE" or "DLL" targets. I tried to change EPOCROOT setting around and finally gave up because I don't think the problem is really caused by EPOCROOT setting.
Talking about static library, Symbian SDK 3rd documentation doesn't really mention it although it still supports the target type. I guess SDK enourages to use DLL instead of LIB. But, sometimes LIB is still required.
My question is whether CodeWarrior doesn't really want to support the "static library" target type. As a matter of fact, there are only two target types "EXE" and "DLL" if we start to create a new project by using CW wizard.
I will appreciate it if my problem could be solved here by some way.



