2008/10/11

S60 instllation memo

  • 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
If the write access parmission is nothing, Carbide can not build any. At first, cpp.exe of Gcce aborted.

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.

How to set parameters to debugging program on Visual Studio 2019 with CMake

Solution: MSDN Sometimes the "Debug and Launch Settings for CMake" bottun is disabled. In this case, change to the target view. ...