Changes between Version 35 and Version 36 of Getting-Started/iPhone


Ignore:
Timestamp:
Apr 15, 2011 3:14:26 PM (13 years ago)
Author:
ming
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Getting-Started/iPhone

    v35 v36  
    141141 
    142142{{{ 
    143 export CFLAGS += -march=armv6 -mcpu=arm1176jzf-s -mcpu=cortex-a8 
    144 export LDFLAGS += -march=armv6 -mcpu=arm1176jzf-s -mcpu=cortex-a8 
     143export CFLAGS += -march=armv7 -mcpu=arm1176jzf-s -mcpu=cortex-a8 
     144export LDFLAGS += -march=armv7 -mcpu=arm1176jzf-s -mcpu=cortex-a8 
    145145}}} 
    146146 
    147147Then rebuild PJSIP. 
    148 Next, change your XCode setting, tick Targets-ipjsua(or your application name)-Get Info-Build-Build Active Architecture Only-Yes. 
     148Next, change your XCode setting, go to Targets-ipjsua(or your application name)-Get Info-Build, select Architectures-armv7 and tick Build Active Architecture Only-Yes. 
    149149 
    150150=== Sound not working in the simulator ===