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 sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin AT sourceware DOT cygnus DOT com X-Authentication-Warning: hp2.xraylith.wisc.edu: khan owned process doing -bs Date: Tue, 28 Mar 2000 18:53:15 -0600 (CST) From: Mumit Khan To: bi_guo cc: "cygwin AT sourceware DOT cygnus DOT com" Subject: Re: i386-rtemself-gasp cann't correctly handle comment line? In-Reply-To: <200003280948.DAA25648@thor.xraylith.wisc.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Tue, 28 Mar 2000, bi_guo wrote: > Hi,folks!I've completely built a corss gcc compiler on windows NT with cygwin20.1.But I compile ASM file with i386-rtemself-as.An error always occur.The reason is that i386-rtemself-gasp cann't correctly handle comment line.My ASM file is shown as follo ws: It's not an Cygwin issue, but either a gcc or binutils one. Please follow up to the appropriate binutils list. My gut feeling is that the ASM_COMMENT macro is incorrectly defined for rtemself target, and if so, it's definitely a GCC issue. Add the following to gcc/config/i386/rtemself.h and rebuild everything: #undef ASM_COMMENT_START #define ASM_COMMENT_START "#" If it doesn't help, gcc-bugs is the place to go. Regards, Mumit -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com