Support cross-compiling and porting sqlite3 database to embedded development environment

I cross-compiled and had a run file (sqlite3) as image 1, pushing it to kit OK. But when run ./sqlite3 on kit have the error as image 2. What’s wrong that i do ?
Pls give me a guide to work with sqlite3 on EC25 Quecopen development enviroment.

Hi there,

I’d like to know that what’s your compile option? Could you please share this to me?

Br,
Zach

1 Like

I do the same as this link sqlite3数据库交叉编译并移植到嵌入式开发环境步骤_sqlite3 github 源码交叉编译-CSDN博客. I use arm-oe-linux-gnueabi-gcc. So sorry if it is wrong method. Pls give me a guide, how can i work with sqlite3 on EC25 ? Thanks Zach !

Hi,

Please try to use arm-oe-linux-gnueabi(Quectel SDK compiler) or arm-none-linux-gnueabi

Br,
Zach

1 Like

Thanks Zach so much for your help ! I run it OK.

You’re welcome.
Wish you all the best!

1 Like