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 Message-ID: <20050325073914.91513.qmail@web54310.mail.yahoo.com> Date: Thu, 24 Mar 2005 23:39:14 -0800 (PST) From: Ravi Prasad Subject: Cygwin Dlls To: cygwin AT cygwin DOT com MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-IsSubscribed: yes Hi group, I am using cygwin for tinyos. I installed Tinyos1.1.0 in directory C:\tinyos\ and later upgraded to 1.1.7. I have installed arm-gcc from http://www.gnuarm.com/bu-2.15_gcc-3.4.3-c-c++-java_nl-1.12.0_gi-6.1.exe to the directory C:\tinyos\cygwin\arm-gcc\GNUARM Now the problem starts: 1. When I tried to compile a C program by arm-elf-gcc it gave error "The procedure entry point__argz_count could not be located in the dynamic linked library cygwin1.dll" 2. I replaced C:\tinyos\cygwin\bin\cygwin1.dll by C:\tinyos\cygwin\arm-gcc\GNUARM\bin\cygwin1.dll and also deleted C:\tinyos\cygwin\arm-gcc\GNUARM\bin\cygwin1.dll . Now the program compiled if I compiled it from the directory C:\tinyos\cygwin\arm-gcc\GNUARM\bin. From other directory it gave error "The procedure entry point libconv_set_relocation_prefix could not be located in the dynamic linked library cygiconv-2.dll". **At this point the uisp command to uplaod a program started hanging indefinetly. 3. Finally I moved all dll in C:\tinyos\cygwin\arm-gcc\GNUARM\bin\ to C:\tinyos\cygwin\bin\. Now I can compile from any place but uisp still hangs. Can any one please suggest the exact way of using dlls so that I can use the arm-gcc as like avr-gcc in tinyos Regds, Ravi __________________________________ Do you Yahoo!? Yahoo! Small Business - Try our new resources site! http://smallbusiness.yahoo.com/resources/ -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/