This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: i386-rtemself-gasp cann't correctly handle comment line?


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@sourceware.cygnus.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]