Comment 4 for bug 900636

Revision history for this message
Michael Casadevall (mcasadevall) wrote :

This is going to be a non-trivial porting project due to libreoffice needing to know a massive *ton* about how the C++ calling conventions on a given platform work.

Here's a general idea of what it took to build libreoffice (partially) on Windows x64 which explains the broken module: http://libreofficeaustralia.org/pa/community/blog/planet/20110328/porting-libreoffice-x64-windows

I'm reading through the ARM calling convention guide and using libffi's source as a handy reference guide, and will take a stab at doing the port, but its absolutely suck and pain.