Two toolchains involved. My build machine is gcc-4.8.1, binutils-2.22, uClibc-0.9.33.2 My arm machine is gcc-4.8.2, binutils and uClibc the same as build.
compile failure of dbutil.c, various typedefs missing. unknown type name '___u64' (and 32,16,8) I've diffed the entire tree, and can find no obvious changes between 60 and 62 that lead to this breakage. This is basic ./configure; make stuff, no editing of config.h or Makefile. When I am cross-compiling I do CC=$HARCH-gcc ./configure --prefix=/usr --host=$HARCH; make and on native arm box, I do ./configure; make But, in both environments, 2013.60 builds fine. Does anyone have any clues as to where the problem may be?
