gcc编译 android程序,在android系统中安装gcc,达到在android系统本地编译应用程序进行开发的目的...

As Android is similar to Linux, you can easily install R on it.

But building requires a lot of patching as the libc is bionic (reduced).

[edit] 2011 Aug 1: Fixed Rscript’s R_HOME (was /data/local/work/R lol)

Also fixed sysutils.c(libR.so) (and littler.c)’s hardcoded /tmp to /data/local/gcc/tmp. You need root to mkdir /tmp on Android.

[edit2] 2011 Aug 5: Fixed lib/R/library/*’s permission. Now non-root user can untar.

[edit3] 2011 Aug 6: Fixed R/Rcmd/...’s /sbin/bash dependency (now they use /system/bin/sh correctly).

You should update to r1a2.

“Rscript -e EXPR” uses tmp

file(), which uses /tmp. You need root to create that dir. You should write file or you can use “r -e EXPR”.

You need busybox’s uname and rm in $PATH.

get 3 files:

then (here I suppose you have GNU tar or busybox):

adb shell mkdir /data/local/gcc

adb push android_gcc_r2a.tar.bz2 /data/local/gcc

adb push android_gcc_supplement.tar.bz2 /data/local/gcc

adb push android_R_r1a2.tar.bz2 /data/local/gcc

adb shell

cd /data/local/gcc

tar xjf android_gcc_r2a.tar.bz2

tar xjf android_gcc_supplement.tar.bz2

tar xjf android_R_r1a2.tar.bz2

finally (writing to bashrc is recommended):

export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/data/local/gcc/lib

export PATH=$PATH:/data/local/gcc/bin

This consumes 170MB, so be careful if your Android’s /data is small.

If you still want to compile and install R by yourself check

As only R binary is provided by this package, you have to install packages in R way via

For non-basic packages, you can normally use

Packages can be updated via R’s

TBA. There are too many patches around glob/wctrans/tre_regwcomp. I had to kill WCHAR support to make grep() work.

execute “remount -o remount,rw,exec /mnt/sdcard /mnt/sdcard” (bah, this requires root)

execute “/sdcard/R-2.13.0/configure –prefix=/data/local/gcc –enable-R-shlib –with-system-zlib –with-system-bzlib –with-system-pcre –without-x”

src/include/config.h #define HAVE_LOCALE_H 1 -> remove

src/include/config.h #define HAVE_LIBC_STACK_END 1 -> remove

src/include/Rconfig.h #define SUPPORT_UTF8 1 -> remove

src/include/Rconfig.h #define SUPPORT_MBCS 1 -> remove

src/extra/blas/Makefile: change: “SOURCES = xerbla.c blas00.c blas.f cmplxblas.f” change: “blas_OBJS=blas.o cmplxblas.o xerbla.o blas00.o”

src/modules/lapack/Makefile: change: “SOURCES_C = blas00.c xerbla.c Lapack.c” change: “LIBOBJECTS = $(LIBSOURCES:.f=.o) xerbla.o”

Fix Makeconf’s abs_top_builddir

execute “make”

Perhaps you don’t have enough space to execute “make install”. So modify bin/R and etc/{ldpaths,Renviron} by hand.

Once installed, open up a console and type:

R

If you have VERY low /data capacity and 170MB is too much, there is a workaround if your Android is rooted.

execute “mount /sdcard/android_gcc_R.ext2 /data/local/gcc”

Of course your kernel must have ext2(or ext3) support... Aww only if vfat had symlink stuff...

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值