主题 : tiny210 android 源码SDK 编译问题? 复制链接 | 浏览器收藏 | 打印
级别: 新手上路
UID: 13266
精华: 0
发帖: 8
金钱: 40 两
威望: 8 点
综合积分: 16 分
注册时间: 2010-01-21
最后登录: 2014-01-24
楼主  发表于: 2014-01-09 11:00

 tiny210 android 源码SDK 编译问题?

我用tiny210 android 4.0.3的源码
编译自己的sdk
使用 make PRODUCT-sdk-sdk指令编译


build/core/main.mk:674: *** Module 'emulator' in PRODUCT_PACKAGES has nothing to install!.  Stop.

然后在\build\target\product\sdk.mk  去掉
emulator \
报如下错误

继续编译Install: out/target/product/generic/system/lib/hw/gralloc.default.so
target thumb C++: gralloc.goldfish <= development/tools/emulator/opengl/system/gralloc/gralloc.cpp
development/tools/emulator/opengl/system/gralloc/gralloc.cpp:790: sorry, unimplemented: non-trivial designated initializers not supported
development/tools/emulator/opengl/system/gralloc/gralloc.cpp:790: sorry, unimplemented: non-trivial designated initializers not supported
development/tools/emulator/opengl/system/gralloc/gralloc.cpp:790: warning: missing initializer for member 'gralloc_module_t::reserved_proc'
make: *** [out/target/product/generic/obj/SHARED_LIBRARIES/gralloc.goldfish_intermediates/gralloc.o] Error 1

请问如何才能在 tiny210 提供的源码上 编译出sdk
级别: 新手上路
UID: 13266
精华: 0
发帖: 8
金钱: 40 两
威望: 8 点
综合积分: 16 分
注册时间: 2010-01-21
最后登录: 2014-01-24
1楼  发表于: 2014-01-09 16:11
有谁知道吗?

告诉下
级别: 新手上路
UID: 100046
精华: 0
发帖: 10
金钱: 50 两
威望: 10 点
综合积分: 20 分
注册时间: 2014-01-18
最后登录: 2014-05-07
2楼  发表于: 2014-03-31 18:42
我也有相同問題~ 推
级别: 新手上路
UID: 57325
精华: 0
发帖: 19
金钱: 95 两
威望: 19 点
综合积分: 38 分
注册时间: 2011-10-22
最后登录: 2017-09-13
3楼  发表于: 2014-08-17 10:19
你是不是用make编译的,在源码目录下用./build-android编译,看文档上说明。我相同问题解决了