How to compile the JNI library for linux.arm-v7 architecture ?
Brought to you by:
mike_werner
I've barely managed to successfully run the existing ant tasks in the provided eclipse projects (although javax.util is missing) but these only seem to generate the JNI headers.
What is the recommended method of compilling a new libftd2xxj.so library on a new platform (like linux arm-v7) ?
Thank you,
George
Eventually managed to find the where the compile flags are set.
Full details on this stackoverflow post