Changes between Version 30 and Version 31 of FAQ


Ignore:
Timestamp:
Feb 11, 2008 9:53:13 AM (16 years ago)
Author:
bennylp
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FAQ

    v30 v31  
    10031003We have provided a thorough instructions at the [http://www.pjsip.org/sip_symbian.htm PJSIP for Symbian] page, please check it out. In parallel, there is an even more thorough instructions on [wiki:DevelopingSymbianAppWithCarbide using PJSIP with Carbide C++ on S60 3rd Edition platform] which should cover everything including on-device debugging. 
    10041004 
     1005=== Missing Separator Error === #sym-missep 
     1006 
     1007One user [http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/2008-February/001608.html reported this compile error], something like: 
     1008 
     1009 ''"\Symbian\9.1\S60_3rd_MR\EPOC32\BUILD\project\pjproject\build.symbian\PJLIB\GCCE\PJLIB.GCCE *** missing separator. 
     1010 Stop."'' 
     1011 
     1012This problem may be similar to [http://discussion.forum.nokia.com/forum/archive/index.php/t-74288.html this problem] reported on Nokia Forum. See if adding ARM toolchain to the PATH ({{{C:\Program Files\CSL Arm Toolchain\bin}}}) solves it. 
     1013 
     1014If not, please check that you have the correct Perl version for the SDK. Try reinstalling everything (Perl, ARM toolchain, and SDK) and see if it helps. 
     1015 
     1016=== Fail to Install TRK Application on the Phone === #sym-trk 
     1017 
     1018 ''I followed the Symbian tutorial and got this error when installing TRK application on my N70 phone:'' 
     1019 
     1020   ''"The application installer in the phone does not support the file format of the application that was tried to be installed."'' 
     1021 
     1022The Nokia N70 phone is a S60 2nd Edition device thus it will not work with the tutorial since the tutorial uses S60 3rd Edition. If you wish to work on S60 2nd Edition device, you will need to download the appropriate SDK first. But please note that we have not tested PJSIP with S60 2nd Edition, so few things may not work. For example, you may not get full duplex audio, and also some instructions on the tutorial may not apply anymore. Your mileage may vary. 
     1023 
    10051024---- 
    10061025