Hi, all!
I installed Carbide version 1.0, latest S60 3.0 SDK and perl 5.6.1. After installations, I created a simple project. Then I tried to compile it, but all I get is punch of following lines>
-- clip -- -- clip --
**** Full rebuild of configuration S60 3.0 Emulator Debug for project HelloMan ****
make -k clean all
del /s/q .\src\HelloMan.o C:\Symbian\9.1\S60_3rd\epoc32\release\WINSCW\UDEB\HelloMan.lib
The system cannot find the file specified.
make: [clean] Error 1 (ignored)
' '
'Building file: ../src/HelloMan.cpp'
'Invoking: WINSCW C/C++ Compiler'
mwccsym2.exe -sym full -c -wchar_t off -align 4 -enum int -str pool -nostdinc -exc ms -inline off -msgstyle parseable -nowraplines -O0 -D_UNICODE -D__SYMBIAN32__ -D__CW32__ -D__WINS__ -D__WINSCW__ -D_DEBUG -D__SUPPORT_CPP_EXCEPTIONS__ -D__SERIES60_30__ -D__SERIES60_3X__ -include "C:\Symbian\9.1\S60_3rd\epoc32\include\variant\Symbian_OS_v9.1.hrh" -i "C:\Symbian\own\HelloMan\inc" -i- -i "C:\Symbian\9.1\S60_3rd\epoc32\include" -i "C:\Symbian\9.1\S60_3rd\epoc32\include\variant" -w cmdline -w pragmas -w empty -w possible -w unusedarg -w unusedvar -w extracomma -w pedantic -w largeargs -w ptrintconv -w tokenpasting -w missingreturn -o src/HelloMan.o ../src/HelloMan.cpp
mwccsym2.exe|Usage|Alert
>Output filename 'src/HelloMan.o' is invalid
>Operating system error:
>The system cannot find the path specified.
Errors caused tool to abort.
make: *** [src/HelloMan.o] Error 1
make: Target `all' not remade because of errors.
Build complete for project HelloMan
-- clip -- -- clip --
Has somebody faced similar problems? Am I missing something?
I already checked, that I don't have white spaces nor in my Carbide installation directory path or in workspace directory path.




