|
Cross Compiling Sqlite3 for ARM Issues.
Hey all,
I am currently attempting to cross compile sqlite3 for my arm processor. I am attempting to do this on a host computer that is i686-pc-linux-gnu. I was following a tutorial from the net and it suggested this configuration line:
../configure --host=arm-linux config_BUILD_CC=gcc config_TARGET_CC=arm-linux-gcc --disable-tcl config_TARGET_READLINE_INC=" "
I have used it and this error resulted:
./libtool: line 5966: 29448 Aborted arm-linux-ar cru .libs/libsqlite3.a alter.o analyze.o attach.o auth.o btmutex.o btree.o build.o callback.o complete.o date.o delete.o expr.o fault.o func.o hash.o journal.o insert.o loadext.o main.o malloc.o mem1.o mem2.o mem3.o mem4.o mutex.o mutex_os2.o mutex_unix.o mutex_w32.o opcodes.o os.o os_unix.o os_win.o os_os2.o pager.o parse.o pragma.o prepare.o printf.o random.o select.o table.o tokenize.o trigger.o update.o util.o vacuum.o vdbe.o vdbeapi.o vdbeaux.o vdbeblob.o vdbefifo.o vdbemem.o where.o utf.o legacy.o vtab.o
make: *** [libsqlite3.la] Error 134
It would be fantastic if someone could point out a stupid error that I've made (if so) or if there is another issue I'm not aware of. Any help will be greatly appreciated.
I am trying to achieve a cross compiled sqlite3 so that I may cross compile some C programs using sqlite3 (which require the cross compiled libraries).
Regards,
AuzJ.
|