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: <42B588C4.70304@familiehaase.de> Date: Sun, 19 Jun 2005 17:01:24 +0200 From: "Gerrit P. Haase" User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.8) Gecko/20050511 MIME-Version: 1.0 To: "alexeik AT nordlines DOT ru" CC: cygwin AT cygwin DOT com Subject: Re: Compiling memtest from sources on cygwin References: <42B5789F DOT 70201 AT hones DOT org DOT uk> In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes alexeik AT nordlines DOT ru wrote: > > Thank you for prompt response. I have just installed my ancient copy of > Fedora and there 'make all' of memtest works OK. I also found > '.previous' in 'info as' (on cygwin): > >> `.previous' >> =========== >> >> This is one of the ELF section stack manipulation directives. The >> others are `.section' (*note Section::), `.subsection' (*note >> SubSection::), `.pushsection' (*note PushSection::), and `.popsection' >> (*note PopSection::). ELF is a different binary format. >> This directive swaps the current section (and subsection) with most >> recently referenced section (and subsection) prior to this one. >> Multiple `.previous' directives in a row will flip between two sections >> (and their subsections). >> >> In terms of the section stack, this directive swaps the current >> section with the top section on the section stack. > > > And since cygwin works under Windows I suspect, that cygwin people setup > the 'as' program to support windows loader. Now I am thinking -- should > I go to linux, or stay with cygwin. Actually I need to write a small > program, which works on bare metall w/o any o/s. Windows binary format differs from ELF. You need to port the program. Gerrit -- =^..^= -- 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/