News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

Hi-Tech PICC, PICC18 and dsPIC

Started by metal, January 09, 2007, 02:11:20 PM

Previous topic - Next topic

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.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

metal

Ok, thanks. I will certainly try it :)