Post Reply 
 
Thread Rating:
  • 2 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
port for intel x86 android phones??
10-31-2013, 11:46 AM
Post: #92
RE: port for intel x86 android phones??
(10-31-2013 02:40 AM)[Unknown] Wrote:  Well, theoretically it should be possible by doing:

mkdir build-icc
CC=icc; CXX=icc; cmake ..
make

Or something like that for SDL. Don't know if it will build, but if it works somewhat for Android x86, it ought to?

-[Unknown]
I just changed Application.mk to:

APP_STL := gnustl_static
#APP_ABI := armeabi-v7a x86
APP_ABI := x86
NDK_TOOLCHAIN := icc
APP_CFLAGS := -xSSSE3_ATOM
#APP_ABI := armeabi-v7a
APP_GNUSTL_CPP_FEATURES :=
#NDK_TOOLCHAIN_VERSION := 4.8

and I get this errors:
http://pastebin.com/7TtzKh9g

It seems that icc wants to use gcc i686 (I have x86-64) added the path but there are part where It stills complains about that.

It also looks like it wants to use ndk-r8 (I have r9) and I can't find the download link in the google page :/
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: port for intel x86 android phones?? - YaPeL - 10-31-2013 11:46 AM

Forum Jump: