But I have copiled the same files for x86 target its working fine

I can able to run all the test files.

And I am trying to compile the TCL8.4.19 for ARM target

Its giving the following error

bLib.o tclTimer.o tclUtf.o tclUtil.o tclVar.o tclUnixChan.o tclUnixEvent.o
tclUn
ixFCmd.o tclUnixFile.o tclUnixPipe.o tclUnixSock.o tclUnixTime.o
tclUnixInit.o t
clUnixThrd.o tclUnixCompat.o tclUnixNotfy.o  tclLoadDl.o
ld: regcomp.o: Relocations in generic ELF (EM: 40)
ld: regcomp.o: Relocations in generic ELF (EM: 40)
regcomp.o: *could not read symbols: File in wrong format
*make[2]: *** [libtcl8.4.so] Error 1
make[2]: Leaving directory `/tcl_arm/tcl8.4.19/unix/nto-arm-o.le'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/tcl_arm/tcl8.4.19/unix'
make: *** [all] Error 2

If i solve that error i can install TCL successfully.


On Thu, Feb 5, 2009 at 6:45 PM, D. Richard Hipp <d...@hwaci.com> wrote:

>
> On Feb 5, 2009, at 8:05 AM, mkrajachan...@gmail.com wrote:
>
> > Hello All,
> >
> >             I am compiling sqlite-3.6.7 to ARM target
> >
> >             make fulltest (I need testfixture binary)
> >
> >            While compiling its giving lots of errors in tclsqlite.c
> > file
> >
> >            How can I getrid of this problem
>
> testfixture and tclsqlite.c require TCL (http://www.tcl.tk/).  You
> need to get a working TCL development environment for your target
> platform.
>
> If your goal is to test SQLite on your embedded platform, there are
> other options.  There are two other test harnesses for SQLite now.
> See http://www.sqlite.org/testing.html for additional information.
>
>
> >
> >
> >            Please help me
> >
> > Thanks in advance
> >
> > Chandru K
> > _______________________________________________
> > sqlite-users mailing list
> > sqlite-users@sqlite.org
> > http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
>
> D. Richard Hipp
> d...@hwaci.com
>
>
>
> _______________________________________________
> sqlite-users mailing list
> sqlite-users@sqlite.org
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
>
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to