我正在尝试在 Ubuntu 14.04 x64 中编译 GCC 3.4.6。它已经有更新版本的 GCC-4.8.2。
我跑./configure --prefix=/usr/local/gcc-3.4
了make
。
我最终遇到了几个错误,我可以在搜索中找到解决方案。
最后我遇到了这个错误,我找不到任何解决方案。
../../gcc/unwind-dw2.c: In function `uw_frame_state_for':
../../gcc/unwind-dw2.c:1031: error: field `info' has incomplete type
make[2]: *** [libgcc/32/unwind-dw2.o] Error 1
make[2]: Leaving directory `/home/hp-11/Documents/gcc-3.4.6/build/gcc'
make[1]: *** [stmp-multilib] Error 2
make[1]: Leaving directory `/home/hp-11/Documents/gcc-3.4.6/build/gcc'
make: *** [all-gcc] Error 2
有人知道如何解决吗?如果需要更多详细信息,请告诉我。