Author Topic: Hi-Tech PICC, PICC18 and dsPIC  (Read 6352 times)

metal

  • Guest
Hi-Tech PICC, PICC18 and dsPIC
« on: January 09, 2007, 02:11:20 pm »
Hello,

How can I use Codeblocks with HiTech's PICC, PICC18 and dsPIC.


Thanks alot

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: Hi-Tech PICC, PICC18 and dsPIC
« Reply #1 on: January 09, 2007, 02:25:42 pm »
I don't know this compiler but if it is command-line compatible with an existing one (e.g. GCC) then simply do:
- in the compiler settings
- make a copy of (e.g. the GCC compiler)
- name it something like "PICC compiler"
- adjust the base path on the programs tab too point to the PICC installation
- adjust the executables to name the *right* ones of the PICC compiler suite.
If it's not command line compatible to an existing one:
- collect the compiler/linker settings
- implement a new compiler into the compiler plugin (requires  compiling C::B yourself in the end)
With regards, Morten.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

metal

  • Guest
Re: Hi-Tech PICC, PICC18 and dsPIC
« Reply #2 on: January 09, 2007, 03:33:35 pm »
Ok, thanks. I will certainly try it :)