Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com From: "George Najarian" To: "cygwin AT cygwin DOT com" , "uclibc AT uclibc DOT org" Date: Sat, 18 Jan 2003 22:12:08 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Subject: Strange problem with cygwin and arm-uclibc toolchain build Message-Id: <20030119061205.EXRR3395.fed1mtao07.cox.net@najay-pc> Sorry if I am a little vague on the info, I can fill in any info on request. I have 2 machines, 1 is a 1.2GHZ athlon running Mandrake 9.0, and the other is a 2000+XP Athlon running Windows 2000 SP3 and the current download version of cygwin. The application is the toolchain makefile located on the uclibc.org website (http://www.uclibc.org/, http://www.uclibc.org/cgi-bin/cvsweb/toolchain/gcc-3.2.1/). I am trying to build an arm toolchain using GCC 3.2.1 and uCLibc. The toolchain builds correctly under linux. The makefile completes correctly with no errors. The toolchain will not build under cygwin. After applying the perl fix (perl -iv instead of perl -i to fix the relink issue) to the makefile, the compile gets to another perl command before dying: ------------------------ # # Hack things to use the correct shared lib loader # (cd /usr/install/gcc-3.2.1/build/gcc-3.2.1; set -e;\ export LIST=`grep -lr -- "-dynamic-linker.*\.so[\.0-9]*" *`;\ perl -iv -p -e "s,-dynamic-linker.*\.so[\.0-9]*},-dynamic-linker /lib/ld-uClibc.so.0},;" $LIST); export: gcc/config/alpha/freebsd.h: bad variable name make: *** [/usr/install/gcc-3.2.1/build/gcc-3.2.1/.gcc_build_hacks] Error 2 ------------------------------------ has anybody tried this toolchain on cygwin, and if so, how did they resolve this error? Thanks for any help!! George Najarian Najay Engineering -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/