delorie.com/archives/browse.cgi | search |
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-Authentication-Warning: | hp2.xraylith.wisc.edu: khan owned process doing -bs |
Date: | Tue, 28 Mar 2000 18:53:15 -0600 (CST) |
From: | Mumit Khan <khan AT NanoTech DOT Wisc DOT EDU> |
To: | bi_guo <bi_guo AT yahoo DOT com> |
cc: | "cygwin AT sourceware DOT cygnus DOT com" <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: | <Pine.HPP.3.96.1000328184827.22286B-100000@hp2.xraylith.wisc.edu> |
MIME-Version: | 1.0 |
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
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |