Message-Id: <200003280949.EAA05162@delorie.com> 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-Apparently-From: Date: Tue, 28 Mar 2000 17:47:23 +0800 From: bi_guo To: "cygwin AT sourceware DOT cygnus DOT com" Subject: i386-rtemself-gasp cann't correctly handle comment line? X-mailer: FoxMail 3.0 beta 2 [cn] Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit 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 follows: /* * begin */ text .align 4 globl main .type main,@function main: pushl %ebp movl %esp,%ebp subl $24,%esp movl $1,-4(%ebp) addl $10,-4(%ebp) jmp .L2 The error place is comment line.If I change it as "/* begin */" or "# begin",this file is successfully compiled.Why?Anyone can help me? __________________________________________________ Do You Yahoo!? Talk to your friends online with Yahoo! Messenger. http://im.yahoo.com -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com