From 4c194976e7e58913101fab5dd8318c060bdc5b2f Mon Sep 17 00:00:00 2001 From: patacongo Date: Thu, 3 Dec 2009 03:28:19 +0000 Subject: hc12 won't build with GCC 4.3.3 git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2300 42af7a65-404d-4744-a932-0658087f49c3 --- misc/buildroot/configs/README.txt | 23 ++++++++++++++++++----- 1 file changed, 18 insertions(+), 5 deletions(-) (limited to 'misc/buildroot/configs/README.txt') diff --git a/misc/buildroot/configs/README.txt b/misc/buildroot/configs/README.txt index bfba22cb4..d88470a4a 100644 --- a/misc/buildroot/configs/README.txt +++ b/misc/buildroot/configs/README.txt @@ -2,7 +2,7 @@ AVAILABLE CONFIGURATIONS ^^^^^^^^^^^^^^^^^^^^^^^^ arm-defconfig - Builds an ARM toolchain using gcc 3.4.5 + Builds an ARM toolchain using gcc 3.4.6 arm7tdmi-defconfig-4.2.4 arm920t-defconfig-4.2.4 @@ -57,19 +57,32 @@ bfin-defconfig-4.2.4 Builds an Blackfin toolchain using gcc 4.2.4 h8300_config - Builds an H8/300 toolchain using gcc 3.4.5 + Builds an H8/300 toolchain using gcc 3.4.6 m68hc11-config - Builds an hc11/hc12 toolchain using gcc 3.4.5 . +m68hc12-config-3.4.6 + Builds an hc11/hc12 toolchain using gcc 3.4.6 . m68hc12-config-4.3.3 Builds an hc11/hc12 toolchain using gcc 4.3.3. + This configuration fails to build with the following error: + + make[3]: Entering directory `blabla/buildroot/toolchain_build_m68hc12/gcc-4.3.3-build/m68hc12-elf/libgcc' + ... + blabla/buildroot/toolchain_build_m68hc12/gcc-4.3.3/libgcc/../gcc/libgcc2.c:566: internal compiler error: in init_move_cost, at regclass.c:323 + Please submit a full bug report, + with preprocessed source if appropriate. + See for instructions. + make[3]: *** [_muldi3.o] Error 1 + make[3]: Leaving directory `blabla/buildroot/toolchain_build_m68hc12/gcc-4.3.3-build/m68hc12-elf/libgcc' + + Use m68hc12-config-3.4.6 m68k-config - Builds an M68K toolchain using gcc 3.4.5 + Builds an M68K toolchain using gcc 3.4.6 sh-defconfig - Builds an SH-1/2 toolchain using gcc 3.4.5 + Builds an SH-1/2 toolchain using gcc 3.4.6 GENERAL BUILD STEPS ^^^^^^^^^^^^^^^^^^^ -- cgit v1.2.3