From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 970 invoked by alias); 21 Jan 2014 17:20:55 -0000 Mailing-List: contact ecos-discuss-help@ecos.sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: ecos-discuss-owner@ecos.sourceware.org Received: (qmail 961 invoked by uid 89); 21 Jan 2014 17:20:55 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.2 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-ee0-f49.google.com Received: from mail-ee0-f49.google.com (HELO mail-ee0-f49.google.com) (74.125.83.49) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Tue, 21 Jan 2014 17:20:53 +0000 Received: by mail-ee0-f49.google.com with SMTP id d17so4242153eek.8 for ; Tue, 21 Jan 2014 09:20:50 -0800 (PST) X-Received: by 10.15.23.139 with SMTP id h11mr25038070eeu.25.1390324850265; Tue, 21 Jan 2014 09:20:50 -0800 (PST) Received: from [192.168.178.23] (217-75-20-036.pool.cyberlink.ch. [217.75.20.36]) by mx.google.com with ESMTPSA id w4sm16966436eef.20.2014.01.21.09.20.48 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Tue, 21 Jan 2014 09:20:49 -0800 (PST) Message-ID: <52DEAC6F.7000405@gmail.com> Date: Tue, 21 Jan 2014 17:20:00 -0000 From: Bob Brusa Reply-To: bob.brusa@gmail.com User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: ecos discuss Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Subject: [ECOS] configtool under wxp + cygwin fails X-SW-Source: 2014-01/txt/msg00021.txt.bz2 Hi, because I had unsurmountable problems when I tried to build an ecos library for my AT91sam7x-based board on Windows 7-64 with a recent installation of cygwin, I went back to my old PC which runs under Windows XPpro and a cygwin dating back to February 2010. I was able to build a library from a ecos 2010-checkout from anonymous cvs using configtool of ecos-3.0. When I tried the same with a current ecos anonymous cvs checkout it failed. Excerpt from the output: =============================================================== ..cut make -r -C hal/arm/arch/current arm.inc make[1]: Entering directory `/usr/lib/icb_ecoslib_2_build/hal/arm/arch/current' arm-eabi-gcc -finline-limit=7000 -Wall -Wpointer-arith -Wstrict-prototypes -Wundef -Wno-write-strings -mno-thumb-interwork -mcpu=arm7tdmi -g -O2 -ffunction-sections -fdata-sections -fno-exceptions -I/usr/lib/icb_ecoslib_2_install/include -I/opt/ecos/packages/hal/arm/arch/current -I/opt/ecos/packages/hal/arm/arch/current/src -I/opt/ecos/packages/hal/arm/arch/current/tests -I. -Wp,-MD,arm.tmp -o hal_mk_defs.tmp -S /opt/ecos/packages/hal/arm/arch/current/src/hal_mk_defs.c /opt/ecos/packages/hal/arm/arch/current/src/hal_mk_defs.c:54:25: error: pkgconf/hal.h: No such file or directory In file included from /usr/lib/icb_ecoslib_2_install/include/cyg/hal/hal_intr.h:76, from /opt/ecos/packages/hal/arm/arch/current/src/hal_mk_defs.c:57: /usr/lib/icb_ecoslib_2_install/include/cyg/hal/hal_platform_ints.h:59:38: error: pkgconf/hal_arm_at91sam7.h: No such file or directory cut..... ==================================================================== The strange thing about the above is, that all these files it can not find do actually exist and can be found in /include/pkgconf and this directory pkgconf is the only entry in the include directory. On the other hand, the is empty. Then I got a more recent version of configtools (ecos-tools-bin-120425). When launching it with the cygwin-terminal nothing happens. Whenn launching it by double-clicking on the icon the error message Der Procedureeinsprungspunkt "__assert_func" wurde in der DLL "cygwin1.dll" nicht gefunden. Can someone give me a hint how to work around/solve these problems? Thanks and best regards, Robert -- Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss