A discussion group for the PICMicro microcontroller. Also called the Microchip PIC, this list is dedicated to the use and abuse of this fine, simple, microcontroller. Close to topic posts are welcome, ie. general electronics.
|
I have download PICC Lite Compiler form the website of HI-TECH.The
document of this C compiler said it support to MPLAB 6.xx.But I can see the option of it
in MPLAB v5.70.In "Project->Install Language Tool" I have selected "PICC Lite
Compiler".Yet I open the dialog box again,the option is still original not "PICC
Lite Compiler".I created a test.c to test the compiler.the program only write
like this:
int main()
{
return 0;
}
The compiled result has several error.Certainly,I think this is cause by I
haven't succeed install PICC Lite Compiler into MPLAB v5.70.How to do if I want to use
PICC Lite Compiler in MPLAB v5.70?
|
|
> I have download PICC Lite Compiler form the website of HI-TECH.The document of this C compiler said it support to MPLAB 6.xx.But I can see the option of it in MPLAB v5.70.In "Project->Install Language Tool" I have selected "PICC Lite I think that you really need to download latest version of MPLAB. Regards, Igor |