X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Message-ID: <749874.50033.qm@web25007.mail.ukl.yahoo.com> Date: Tue, 21 Jul 2009 02:52:04 -0700 (PDT) From: Marco Atzeri Subject: R: Some questions about Cygwin To: cygwin AT cygwin DOT com, loody In-Reply-To: <3a665c760907210232u20d31298hf56b44f32783c22f@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: 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 --- Mar 21/7/09, loody ha scritto: > Da: loody=20 > Oggetto: Some questions about Cygwin > A: cygwin > Data: Marted=EC 21 luglio 2009, 11:32 > Dear all: > I have some questions about cygwin: > 1. how can I access my xp serial port, even on of them is > USBtoSerial > =A0 =A0 I have google this question. I can see there > is /dev under my > cygwin. But I have no /dev/ttyS[0-9] under my /dev. > Does that mean what I have to do is create the device node > ttyS[0-9]. > I mknod it but it tells me the file exist already like > below >=20 > $ pwd > /dev > cd AT PC9 /dev > $ ls -lht > total 4.0K > lrwxrwxrwx 1 ???????? Users 13 Mar 25 15:40 fd -> > /proc/self/fd > lrwxrwxrwx 1 ???????? Users 15 Mar 25 15:40 stderr -> > /proc/self/fd/2 > lrwxrwxrwx 1 ???????? Users 15 Mar 25 15:40 stdout -> > /proc/self/fd/1 > lrwxrwxrwx 1 ???????? Users 15 Mar 25 15:40 stdin -> > /proc/self/fd/0 > cd AT PC9 /dev > $ mknod ttyS0 c 4 64 > mknod: `ttyS0': File exists > cd AT PC9 /dev > $ >=20 /dev is not populated in the usual way but the devices=20 are there :-) $ls -l /dev/ttyS1 crw-rw-rw- 1 .. /dev/ttyS1 $ ls -l /dev/ttyS8 crw-rw-rw- 1 .. /dev/ttyS8 $ ls -l /dev/ttyS10 crw-rw-rw- 1 .. /dev/ttyS10 > 2. is there mips toolchain running on cygwin I can download > instead of > downloading buildroot to build it? > appreciate your help, > miloody >=20 no idea, sorry Marco -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple