From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27269 invoked by alias); 13 Feb 2008 21:19:39 -0000 Received: (qmail 27249 invoked by uid 22791); 13 Feb 2008 21:19:37 -0000 X-Spam-Check-By: sourceware.org Received: from dessent.net (HELO dessent.net) (69.60.119.225) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 13 Feb 2008 21:19:20 +0000 Received: from localhost ([127.0.0.1] helo=dessent.net) by dessent.net with esmtp (Exim 4.50) id 1JPP0b-0002wM-Oh; Wed, 13 Feb 2008 21:19:13 +0000 Message-ID: <47B35ED0.47C75E46@dessent.net> Date: Wed, 13 Feb 2008 21:19:00 -0000 From: Brian Dessent Reply-To: gdb@sourceware.org X-Mailer: Mozilla 4.79 [en] (Windows NT 5.0; U) MIME-Version: 1.0 To: gerritvn@gpvno.co.za, gpvno@telkomsa.net CC: gdb@sourceware.org Subject: Re: Problem building cross-debugger References: <478E9F4D.24311.2EF0FE9@gerritvn.gpvno.co.za>, <15419409.post@talk.nabble.com>, <15461364.post@talk.nabble.com> <47B36D2A.9899.D2705A4@gerritvn.gpvno.co.za> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2008-02/txt/msg00095.txt.bz2 Gerrit van Niekerk wrote: > Must admit: I don't know much about Cygwin - basically run the Cygwin > Bash shell and enter the rquired commands which do not include mounting > anything. What do I have to change to do a binary mount? It is one of the options presented when you ran the installer (and note that it recommends binary.) You can change it the next time you run setup for package updates, or you can change it manually with the mount command. See mount(1) or run "mount -m" to get a list of commands that if run would re-create the current mount table -- if you change the -t to -b and run them they will be binmode instead of textmode. Brian