Re: [sqlite] Problem in cross compiling sqlite for MIPS Little endian target

2011-09-13 Thread imran_sarwar
try this ./configure --host=mips-linux-gnu CFLAGS=-EL CXXFLAGS=-EL LDFLAGS=-EL CPPFLAGS=-EL ASFLAGS=-EL CC="mips-linux-gnu-gcc -EL" it will work! Navaneeth Sen B wrote: > > Is there any helping suggestions on this topic..?? > > Regards, > Sen > > * > * > > > On 4/5/2010 3:04 PM, Navan

Re: [sqlite] Problem in cross compiling sqlite for MIPS Little endian target

2010-04-05 Thread Navaneeth Sen B
Is there any helping suggestions on this topic..?? Regards, Sen * * On 4/5/2010 3:04 PM, Navaneeth Sen B wrote: > Hello everyone, > > My aim is to build SQLite for a mips, little endian target > > I have downloaded the > sqlite-amal

[sqlite] Problem in cross compiling sqlite for MIPS Little endian target

2010-04-05 Thread Navaneeth Sen B
Hello everyone, My aim is to build SQLite for a mips, little endian target I have downloaded the sqlite-amalgamation-3.6.23.1.tar.gz from the SQLite download page. I am using the Code Sourcery gcc 4.3.2 toolchain for mips. I have too