delorie.com/archives/browse.cgi | search |
Message-Id: | <200003280949.EAA05162@delorie.com> |
Mailing-List: | contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm |
List-Subscribe: | <mailto:cygwin-subscribe AT sourceware DOT cygnus DOT com> |
List-Archive: | <http://sourceware.cygnus.com/ml/cygwin/> |
List-Post: | <mailto:cygwin AT sourceware DOT cygnus DOT com> |
List-Help: | <mailto:cygwin-help AT sourceware DOT cygnus DOT com>, <http://sourceware.cygnus.com/ml/#faqs> |
Sender: | cygwin-owner AT sourceware DOT cygnus DOT com |
Delivered-To: | mailing list cygwin AT sourceware DOT cygnus DOT com |
X-Apparently-From: | <bi?guo AT yahoo DOT com> |
Date: | Tue, 28 Mar 2000 17:47:23 +0800 |
From: | bi_guo <bi_guo AT yahoo DOT com> |
To: | "cygwin AT sourceware DOT cygnus DOT com" <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 |
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
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |