Author Topic: SlickEdit and the MicroChip C30 Compiler  (Read 3695 times)

tonyh

  • Junior Community Member
  • Posts: 2
  • Hero Points: 0
SlickEdit and the MicroChip C30 Compiler
« on: August 16, 2011, 07:40:07 pm »
Hi I'm pretty new to SlickEdit and I need some help getting started.  I inherited a project with many files and have been using SlickEdit to get around in the files. This works great much better then Microchip's IDE. My question is can I compile within SlickEdit and if so how do I get SlickEdit to run the MicroChip C30 compiler for me. From the help file it seems like this is possible but from a command line only. If anyone can point me in the right direction I would greatly appreciate it.
thanks

ehab

  • Senior Community Member
  • Posts: 285
  • Hero Points: 15
  • coding with SE is like playing music
Re: SlickEdit and the MicroChip C30 Compiler
« Reply #1 on: August 16, 2011, 07:47:36 pm »
did you try using a Makefile?

tonyh

  • Junior Community Member
  • Posts: 2
  • Hero Points: 0
Re: SlickEdit and the MicroChip C30 Compiler
« Reply #2 on: August 16, 2011, 08:04:14 pm »
Yes but I'm not sure it is setup correctly I get this error:

C:\TT4USB-MA V43\Code>"C:\Program Files\SlickEditV16.0.1 x64\win\vsbuild" -signal 54231 -command cc -c -g   -o "Debug\usb_function_msd.o" "C:\TT4USB-MA V43\Code\drvUSB\usb_function_msd.c"
VSLICKERRORPATH="C:\TT4USB-MA V43\Code"
cc -c -g -o Debug\usb_function_msd.o "C:\TT4USB-MA V43\Code\drvUSB\usb_function_msd.c"
vsbuild: File not found (cc)

The Makefile has CC = pic30-gcc.exe