Date: Sun, 20 May 2001 18:18:54 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Igor2 cc: djgpp AT delorie DOT com Subject: Re: compiling problems In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Sun, 20 May 2001, Igor2 wrote: > So i downloaded, installed one, also downloaded the tools i needed. When > compiling a c program, i get the following error: > > n:/.../tmp\cczMwzz7.s: Assembler messages: > n:/.../tmp\cczMwzz7.s:12: Error: Rest of line ignored. First > ignored character is `,'. > > I tried to compile it only to asm, than from asm to exe and found that the > problem was this line: > > .p2align 4,,7 You have an old assembler. You probably installed the old bnu27b.zip distribution of Binutils. Download and install the latest bni211b.zip, and the problem should go away.