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 https://blog.csdn.net/u010312436/article/details/51728783?utm_medium=distribute.pc_relevant.none-task-blog-2~default~CTRLIST~default-1.no_search_link&depth_1-utm_source=distribute.pc_relevant.none-task-blog-2~default~CTRLIST~default-1.no_search_link. 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