This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


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

Re: question about stray '\' in program when using i386-elf-gcc


On Sun, Nov 04, 2001 at 06:43:23PM -0800, li hui wrote:
>
> I meet a strange problem, when I use '\' in my program
> to indicate a newline, compiler(i386-elf-gcc under
> CYGWIN) promote error that stray '\' in program.
> I was puzzled by this error.

Thanks for sharing.

If you want some help debugging your program, I suggest

1) posting to a C programming list or newsgroup

2) including the smallest number of lines of code you can
   create which shows the problem.

The best anyone can suggest from the information you've
provided is that you should change your program to use
'\' correctly.


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