Difference between revisions of "KR/ARM"

From Apache OpenOffice Wiki
< KR
Jump to: navigation, search
Line 9: Line 9:
 
jaunty with "coreutils bzip2 bash tcsh emdebian epm fastjar dpkg"
 
jaunty with "coreutils bzip2 bash tcsh emdebian epm fastjar dpkg"
 
4:40
 
4:40
 
  
 
==After Burner==
 
==After Burner==
Line 15: Line 14:
  
 
Using user space QEMU combined with the [http://wiki.debian.org/EmdebianToolchain Emdebian toolchain] gives the shortest build times (~6H).
 
Using user space QEMU combined with the [http://wiki.debian.org/EmdebianToolchain Emdebian toolchain] gives the shortest build times (~6H).
 +
 +
==Build Issues==
 +
* sal/typesconfig/typesconfig.c: had to patch away #ifdef ... || ARM32 (fix in cmcfixes56 where the actual correct alignments for real hardware is determined)
 +
* ICU needs to not be build with g++ 4.3: ... internal compiler error - used 4.2 instead (optimizing error - g++ 4.3.2 with -O0 works as well)
 +
* dpkg: error processing openoffice.org-ure_1.5.0-3_linux-2.6-arm.deb (--install):
 +
package architecture (arm) does not match system (armel)

Revision as of 07:42, 7 May 2009

OOo has been ported to Linux ARM (armel) a while ago by Caolan McNamara. Creating a OOo for ARM just means building it. I did build it on Ubuntu 9.04 ARM, other distros may work as well ...


Hosting

To be able to utilize user space QEMU, we need the target distribution as a directory on the build system, so that we can enter it with "chroot". QEMU in system mode can than be booted on this file system with NFS root.

Build times

jaunty with "coreutils bzip2 bash tcsh emdebian epm fastjar dpkg" 4:40

After Burner

Emdebian

Using user space QEMU combined with the Emdebian toolchain gives the shortest build times (~6H).

Build Issues

  • sal/typesconfig/typesconfig.c: had to patch away #ifdef ... || ARM32 (fix in cmcfixes56 where the actual correct alignments for real hardware is determined)
  • ICU needs to not be build with g++ 4.3: ... internal compiler error - used 4.2 instead (optimizing error - g++ 4.3.2 with -O0 works as well)
  • dpkg: error processing openoffice.org-ure_1.5.0-3_linux-2.6-arm.deb (--install):
package architecture (arm) does not match system (armel)
Personal tools