<mkrajachan...@...> writes:

> 
> Yes its generating the binary
> 
> But how can i make sure that the binary is for ARM
> 
> I can able to run the binary in X86 environment. (Actually it should not run
> in x86)
>
Look like you aren't using the cross-compiler - that ./configure
statement should let your 'make' use the arm-gcc compiler,
or whatever is the name of your Arm compiler,

Get a bit more familiar with your cross-compiler tools, check
they run OK from the command line and find out why building
SQLite in the documented way is not using the cross tools.

MikeW

_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to