Nokia 770 - MySQL connection with libmysqlclient for ARM - Guyma
How to connect to a MySQL remote database from your Nokia 770 ?
The Nokia 770 runs with a TI OMAP 1710, an ARM family processor, the default MySQL pre-compiled libraries you can find are usually build for x86 processors.
So you have to compile your own libraries for an ARM processor and I will try explain how I succeed to do this.The main goal is to have mysqlclient libraries to connect to a MySQL database, I'm using C language.
Tags: * nokia 770 *
|