Hi folks!-) I am attempting to compile kobo-reader (from KoboLabs) on UBUNTU 16.04 x86_64 machine.
I used toolchain from git repository, fixing simbolic link with gnueabihf version good for h2O:
for f in arm-none-linux-gnueabi-* ; do ln -s $f arm-linux-${f:23}; done
/tmp/cczy2KNK.s: Assembler messages:
/tmp/cczy2KNK.s:37: Error: selected processor does not support Thumb mode `swp r3,r3,[r2]'
It seems deals with __ARM_ARCH_7__ definition.
My question is : where and how to configure crosscompilation in order to fit the Kobo H2O HW?
Did I make a mistake in linking to gnueabihf version?
Last edited by disruptivesocial; 05-04-2016 at 12:17 PM.
|