development_cygwin

차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

다음 판
이전 판
development_cygwin [2014/05/07 12:31] – 새로 만듦 kim7463development_cygwin [2020/09/25 10:12] (현재) – 바깥 편집 127.0.0.1
줄 4: 줄 4:
  
 ==== Install on Windows ==== ==== Install on Windows ====
 +You can find several ways on internet.
 +You choice comfortable way on your self.
  
-==== After setting ====+==== 1st modifying cygwin running file ====
 modify CYGWIN_HOME\Cygwin.bat modify CYGWIN_HOME\Cygwin.bat
  
줄 19: 줄 21:
 REM bash --login -i REM bash --login -i
 start D:\cygwin64\bin\mintty.exe -i /Cygwin-Terminal.ico - start D:\cygwin64\bin\mintty.exe -i /Cygwin-Terminal.ico -
 +</code>
 +
 +==== 2nd install NDK ====
 +
 +==== 3rd setting up standalone android native compiler ====
 +in cygwin terminal
 +<code>
 +
 +cd $NDK_ROOT/build/tools
 +
 +./make-standalone-toolchain.sh --platform=android-9 --install-dir=/development/android-toolchian --toolchain=arm-linux-androideabi-4.6 --ndk-dir=../../ --system=windows-x86_64
 +</code>
 +
 +==== 4th set other exports ====
 +You can later use it directly with something like
 +<code>
 +export PATH=/tmp/my-android-toolchain/bin:$PATH
 +export CC=arm-linux-androideabi-gcc   # or export CC=clang
 +export CXX=arm-linux-androideabi-g++  # or export CXX=clang++
 </code> </code>
  
  • development_cygwin.1399433480.txt.gz
  • 마지막으로 수정됨: 2020/09/25 10:12
  • (바깥 편집)