Advertisement
Guest User

Untitled

a guest
Feb 27th, 2015
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.78 KB | None | 0 0
  1. Brother:godot-src blubee$ scons platform=android target=release
  2. scons: Reading SConscript files ...
  3. sh: i586-mingw32msvc-gcc: command not found
  4. sh: i686-w64-mingw32-gcc: command not found
  5. Godot Android!!!!!
  6.  
  7. scons: warning: Ignoring missing SConscript 'drivers/gles1/SCsub'
  8. File "/Users/blubee/godot/godot-src/drivers/SCsub", line 13, in <module>
  9. scons: done reading SConscript files.
  10. scons: Building targets ...
  11. /Users/blubee/android-ndk-r10d/toolchains/arm-linux-androideabi-4.8/prebuilt//darwin-x86_64/bin/arm-linux-androideabi-g++ -o platform/android/os_android.os -c -DNO_STATVFS -MMD -MP -MF -fpic -ffunction-sections -funwind-tables -fstack-protector -fvisibility=hidden -D__ARM_ARCH_7__ -D__GLIBC__ -Wno-psabi -march=armv6 -mfpu=neon -mfloat-abi=softfp -ftree-vectorize -funsafe-math-optimizations -fno-strict-aliasing -DANDROID -Wa,--noexecstack -DGLES2_ENABLED -O2 -ffast-math -fomit-frame-pointer -fno-exceptions -DNO_SAFE_CAST -fPIC -DANDROID_ENABLED -DUNIX_ENABLED -DNO_FCNTL -DMPC_FIXED_POINT -DMUSEPACK_ENABLED -DOPENSSL_ENABLED -DSQUISH_ENABLED -DVORBIS_ENABLED -DPNG_ENABLED -DDDS_ENABLED -DPVR_ENABLED -DJPG_ENABLED -DWEBP_ENABLED -DSPEEX_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -DXML_ENABLED -DOPENSSL_NO_ASM -DOPENSSL_THREADS -DL_ENDIAN -Icore -Icore/math -Itools -Idrivers -I. -Iplatform/android -I/Users/blubee/android-ndk-r10d/platforms/android-15/arch-arm/usr/include -I/Users/blubee/android-ndk-r10d/sources/cxx-stl/gabi++/include -I/Users/blubee/android-ndk-r10d/sources/cpufeatures -Idrivers/builtin_openssl2 -Iplatform/android/vorbis -Idrivers/builtin_openssl2/crypto -Idrivers/builtin_openssl2/openssl -Idrivers/builtin_openssl2/crypto/evp -Idrivers/builtin_openssl2/crypto/asn1 -Idrivers/builtin_openssl2/crypto/modes platform/android/os_android.cpp
  12. /Users/blubee/android-ndk-r10d/toolchains/arm-linux-androideabi-4.8/prebuilt//darwin-x86_64/bin/arm-linux-androideabi-g++ -o platform/android/godot_android.os -c -DNO_STATVFS -MMD -MP -MF -fpic -ffunction-sections -funwind-tables -fstack-protector -fvisibility=hidden -D__ARM_ARCH_7__ -D__GLIBC__ -Wno-psabi -march=armv6 -mfpu=neon -mfloat-abi=softfp -ftree-vectorize -funsafe-math-optimizations -fno-strict-aliasing -DANDROID -Wa,--noexecstack -DGLES2_ENABLED -O2 -ffast-math -fomit-frame-pointer -fno-exceptions -DNO_SAFE_CAST -fPIC -DANDROID_ENABLED -DUNIX_ENABLED -DNO_FCNTL -DMPC_FIXED_POINT -DMUSEPACK_ENABLED -DOPENSSL_ENABLED -DSQUISH_ENABLED -DVORBIS_ENABLED -DPNG_ENABLED -DDDS_ENABLED -DPVR_ENABLED -DJPG_ENABLED -DWEBP_ENABLED -DSPEEX_ENABLED -DGDSCRIPT_ENABLED -DMINIZIP_ENABLED -DXML_ENABLED -DOPENSSL_NO_ASM -DOPENSSL_THREADS -DL_ENDIAN -Icore -Icore/math -Itools -Idrivers -I. -Iplatform/android -I/Users/blubee/android-ndk-r10d/platforms/android-15/arch-arm/usr/include -I/Users/blubee/android-ndk-r10d/sources/cxx-stl/gabi++/include
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement