From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28648 invoked by alias); 18 Nov 2005 04:59:45 -0000 Received: (qmail 28636 invoked by uid 22791); 18 Nov 2005 04:59:43 -0000 Received: from yosemite.airs.com (HELO yosemite.airs.com) (205.217.158.180) by sourceware.org (qpsmtpd/0.30-dev) with SMTP; Fri, 18 Nov 2005 04:59:43 +0000 Received: (qmail 16252 invoked from network); 18 Nov 2005 04:59:41 -0000 Received: from mta205-rme.xtra.co.nz (210.86.15.187) by yosemite.airs.com with SMTP; 18 Nov 2005 04:59:41 -0000 Received: from mta4-rme.xtra.co.nz ([210.86.15.193]) by mta205-rme.xtra.co.nz with ESMTP id <20051118045912.WCNT18790.mta205-rme.xtra.co.nz@mta4-rme.xtra.co.nz> for ; Fri, 18 Nov 2005 17:59:12 +1300 Received: from [192.168.0.6] ([222.153.175.239]) by mta4-rme.xtra.co.nz with ESMTP id <20051118045911.UHDB1416.mta4-rme.xtra.co.nz@[192.168.0.6]> for ; Fri, 18 Nov 2005 17:59:11 +1300 Message-ID: <437D6022.9080808@elands.co.nz> Date: Fri, 18 Nov 2005 04:59:00 -0000 From: "Keith Ross (E-Lands)" User-Agent: Mozilla Thunderbird 0.8 (Windows/20040913) MIME-Version: 1.0 To: insight@sourceware.org Subject: Can't build missing ADA, Flex Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Mailing-List: contact insight-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: insight-owner@sourceware.org X-SW-Source: 2005-q4/txt/msg00017.txt.bz2 Hi, I know that there are lots of ongoing build issues with insight-6.30.50 and have been following the patches, but I think my problem is operator error. I'm building insight-weekly-6.30.50.20051114 under gcc-4.0.2 (c, c++ only) and cygwin and get the follow error. I install flex but where/what's ada. I assume that I configured it wrong. configure --target=arm-elf --prefix=/gnutools/insight-6.3 make[2]: Entering directory `/tmp/build/gdb/gdb' if [ "/src/insight/gdb/missing flex" ] && /src/insight/gdb/missing flex --version >/dev/null 2>&1; then \ /src/insight/gdb/missing flex -oada-lex.c /src/insight/gdb/gdb/ada-lex.l && \ rm -f ada-lex.c.new && \ sed -e '/extern.*malloc/d' \ -e '/extern.*realloc/d' \ -e '/extern.*free/d' \ -e '/include.*malloc.h/d' \ -e 's/\([^x]\)malloc/\1xmalloc/g' \ -e 's/\([^x]\)realloc/\1xrealloc/g' \ -e 's/yy_flex_xrealloc/yyxrealloc/g' \ < ada-lex.c > ada-lex.c.new && \ rm -f ada-lex.c && \ mv ada-lex.c.new ada-lex.c; \ elif [ -f ada-lex.c ]; then \ echo "Warning: ada-lex.c older than ada-lex.l and flex not available."; \ else \ echo "ada-lex.c missing and flex not available."; \ false; \ fi ada-lex.c missing and flex not available. make[2]: *** [ada-lex.c] Error 1 make[2]: Leaving directory `/tmp/build/gdb/gdb' make[1]: *** [all-gdb] Error 2 make[1]: Leaving directory `/tmp/build/gdb' make: *** [all] Error 2 make: Leaving directory `/tmp/build/gdb' %\tmp\build\gdb>flex --version flex version 2.5.4 Regards, Keith Ross