yeah wizard_hu i have ActivePerl and FP2.
right now I know about Symbian SDK but can you clear to me how to Setting CodeWarrior and Carbide? i have some problem during project Build:
Show Error Message:
Code:
Failed to run MakMake.
System Error: The System cannot find the file specified.
Symbian Rom Build
Code:
******** Rom Build 09/08/2006 04:37:59 pm ********
EPOCROOT: \Symbian\8.0a\S60_2nd_FP2\
Epoc32 tools path: C:\Symbian\8.0a\S60_2nd_FP2\epoc32\tools\
Gnu tools path: C:\Symbian\8.0a\S60_2nd_FP2\epoc32\gcc\bin\
Working Directory: C:\
RomBuild Cmd Line: buildrom -D_DEBUG devkit lubbock techview lubbock_gui.img
Cannot find oby file: devkit
Cannot find oby file: lubbock
Cannot find oby file: techview
Cannot find oby file: lubbock_gui.img
Missing obyfile argument
Usage:
buildrom [options] obyfile [obyfile2 ...]
Build a ROM according to the specification defined by concatenating the
specified obyfiles.
The initial specification is modified by C++ preprocessor directives,
and subsequently adjusted by statements in the ROM specification language.
The final specification is in the subset of the specification language
which is understood directly by ROMBUILD.
Each obyfile parameter specifies a file via a search path: if the
filename is not matched then buildrom will look in \epoc32\rom\include.
Buildrom invokes ROMBUILD to generate the ROM image, and produces a
number of related files such as the ROM symbol file. The name of the
image file is specified directly by the -o option, or determined by
scanning the final specification for the "romname" keyword. If there is
more than one "romname" statement, the last one takes precedence.
The available options are
-Dxxx -- C++ preprocessor arguments
-oimagename -- ROM image name, overriding any ROMNAME statement
-s -- strict option, any missing files will stop buildrom
-p -- preserve intermediate files generated by buildrom
Popular -D defines to use include
-D_DEBUG -- select debug versions of some files
-D_FULL_DEBUG -- select debug versions of all files
-D_ARM4
-D_ARMI
-D_THUMB -- specify the preferred ABI
Other defines may be useful for particular OBY files.
*** Rom build completed. ***
Please what this problem?