Hi,
Thanks for the response.
The commands are the same for windows also. tried a couple of options.Even when I give make -i to ignore the errors I get the following output.
C:\optv_sdk32_gnu_cd>make -i win32
C:/Symbian/9.2/S60_3rd_FP1/epoc32/tools/make.exe target=WIN32 DIRECTORY=win32 po
rtable copyrite headrlib argfile postlink
make.exe[1]: Entering directory `C:/optv_sdk32_gnu_cd'
perl utils/check_dir.pl portable/win32 C:/Symbian/9.2/S60_3rd_FP1/epoc32/tools/m
ake.exe --no-print-directory -C portable WIN32
------------ portable.obj -----------------------
echo -D__win32__ /Ox -I../../portable > compile.tmp
cl @compile.tmp /c /MT /Gd /TC ../portable.c
process_begin: CreateProcess((null), cl @compile.tmp /c /MT /Gd /TC ../portable.
c, ...) failed.
make (e=2): The system cannot find the file specified.
make.exe[3]: [portable.obj] Error 2 (ignored)
lib /OUT:portable.lib portable.obj
process_begin: CreateProcess((null), lib /OUT:portable.lib portable.obj, ...) fa
iled.
make (e=2): The system cannot find the file specified.
make.exe[3]: [portable.lib] Error 2 (ignored)
perl utils/check_dir.pl copyrite/win32 C:/Symbian/9.2/S60_3rd_FP1/epoc32/tools/m
ake.exe --no-print-directory -C copyrite WIN32
------------ copyrite.obj -----------------------
echo -D__win32__ /Ox -I../../copyrite > compile.tmp
cl @compile.tmp /c /MT /Gd /TC ../copyrite.c
process_begin: CreateProcess((null), cl @compile.tmp /c /MT /Gd /TC ../copyrite.
c, ...) failed.
make (e=2): The system cannot find the file specified.
make.exe[3]: [copyrite.obj] Error 2 (ignored)
perl utils/check_dir.pl headrlib/win32 C:/Symbian/9.2/S60_3rd_FP1/epoc32/tools/m
ake.exe --no-print-directory -C headrlib WIN32
------------ headrlib.obj -----------------------
echo -D__win32__ /Ox -I../../portable -I../../file64 > compile.tmp
cl @compile.tmp /c /MT /Gd /TC ../headrlib.c
process_begin: CreateProcess((null), cl @compile.tmp /c /MT /Gd /TC ../headrlib.
c, ...) failed.
make (e=2): The system cannot find the file specified.
make.exe[3]: [headrlib.obj] Error 2 (ignored)
make (e=2): The system cannot find the file specified.
make.exe[3]: [compchck.obj] Error 2 (ignored)
make.exe[3]: *** No rule to make target `../../copyrite/win32/copyrite.obj', nee
ded by `postlink.exe'. Stop.
make.exe[2]: [WIN32] Error 2 (ignored)
make.exe[1]: Leaving directory `C:/optv_sdk32_gnu_cd'
Please let me know if u can figure out a way to remove these errors.
Error looks very similar for all folders...saying "specified file cant be found".
Regards,
vijaya.