Hi Segher, Segher Boessenkool wrote, > On Sat, Nov 14, 2015 at 09:31:59AM +0100, Waldemar Brodkorb wrote: > > Hi GCC Hackers, > > > > is it possible to build a frv cross-compiler? > > Yes. > > > /home/wbx/frv/toolchain_build_toolchain-frv_uclibc-ng_frv_nommu/w-gcc-5.2.0-1/gcc-5.2.0/libgcc/unwind-dw2-fde-dip.c: > > In function '_Unwind_IteratePhdrCallback': > > /home/wbx/frv/toolchain_build_toolchain-frv_uclibc-ng_frv_nommu/w-gcc-5.2.0-1/gcc-5.2.0/libgcc/unwind-dw2-fde-dip.c:161:31: > > error: storage size of 'load_base' isn't known > > struct elf32_fdpic_loadaddr load_base; > > ^ > > I usually configure with --enable-sjlj-exceptions, you could try that > as a workaround (if you do not actually use exceptions, anyway). I tried with --enable-sjlj-exceptions, but even then the build error occurs. I have a local hack to get further with the toolchain compile, now trying to get the bitrotted uClibc to compile ;) > Also, please file a bug report? <http://gcc.gnu.org/bugs.html> Done https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68468 best regards Waldemar