User forums > Using Code::Blocks
Hi-Tech PICC, PICC18 and dsPIC
(1/1)
metal:
Hello,
How can I use Codeblocks with HiTech's PICC, PICC18 and dsPIC.
Thanks alot
MortenMacFly:
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.
metal:
Ok, thanks. I will certainly try it :)
Navigation
[0] Message Index
Go to full version