RE: Error format and quickfix

2007-03-27 Thread Christophe Dupre
> > Here is what I get when I do copen. > > > > || ccsc main.c +FH +P +DC +LO +EA +STDOUT I+="..\Includes" > > || >>> Warning 201 "C:\Project\Test\OnlineMS\Firmware\Source\rs232.c" > > Line 48(1,1): Assignment inside relational expression > > || *** Error 12 "C:\Project\Test\OnlineMS\Firmware\Sour

Re: Error format and quickfix

2007-03-27 Thread Jean-Rene David
* Christophe Dupre [2007.03.27 07:15]: > Here is what I get when I do copen. > > || ccsc main.c +FH +P +DC +LO +EA +STDOUT I+="..\Includes" > || >>> Warning 201 "C:\Project\Test\OnlineMS\Firmware\Source\rs232.c" > Line 48(1,1): Assignment inside relational expression > || *** Error 12 "C:\Project\

Error format and quickfix

2007-03-27 Thread Christophe Dupre
Hello, I've been using Vim for a while now, and getting quite good at it, but what I miss right now is to be able to compile and jump to the error. I'm therefore trying to define the error format for my compiler. I'm using CCS compiler; it's used to program PIC micro controller. Here is what I ge