I do understand the workflow for compiling Chromium for ARM posted on here.
The target is Linux 3.0.8 armv7l
I am able to produce a binary, but trying to run it on target, I get a segmentation fault.
$ file ./chrome
./chrome: ELF 32-bit LSB shared object, ARM, EABI5 version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.26, not stripped
I am guessing that the binary produced still doesn't match completely the architecture of the target FriendlyARM mini210s Cortex-A8.
Any pointers in that direction are most welcome.