下面给出方法
The given source code is supposed to be build under 64-bits ubuntu linux
if you are using 32-bit system, please follow the instructions.
光盘的代码应该在64位的系统下编译,如果你使用的是32位系统,请做以下修改:
1.Modify the following files
./external/clearsilver/cgi/Android.mk
./external/clearsilver/java-jni/Android.mk
./external/clearsilver/util/Android.mk
./external/clearsilver/cs/Android.mk
find
LOCAL_CFLAGS += -m64
LOCAL_LDFLAGS += -m64
replace with
LOCAL_CFLAGS += -m32
LOCAL_LDFLAGS += -m32
2.Modify ./build/core/main.mk
find
ifneq (64,$(findstring 64,$(build_arch)))
replace with
ifneq (i686,$(findstring i686,$(build_arch))) {:2_27:} 可以,飞凌提供的就是32位的版本
页:
[1]