Ticket #1 (closed defect: fixed)

Opened 4 years ago

Last modified 4 years ago

Toolchain build fails on fc5

Reported by: nslu2@… Owned by: nslu2-linux
Priority: normal Milestone: Unallocated
Component: Specify in description Version:
Severity: normal Keywords: toolchain
Cc:

Description

The build of the toolchain fails on fc5 because gcc 4.1.1 is to old?

Actually gcc 4.1.1 is to new and not recognized correctly in the configure script!

Change History

Changed 4 years ago by nslu2@…

I also have a fix for this problem:

--- crosstool/build/armv5b-softfloat-linux/gcc-3.3.5-glibc-2.2.5/glibc-2.2.5/configure.old 2006-06-17 22:53:09.000000000 +0200 +++ crosstool/build/armv5b-softfloat-linux/gcc-3.3.5-glibc-2.2.5/glibc-2.2.5/configure 2006-06-17 22:53:32.000000000 +0200 @@ -1476,7 +1476,7 @@

ac_prog_version=$CC -v 2>&1 | sed -n 's/^.*version \([egcygnustpi-]*[0-9.]*\).*$/\1/p' case $ac_prog_version in

) ac_prog_version="v. ?.??, bad"; ac_verc_fail=yes;;

- *gcc-2.9[5-9].*|*2.8.[1-9]*|*2.9|*2.9.[0-9]*|2.9[5-9]*|3.[0-9]*|4.0*|cygnus-2.9[1-9]*|gcc-2.9[5-9]|gcc-2.1[0-9][0-9]|sgicc-*) + *gcc-2.9[5-9].*|*2.8.[1-9]*|*2.9|*2.9.[0-9]*|2.9[5-9]*|3.[0-9]*|4.0*|4.1*|cygnus-2.9[1-9]*|gcc-2.9[5-9]|gcc-2.1[0-9][0-9]|sgicc-*)

ac_prog_version="$ac_prog_version, ok"; ac_verc_fail=no;;

*) ac_prog_version="$ac_prog_version, bad"; ac_verc_fail=yes;;

Changed 4 years ago by nslu2@…

  • status changed from new to closed
  • resolution set to fixed

Fixed in svn version 3731

Note: See TracTickets for help on using tickets.