On Tue, 2008-01-29 at 22:42 +0530, Midhun A wrote: > Hi, > > Thanks a lot for the replies. > > > Though I would reccommend you build your own 2.4.0 OOH680_mX candidate > > from scratch for real testing, e.g. I built the armeabi one with java > > I would like to build one myself. Is there a page/link where I can > find how? Or should I try it myself? Is the page for building > OpenOffice from sources(http://tools.openoffice.org) fine to start > with? I do have cross-compiler for arm based on gcc 3.4.6.
I'd suggest to first get OOo built on a "standard" platform like i386 or x86_64 so you have a known working platform to compare against. Afterwards, unfortunately, OOo isn't really truly cross-buildable, but what I would do is to install distcc client on the arm and distcc server on the host with the PATH on the host set up to use the arm cross-compiler and the DISTCC_HOSTS on the arm client pointing to the server. That works at least to shift the compilation off the arm. C. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
