分类: LINUX
2011-10-20 17:42:20
andy2052142011-11-01 11:30:51
LoneStar,你好,
我按照你博客里的指导修改了所有需要修改的文件,也利用crosstool-ng工具编译好了相应的工具链,并将生成的libgcc.a和libgcc_eh.a文件替换了android自带的相应工具链下的libgcc.c和ligcc_eh.a文件。
在源代码的根目录下执行make showcommands命令后报了如下错误:
target mips C++: libEGL <= frameworks/base/opengl/libs/EGL/egl.cpp
prebuilt/linux-x86/ccache/ccache prebuilt/linux-x86/toolchain/mips-4.4.6/bin/mips-linux-gnu-g++ -I bionic/libc/private -I frameworks/base/opengl/libs -I out/target/product/generic/obj/SH
andy2052142011-10-25 00:14:32
andy2052142011-10-22 13:43:48
你好,
请问你的froyo代码是在:
repo init -u git://public.mipsandroid.com/mips/platform/manifest.git -b mips-froyo
还是在:
repo init --repo-url=git://github.com/MIPS/repo.git --repo-branch=stable -u git://github.com/MIPS/manifests.git -b mips-froyo-r8
上下的(我看你的第一篇写的是在mipsandroid上下的,但是看这篇博文你说代码来自于http://developer.mips.com/android/),这俩是一样的么(
mipsandroid那个网站我连接不上,但后面那个网站的代码可以下下来!