Talk About Network



Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Programming > Codewarrior Symbian > problems with c...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 1 of 1 Topic 144 of 155
Post > Topic >>

problems with compiling example program

by klulukasz@[EMAIL PROTECTED] Feb 6, 2007 at 02:47 PM

hello,

i have  just downloaded carbide.C++ and sdk for symbian 3rd edition
and i wanted to try compiling hello world program that was already
there in examples

but as long as i compile it in debug mode so i can run it on computer
it works but then when i change to release i get some errors and i
dont realy understand them.. i mean i understand but dont know why i
am getting them



'Building file: ../src/hello.cpp'
'Invoking: GCCE Compiler'
arm-none-symbianelf-g++.exe -c -pipe -mapcs -nostdinc -x c++ -
march=armv5t -fexceptions -mfloat-abi=soft -DNDEBUG -D_UNICODE -
D__GCCE__ -D__SYMBIAN32__ -D__EPOC32__ -D__MARM__ -D__EABI__ -
D__MARM_ARMV5__ -D__EXE__ -D__SUPPORT_CPP_EXCEPTIONS__ -
D__SERIES60_31__ -D__SERIES60_3X__ -D__PRODUCT_INCLUDE__="C:\Symbian
\9.2\S60_3rd_FP1\epoc32\include\variant\Symbian_OS_v9.2.hrh" -include
"C:\Symbian\9.2\S60_3rd_FP1\\EPOC32\INCLUDE\GCCE\GCCE.h" -Wall -Wno-
ctor-dtor-privacy -Wno-unknown-pragmas -I "C:\workspace\hello\inc" -I
"C:\workspace\hello\data" -I "C:\Symbian
\9.2\S60_3rd_FP1\epoc32\include" -I "C:\Symbian
\9.2\S60_3rd_FP1\epoc32\include\variant" -I "" -o src/hello.o ../src/
hello.cpp
process_begin: CreateProcess((null), arm-none-symbianelf-g++.exe -c -
pipe -mapcs -nostdinc -x c++ -march=armv5t -fexceptions -mfloat-
abi=soft -DNDEBUG -D_UNICODE -D__GCCE__ -D__SYMBIAN32__ -D__EPOC32__ -
D__MARM__ -D__EABI__ -D__MARM_ARMV5__ -D__EXE__ -
D__SUPPORT_CPP_EXCEPTIONS__ -D__SERIES60_31__ -D__SERIES60_3X__ -
D__PRODUCT_INCLUDE__=C:\Symbian\9.2\S60_3rd_FP1\epoc32\include\variant
\Symbian_OS_v9.2.hrh -include C:\Symbian\9.2\S60_3rd_FP1\
\EPOC32\INCLUDE\GCCE\GCCE.h -Wall -Wno-ctor-dtor-privacy -Wno-unknown-
pragmas -I C:\workspace\hello\inc -I C:\workspace\hello\data -I C:
\Symbian\9.2\S60_3rd_FP1\epoc32\include -I C:\Symbian
\9.2\S60_3rd_FP1\epoc32\include\variant -I "" -o src/hello.o ../src/
hello.cpp, ...) failed.
make (e=2): The system cannot find the file specified.

make: *** [src/hello.o] Error 2
'Building file: ../src/helloAppUi.cpp'
'Invoking: GCCE Compiler'
arm-none-symbianelf-g++.exe -c -pipe -mapcs -nostdinc -x c++ -
march=armv5t -fexceptions -mfloat-abi=soft -DNDEBUG -D_UNICODE -
D__GCCE__ -D__SYMBIAN32__ -D__EPOC32__ -D__MARM__ -D__EABI__ -
D__MARM_ARMV5__ -D__EXE__ -D__SUPPORT_CPP_EXCEPTIONS__ -
D__SERIES60_31__ -D__SERIES60_3X__ -D__PRODUCT_INCLUDE__="C:\Symbian
\9.2\S60_3rd_FP1\epoc32\include\variant\Symbian_OS_v9.2.hrh" -include
"C:\Symbian\9.2\S60_3rd_FP1\\EPOC32\INCLUDE\GCCE\GCCE.h" -Wall -Wno-
ctor-dtor-privacy -Wno-unknown-pragmas -I "C:\workspace\hello\inc" -I
"C:\workspace\hello\data" -I "C:\Symbian
\9.2\S60_3rd_FP1\epoc32\include" -I "C:\Symbian
\9.2\S60_3rd_FP1\epoc32\include\variant" -I "" -o src/helloAppUi.o ../
src/helloAppUi.cpp
process_begin: CreateProcess((null), arm-none-symbianelf-g++.exe -c -
pipe -mapcs -nostdinc -x c++ -march=armv5t -fexceptions -mfloat-
abi=soft -DNDEBUG -D_UNICODE -D__GCCE__ -D__SYMBIAN32__ -D__EPOC32__ -
D__MARM__ -D__EABI__ -D__MARM_ARMV5__ -D__EXE__ -
D__SUPPORT_CPP_EXCEPTIONS__ -D__SERIES60_31__ -D__SERIES60_3X__ -
D__PRODUCT_INCLUDE__=C:\Symbian\9.2\S60_3rd_FP1\epoc32\include\variant
\Symbian_OS_v9.2.hrh -include C:\Symbian\9.2\S60_3rd_FP1\
\EPOC32\INCLUDE\GCCE\GCCE.h -Wall -Wno-ctor-dtor-privacy -Wno-unknown-
pragmas -I C:\workspace\hello\inc -I C:\workspace\hello\data -I C:
\Symbian\9.2\S60_3rd_FP1\epoc32\include -I C:\Symbian
\9.2\S60_3rd_FP1\epoc32\include\variant -I "" -o src/helloAppUi.o ../
src/helloAppUi.cpp, ...) failed.
make (e=2): The system cannot find the file specified.

make: *** [src/helloAppUi.o] Error 2
'Building file: ../src/helloAppView.cpp'
'Invoking: GCCE Compiler'
arm-none-symbianelf-g++.exe -c -pipe -mapcs -nostdinc -x c++ -
march=armv5t -fexceptions -mfloat-abi=soft -DNDEBUG -D_UNICODE -
D__GCCE__ -D__SYMBIAN32__ -D__EPOC32__ -D__MARM__ -D__EABI__ -
D__MARM_ARMV5__ -D__EXE__ -D__SUPPORT_CPP_EXCEPTIONS__ -
D__SERIES60_31__ -D__SERIES60_3X__ -D__PRODUCT_INCLUDE__="C:\Symbian
\9.2\S60_3rd_FP1\epoc32\include\variant\Symbian_OS_v9.2.hrh" -include
"C:\Symbian\9.2\S60_3rd_FP1\\EPOC32\INCLUDE\GCCE\GCCE.h" -Wall -Wno-
ctor-dtor-privacy -Wno-unknown-pragmas -I "C:\workspace\hello\inc" -I
"C:\workspace\hello\data" -I "C:\Symbian
\9.2\S60_3rd_FP1\epoc32\include" -I "C:\Symbian
\9.2\S60_3rd_FP1\epoc32\include\variant" -I "" -o src/
helloAppView.o ../src/helloAppView.cpp
process_begin: CreateProcess((null), arm-none-symbianelf-g++.exe -c -
pipe -mapcs -nostdinc -x c++ -march=armv5t -fexceptions -mfloat-
abi=soft -DNDEBUG -D_UNICODE -D__GCCE__ -D__SYMBIAN32__ -D__EPOC32__ -
D__MARM__ -D__EABI__ -D__MARM_ARMV5__ -D__EXE__ -
D__SUPPORT_CPP_EXCEPTIONS__ -D__SERIES60_31__ -D__SERIES60_3X__ -
D__PRODUCT_INCLUDE__=C:\Symbian\9.2\S60_3rd_FP1\epoc32\include\variant
\Symbian_OS_v9.2.hrh -include C:\Symbian\9.2\S60_3rd_FP1\
\EPOC32\INCLUDE\GCCE\GCCE.h -Wall -Wno-ctor-dtor-privacy -Wno-unknown-
pragmas -I C:\workspace\hello\inc -I C:\workspace\hello\data -I C:
\Symbian\9.2\S60_3rd_FP1\epoc32\include -I C:\Symbian
\9.2\S60_3rd_FP1\epoc32\include\variant -I "" -o src/helloAppView.o ../
src/helloAppView.cpp, ...) failed.
make (e=2): The system cannot find the file specified.

make: *** [src/helloAppView.o] Error 2
'Building file: ../src/helloApplication.cpp'
'Invoking: GCCE Compiler'
arm-none-symbianelf-g++.exe -c -pipe -mapcs -nostdinc -x c++ -
march=armv5t -fexceptions -mfloat-abi=soft -DNDEBUG -D_UNICODE -
D__GCCE__ -D__SYMBIAN32__ -D__EPOC32__ -D__MARM__ -D__EABI__ -
D__MARM_ARMV5__ -D__EXE__ -D__SUPPORT_CPP_EXCEPTIONS__ -
D__SERIES60_31__ -D__SERIES60_3X__ -D__PRODUCT_INCLUDE__="C:\Symbian
\9.2\S60_3rd_FP1\epoc32\include\variant\Symbian_OS_v9.2.hrh" -include
"C:\Symbian\9.2\S60_3rd_FP1\\EPOC32\INCLUDE\GCCE\GCCE.h" -Wall -Wno-
ctor-dtor-privacy -Wno-unknown-pragmas -I "C:\workspace\hello\inc" -I
"C:\workspace\hello\data" -I "C:\Symbian
\9.2\S60_3rd_FP1\epoc32\include" -I "C:\Symbian
\9.2\S60_3rd_FP1\epoc32\include\variant" -I "" -o src/
helloApplication.o ../src/helloApplication.cpp
process_begin: CreateProcess((null), arm-none-symbianelf-g++.exe -c -
pipe -mapcs -nostdinc -x c++ -march=armv5t -fexceptions -mfloat-
abi=soft -DNDEBUG -D_UNICODE -D__GCCE__ -D__SYMBIAN32__ -D__EPOC32__ -
D__MARM__ -D__EABI__ -D__MARM_ARMV5__ -D__EXE__ -
D__SUPPORT_CPP_EXCEPTIONS__ -D__SERIES60_31__ -D__SERIES60_3X__ -
D__PRODUCT_INCLUDE__=C:\Symbian\9.2\S60_3rd_FP1\epoc32\include\variant
\Symbian_OS_v9.2.hrh -include C:\Symbian\9.2\S60_3rd_FP1\
\EPOC32\INCLUDE\GCCE\GCCE.h -Wall -Wno-ctor-dtor-privacy -Wno-unknown-
pragmas -I C:\workspace\hello\inc -I C:\workspace\hello\data -I C:
\Symbian\9.2\S60_3rd_FP1\epoc32\include -I C:\Symbian
\9.2\S60_3rd_FP1\epoc32\include\variant -I "" -o src/
helloApplication.o ../src/helloApplication.cpp, ...) failed.
make (e=2): The system cannot find the file specified.

make: *** [src/helloApplication.o] Error 2
'Building file: ../src/helloDocument.cpp'
'Invoking: GCCE Compiler'
arm-none-symbianelf-g++.exe -c -pipe -mapcs -nostdinc -x c++ -
march=armv5t -fexceptions -mfloat-abi=soft -DNDEBUG -D_UNICODE -
D__GCCE__ -D__SYMBIAN32__ -D__EPOC32__ -D__MARM__ -D__EABI__ -
D__MARM_ARMV5__ -D__EXE__ -D__SUPPORT_CPP_EXCEPTIONS__ -
D__SERIES60_31__ -D__SERIES60_3X__ -D__PRODUCT_INCLUDE__="C:\Symbian
\9.2\S60_3rd_FP1\epoc32\include\variant\Symbian_OS_v9.2.hrh" -include
"C:\Symbian\9.2\S60_3rd_FP1\\EPOC32\INCLUDE\GCCE\GCCE.h" -Wall -Wno-
ctor-dtor-privacy -Wno-unknown-pragmas -I "C:\workspace\hello\inc" -I
"C:\workspace\hello\data" -I "C:\Symbian
\9.2\S60_3rd_FP1\epoc32\include" -I "C:\Symbian
\9.2\S60_3rd_FP1\epoc32\include\variant" -I "" -o src/
helloDocument.o ../src/helloDocument.cpp
process_begin: CreateProcess((null), arm-none-symbianelf-g++.exe -c -
pipe -mapcs -nostdinc -x c++ -march=armv5t -fexceptions -mfloat-
abi=soft -DNDEBUG -D_UNICODE -D__GCCE__ -D__SYMBIAN32__ -D__EPOC32__ -
D__MARM__ -D__EABI__ -D__MARM_ARMV5__ -D__EXE__ -
D__SUPPORT_CPP_EXCEPTIONS__ -D__SERIES60_31__ -D__SERIES60_3X__ -
D__PRODUCT_INCLUDE__=C:\Symbian\9.2\S60_3rd_FP1\epoc32\include\variant
\Symbian_OS_v9.2.hrh -include C:\Symbian\9.2\S60_3rd_FP1\
\EPOC32\INCLUDE\GCCE\GCCE.h -Wall -Wno-ctor-dtor-privacy -Wno-unknown-
pragmas -I C:\workspace\hello\inc -I C:\workspace\hello\data -I C:
\Symbian\9.2\S60_3rd_FP1\epoc32\include -I C:\Symbian
\9.2\S60_3rd_FP1\epoc32\include\variant -I "" -o src/
helloDocument.o ../src/helloDocument.cpp, ...) failed.
make (e=2): The system cannot find the file specified.

make: *** [src/helloDocument.o] Error 2
'Building file: sis/hello.pkg'
'Invoking: CreateSis (Installation File Generator)'
createsis create -pass DefaultPassword  "sis/hello.pkg" C:/workspace/
hello/sis/hello.sis
Processing sis/hello.pkg...
 Error : Cannot find file : \Symbian\9.2\S60_3rd_FP1\\Epoc32\release
\GCCE\UREL\hello.exe

sis/hello.pkg(21) : error: file I/O fault.
ERROR! Failed at makesis "sis/hello.pkg"
make: *** [C:/workspace/hello/sis/hello.sis] Error 1
make: Target `all' not remade because of errors.
Build complete for project hello




i would be very greatful if someone can explain me this and eventualy
help.




 1 Posts in Topic:
problems with compiling example program
klulukasz@[EMAIL PROTECTE  2007-02-06 14:47:32 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Sat May 17 12:48:06 CDT 2008.