Skip to content
Prev 33772 / 63424 Next

ARM v7/Linux Port/cross-compile?

On Aug 28, 2009, at 11:18 , Andrew Piskorski wrote:

            
See "R Installation and Administration" (R-admin) section 2.5 Sub- 
architectures.

You can build R that has binaries for both 32-bit and 64-bit simply by  
setting r_arch (we use that for quite a while on OS X to build for  
PPC, Intel - both 32 and 64-bit). Subsequently all packages will be  
build for all architectures by default, so there is nothing you have  
to do (except if the packages uses configure script in which case you  
have to install it subsequently with --libs-only for additional  
architectures - see R-admin 2.5 again. This is easy to spot since the  
installed package will have only one directory in "libs").
Yes, the above :).

Cheers,
Simon