Entering edit mode
11.2 years ago
always_learning
★
1.1k
Hi All,
I was able to install bwa easily on 64 bit but while I was trying to install on 32 bit, its saying an error.
[uvj@localhost bwa-0.7.5a]$ make
gcc -c -g -Wall -O2 -DHAVE_PTHREAD -DUSE_MALLOC_WRAPPERS ksw.c -o ksw.o
In file included from ksw.c:28:
/usr/lib/gcc/i686-redhat-linux/4.4.7/include/emmintrin.h:32:3: error: #error "SSE2 instruction set not enabled"
ksw.c:48: error: expected specifier-qualifier-list before ā__m128iā
I tried these recommendation at this website:
but still didn't work !!
Any input on this ?
Thanks !! It works !! But can you please explains these changes you made in makefile actually:
CFLAGS= -g -Wall -O2 -msse -mmmx -msse2
DFLAGS= -DHAVE_PTHREAD
Thanks !! Some of feature of SSE is not available for 32 bits and SSE is basically supporting 64 bits by design only.