Author Topic: How do I process compiler error messages  (Read 11554 times)

Tony

  • Junior Community Member
  • Posts: 2
  • Hero Points: 0
How do I process compiler error messages
« on: September 14, 2006, 12:37:07 PM »
I'm new to SlickEdit and have been trying to understand how have slickedit go to the file and the
line of code that contains this error.

C:\new_pic\stx_fob\src>*** Error 76 "C:\new_pic\stx_fob\src\pll_si.c" Line 62(5,16): Expect ;

I'm using the CCS compiler for Microchip PIC processors and this is the output format of the
compiler.  Not a standard output format.

Can anyone point me in the right direction?

Thanks,
Tony

hs2

  • Senior Community Member
  • Posts: 2761
  • Hero Points: 292
Re: How do I process compiler error messages
« Reply #1 on: September 14, 2006, 01:28:15 PM »

Tony

  • Junior Community Member
  • Posts: 2
  • Hero Points: 0
Re: How do I process compiler error messages
« Reply #2 on: September 14, 2006, 06:09:49 PM »
Thanks HS2 this is a start, I'll play with for awhile.
Tony