- Perl 5.6.1
- S60 3rd Ed. FP1
- Carbide.c++ 1.3
I grant write access parmission to following;
- C:/Symbian/9.2/S60_3rd_FP1/epoc32
- c:/Symbian/carbide/workspace
I make console example, but mwldsym2.exe says that '/Symbian/9.2/S60_3rd_FP1/epoc32/include/stdapis' is not found. I do not find the 'stdapis' directory but the directory 'Symbian/9.2/S60_3rd_FP1/epoc32/include/libc' exists at the same position and required headers exist in the 'libc'. I change SYSTEMINCULDE from 'stdapis' to 'libc', then the error on stdapis is resolved.
I can not build yet. The build has a more error, '/Symbian/9.2/S60_3rd_FP1/EPOC32/RELEASE/WINSCW/UDEB/libc.lib not found'. I can not found libc.lib in the '/Symbian' with grep and am trying to resolve the problem.