Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Transplanting SQLite3 to Xinlingsi Sinlinx A64 development board

2025-02-25 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/02 Report--

Development platform Lingsi Sinlinx A64

Memory: 1GB storage: 4GB

Detailed parameters of the development board https://m.tb.cn/h.3wMaSKm

Development board communication group 641395230

First go to http://www.sqlite.org/download.html to download the source code of the linux version

I downloaded sqlite-autoconf-3270200.tar.gz.

The new directory / work/install is used to store the lib library functions and executables generated later.

Extract tar-zxvf sqlite-autoconf-3270200.tar.gz-C / work/install

Enter the unzipped file directory

Cd sqlite-autoconf-3270200/

Run command

. / configure-prefix=/work/install-host=arm-linux CC=/opt/arm-2014.05/bin/arm-none-linux-gnueabi-gcc

-- prefix specifies the path to the generated file after cross-compilation of the source code, pointing to the directory / work/install

-- host specifies that the software running environment is arm-linux

CC is assigned to the cross-compiler tool used in the embedded development environment, followed by its own cross-compiler path.

Run make

Run make install

Ls / work/install

Copy the following files to the specified directory on the development board

/ work/install/bin/sqlite3-> Development Board / bin directory

/ work/install/lib/libsqlite3.so-> Development Board / lib directory

/ work/install/lib/libsqlite3.so.0.8.6-> Development Board / lib directory

/ work/install/lib/libsqlite3.so.0-> Development Board / lib directory

Run sqlite3 at the terminal of the development board

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report