Hi,
Sorry for the short description of the problem
Basically I want to cross compile redis 3.2 for my arm board
This is system configuration : ubutntu 12.04 32 bit
and these are following steps I am doing
1 Downloaded and extracted redis 3.2
2 export CC=/path to arm-linux-gnueabihf-gcc
3 export LD=/path to arm-linux-gnueabihf-ld3
4 export RANLIB=/path to arm-linux-gnueabihf-ranlib
5 export CFLAGS=/path to include folder of arm-linux-gnueabihf-gcc(example /usr/arm-linux-gnueabihf/include)
6 export LDFLAGS = /path to lib folder of arm-linux-gnueabihf-gcc
7 changing lua makefile by setting CC =/path to arm-linux-gcc,setting MYCFLAGS and MYLDFLAGS as same as CFLAGS and LDFLAGS
8 make
I check the different obj code so apart from lua all are 80686 version . This means only lua object code are "arm version " rest are still 80686 version