Hi all,
I'm beginner of Carbide. I have Carbide C++, 2nd Edition SDK FP3, ActivePerl and Java. Install all correctly. Import Helloworld project, then build the project without errors. Then IU have built the project as Phone(ARMI)_Release. But an error has appeared.
Debug code :
**** Full rebuild of configuration S60 2.8 Phone (ARMI) Release for project HelloWorld ****
make -k clean all
del /s/q .\HelloWorld_AppUi.o .\HelloWorld_AppView.o .\HelloWorld_Application.o .\HelloWorld_Document.o .\HelloWorld_Main.o C:\Symbian\8.1a\S60_2nd_FP3\EPOC32\DATA\Z\system\apps\HelloWorld\HelloWorld.rsc C:\Symbian\8.1a\S60_2nd_FP3\epoc32\release\ARMİ\UREL\HelloWorld.app
The system cannot find the path specified.
make: [clean] Error 1 (ignored)
' '
'Building file: ../HelloWorld.rss'
'Invoking: Resource Compiler'
perl.exe -S epocrc.pl -u -DLANGUAGE_sc -I"C:\Carbide\Workspace\HelloWorld" -I"C:\Symbian\8.1a\S60_2nd_FP3\Examples\helloworld\." -I- -I"C:\Symbian\8.1a\S60_2nd_FP3\epoc32\include" -I"C:\Symbian\8.1a\S60_2nd_FP3\epoc32\include\techview" -o"C:/Symbian/8.1a/S60_2nd_FP3/EPOC32/DATA/Z/system/apps/HelloWorld/HelloWorld.rsc" -hC:\Symbian\8.1a\S60_2nd_FP3\EPOC32\include\HelloWorld.rsg ../HelloWorld.rss
'Finished building: ../HelloWorld.rss'
' '
'Building file: ../HelloWorld_AppUi.cpp'
'Invoking: GCC98 Complier'
gcc.exe -nostdinc -pipe -c -s -fomit-frame-pointer -O -march=armv4t -mthumb-interwork -DNDEBUG -D_UNICODE -D__SYMBIAN32__ -D__DLL__ -D__GCC32__ -D__EPOC32__ -D__MARM__ -D__MARM_ARMI__ -Wall -Wno-ctor-dtor-privacy -Wno-unknown-pragmas -I "C:\Carbide\Workspace\HelloWorld" -I "C:\Symbian\8.1a\S60_2nd_FP3\Examples\helloworld\." -I "C:\Symbian\8.1a\S60_2nd_FP3\epoc32\include" -I "C:\Symbian\8.1a\S60_2nd_FP3\epoc32\include\techview" -o HelloWorld_AppUi.o ../HelloWorld_AppUi.cpp
'Finished building: ../HelloWorld_AppUi.cpp'
' '
'Building file: ../HelloWorld_AppView.cpp'
'Invoking: GCC98 Complier'
gcc.exe -nostdinc -pipe -c -s -fomit-frame-pointer -O -march=armv4t -mthumb-interwork -DNDEBUG -D_UNICODE -D__SYMBIAN32__ -D__DLL__ -D__GCC32__ -D__EPOC32__ -D__MARM__ -D__MARM_ARMI__ -Wall -Wno-ctor-dtor-privacy -Wno-unknown-pragmas -I "C:\Carbide\Workspace\HelloWorld" -I "C:\Symbian\8.1a\S60_2nd_FP3\Examples\helloworld\." -I "C:\Symbian\8.1a\S60_2nd_FP3\epoc32\include" -I "C:\Symbian\8.1a\S60_2nd_FP3\epoc32\include\techview" -o HelloWorld_AppView.o ../HelloWorld_AppView.cpp
'Finished building: ../HelloWorld_AppView.cpp'
' '
'Building file: ../HelloWorld_Application.cpp'
'Invoking: GCC98 Complier'
gcc.exe -nostdinc -pipe -c -s -fomit-frame-pointer -O -march=armv4t -mthumb-interwork -DNDEBUG -D_UNICODE -D__SYMBIAN32__ -D__DLL__ -D__GCC32__ -D__EPOC32__ -D__MARM__ -D__MARM_ARMI__ -Wall -Wno-ctor-dtor-privacy -Wno-unknown-pragmas -I "C:\Carbide\Workspace\HelloWorld" -I "C:\Symbian\8.1a\S60_2nd_FP3\Examples\helloworld\." -I "C:\Symbian\8.1a\S60_2nd_FP3\epoc32\include" -I "C:\Symbian\8.1a\S60_2nd_FP3\epoc32\include\techview" -o HelloWorld_Application.o ../HelloWorld_Application.cpp
'Finished building: ../HelloWorld_Application.cpp'
' '
'Building file: ../HelloWorld_Document.cpp'
'Invoking: GCC98 Complier'
gcc.exe -nostdinc -pipe -c -s -fomit-frame-pointer -O -march=armv4t -mthumb-interwork -DNDEBUG -D_UNICODE -D__SYMBIAN32__ -D__DLL__ -D__GCC32__ -D__EPOC32__ -D__MARM__ -D__MARM_ARMI__ -Wall -Wno-ctor-dtor-privacy -Wno-unknown-pragmas -I "C:\Carbide\Workspace\HelloWorld" -I "C:\Symbian\8.1a\S60_2nd_FP3\Examples\helloworld\." -I "C:\Symbian\8.1a\S60_2nd_FP3\epoc32\include" -I "C:\Symbian\8.1a\S60_2nd_FP3\epoc32\include\techview" -o HelloWorld_Document.o ../HelloWorld_Document.cpp
'Finished building: ../HelloWorld_Document.cpp'
' '
'Building file: ../HelloWorld_Main.cpp'
'Invoking: GCC98 Complier'
gcc.exe -nostdinc -pipe -c -s -fomit-frame-pointer -O -march=armv4t -mthumb-interwork -DNDEBUG -D_UNICODE -D__SYMBIAN32__ -D__DLL__ -D__GCC32__ -D__EPOC32__ -D__MARM__ -D__MARM_ARMI__ -Wall -Wno-ctor-dtor-privacy -Wno-unknown-pragmas -I "C:\Carbide\Workspace\HelloWorld" -I "C:\Symbian\8.1a\S60_2nd_FP3\Examples\helloworld\." -I "C:\Symbian\8.1a\S60_2nd_FP3\epoc32\include" -I "C:\Symbian\8.1a\S60_2nd_FP3\epoc32\include\techview" -o HelloWorld_Main.o ../HelloWorld_Main.cpp
'Finished building: ../HelloWorld_Main.cpp'
' '
'Invoking: GCC98 Archiver'
ar.exe rc HelloWorld.in ./HelloWorld_AppUi.o ./HelloWorld_AppView.o ./HelloWorld_Application.o ./HelloWorld_Document.o ./HelloWorld_Main.o
'Finished building: HelloWorld.in'
' '
'Invoking: GCC98 Dlltool import library generation stage'
ECHO is off.
'Finished building: C:/Symbian/8.1a/S60_2nd_FP3/epoc32/release/ARMİ/UREL/HelloWorld.lib'
' '
'Invoking: GCC98 Dlltool first stage'
dlltool.exe -marm_interwork HelloWorld.in --output-def "HelloWorld.inf"
'Finished building: HelloWorld.inf'
' '
'Invoking: Def File Creator for GCC98'
perl.exe -S makedef.pl -Deffile HelloWorld.inf "HelloWorld.def"
MAKEDEF WARNING: 1 export(s) not yet Frozen:
HelloWorld.def(3) : NewApplication__Fv @1
'Finished building: HelloWorld.def'
' '
'Invoking: GCC98 Dlltool second stage'
dlltool.exe -marm_interwork --def HelloWorld.def --output-lib "C:/Symbian/8.1a/S60_2nd_FP3/epoc32/release/ARMİ/UREL/HelloWorld.lib" --output-exp "HelloWorld.expi" --dllname "HelloWorld[10008ace].app"
dlltool.exe: Can't open .lib file: C:/Symbian/8.1a/S60_2nd_FP3/epoc32/release/ARMİ/UREL/HelloWorld.lib
make: *** [HelloWorld.expi] Error 1
make: Target `all' not remade because of errors.
Build complete for project HelloWorld
What is the problem? Please explain what I will do to correct this error.
Thanks.



