libflaim (4.9) on ARM architecture (debian armel)
Brought to you by:
dsandersorem,
jcalcote
Compiling on an ARM5 processor architecture seems to be possible, but it results in test errors?
Makefile:
host_processor_family = armel
host_native_word_size = 32
host_supported_word_sizes = 32
src/flaimtk.h: 7056, ftk/src/ftk.h: 151,
#elif defined( __x86__) || defined( __i386__) || defined( __x86_64__) || defined(__ARMEL__)
ftk/src/ftk.h: 7055
#define f_timeIsLeapYear(year) \
(((((year) & 0x03) == 0) && (((year) % 100) != 0)) || (((year) % 400) == 0))
src/kybuild: 535 - 537
if ( ((uiContainerNum > pIxd->uiLastContainerIndexed) ||
(uiContainerNum == pIxd->uiLastContainerIndexed)) &&
(uiDrn > pIxd->uiLastDrnIndexed) )
ftk/src/ftkcsum.cpp: 27-29
#ifdef __ARMEL__
#undef FLM_X86
#endif