From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: william.a.george@gmail.com Newsgroups: gmane.emacs.help Subject: Re: Tailor an own compilation-error-regexp-alist. Date: 11 Jan 2007 04:58:46 -0800 Organization: http://groups.google.com Message-ID: <1168520326.589689.20540@i39g2000hsf.googlegroups.com> References: <1168506028.157314.97100@k58g2000hse.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Trace: sea.gmane.org 1168522894 13124 80.91.229.12 (11 Jan 2007 13:41:34 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 11 Jan 2007 13:41:34 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Jan 11 14:41:32 2007 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1H50BD-00048G-Ur for geh-help-gnu-emacs@m.gmane.org; Thu, 11 Jan 2007 14:41:20 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H50BD-0002lZ-Ot for geh-help-gnu-emacs@m.gmane.org; Thu, 11 Jan 2007 08:41:19 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!i39g2000hsf.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 23 Original-NNTP-Posting-Host: 194.103.159.2 Original-X-Trace: posting.google.com 1168520328 1600 127.0.0.1 (11 Jan 2007 12:58:48 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Thu, 11 Jan 2007 12:58:48 +0000 (UTC) In-Reply-To: <1168506028.157314.97100@k58g2000hse.googlegroups.com> User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.1) Gecko/20061204 Firefox/2.0.0.1,gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: i39g2000hsf.googlegroups.com; posting-host=194.103.159.2; posting-account=3aEwkg0AAACjdMYn5Wo2v2XLndflpiJl Original-Xref: shelby.stanford.edu gnu.emacs.help:144634 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:40238 Archived-At: More information about my problem. The compiler is C166/ST10. The error messages begins with the file name, and then a list of errors and warnings in that file, then the next file name, followed by more errors and warnings according the the example above. I can give a new example for clarification: function.c: 4390: } W 183: variable 'varx possibly uninitialized W 183: variable 'vary' possibly uninitialized log_master.c: 401: re_p = RecMsg(); E 42: syntax error, expecting statement 769: U8 loop; /* Loop counter */ E 42: syntax error, expecting declaration I think that once I get som help for the compiler, I can do the same steps for the assembler and linker. I hope that this can give more information to be able to help.