Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com X-Originating-IP: [61.224.9.231] From: "A Roturier" To: cygwin AT cygwin DOT com Subject: problem with cygtclsh80.exe Date: Thu, 05 Jul 2001 12:16:13 -0000 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 05 Jul 2001 12:16:14.0394 (UTC) FILETIME=[490719A0:01C1054C] hi, i am building ecos related stuff in cygwin under windows2k. i run across a error like, arm-elf-gcc -c -DCHECKSUM=`//E/cygwin/ecos/packages/hal/arm/e7t/current/src/flash_cksum.tcl src/redboot_ncs.bin` -I//E/cygwin/ecos/packages/test_install/include -I//E/cygwin/ecos/packages/hal/arm/e7t/current -I//E/cygwin/ecos/packages/hal/arm/e7t/current/src -I//E/cygwin/ecos/packages/hal/arm/e7t/current/tests -I. -I//E/cygwin/ecos/packages/hal/arm/e7t/current/src/ -mcpu=arm7tdmi -mno-short-load-words -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -o src/redboot.o //E/cygwin/ecos/packages/hal/arm/e7t/current/src/redboot_module.c couldn't read file "//E/cygwin/ecos/packages/hal/arm/e7t/current/src/flash_cksum.tcl": no such file or directory //E/cygwin/ecos/packages/hal/arm/e7t/current/src/redboot_module.c:91: parse error before `,' make[1]: Leaving directory `/ecos/packages/test_build/hal/arm/e7t/current' make[1]: *** [//E/cygwin/ecos/packages/test_install/bin/redboot.bin] Error 1 make: Leaving directory `/ecos/packages/test_build' make: *** [build] Error 2 i investigate to find the result.. $ cd /e $ pwd /e $ ls -l cygwin/ecos/packages/hal/arm/e7t/current/src/flash_cksum.tcl -rwxr-xr-x 1 Administ None 6175 Apr 7 03:06 cygwin/ecos/packages/hal/arm/e7t/current/src/flash_cksum.tcl $ cygtclsh80 cygwin/ecos/packages/hal/arm/e7t/current/src/flash_cksum.tcl usage: flash_cksum $ ls -l //e/cygwin/ecos/packages/hal/arm/e7t/current/src/flash_cksum.tcl -rwxr-xr-x 1 Administ None 6175 Apr 7 03:06 //e/cygwin/ecos/packages/hal/arm/e7t/current/src/flash_cksum.tcl $ cygtclsh80 //e/cygwin/ecos/packages/hal/arm/e7t/current/src/flash_cksum.tcl couldn't read file "//e/cygwin/ecos/packages/hal/arm/e7t/current/src/flash_cksum.tcl": no such file or directory it seems cygtclsh80.exe doesn't recognize the files with full path name? is that a known problem? regards, kc _________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com. -- 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/