Skip to content
davidmoreno edited this page May 6, 2011 · 2 revisions

libonion can be cross compiled for use on ARM targets.

This feature is still experimental, and may change, but basically compiling it with:

$ mkdir arm
$ cd arm
$ cmake .. -DARM=yes
$ make
$ sudo make install 

make the ARM binaries. The important part is just cmake -DARM=yes, the rest is boilerplate.

It is installed on the directory set on CMakeLists.txt, and currently it is the Ubuntu 10.10 ARM cross compilation lib and headers directories. It needs the cpp-4.5-arm-linux-gnueabi package.

Clone this wiki locally