Ingo Wassink

Results 4 comments of Ingo Wassink

At the moment, we use a custom build so version. You can tell the driver using this one by adding the environment variables: org.sqlite.lib.path= org.sqlite.lib.name=libsqlitejdbc.so This version of the so...

I found the problem with the armv5. It is indeed using floating point instructions. The line in Makefile.common: `Linux-arm_CCFLAGS := -I$(JAVA_HOME)/include -Ilib/inc_linux -Os -fPIC -mfloat-abi=softfp -mfpu=vfp -fvisibility=hidden` If we update...

Yes, it is still not working, because the current config enables amongst others the vfp extension which is not supported. If we disable this option and only use soft floating...

Thanks for the quick reply. As long as there are not to many objections to remove hte usage of hard float instruction, I would go for option 3, because that...