Errors when using Hitech
Posted: Fri Jul 29, 2011 10:22 pm
Hello,
I Have some problems when I use the Hitech compiler.
Used Software:
Flowcode 4.5.18.74
Hitech 9.82
Source boost 7.04
When I use the default settings with the Source boost compiler, everything works as expected.
When I chance the compiler settings in flowcode to:
Compiler Location = C:\Program Files\HI-TECH Software\PICC\9.82\bin\picc.exe
Params = --CHIP=%p -N48 %f.c
Linker Location = C:\Program Files\Matrix Multimedia\Flowcode V4\Tools\DoNothing\DoNothing.exe
Linker Parameters =
I get the following message:
Launching the compiler...
C:\Program Files\HI-TECH Software\PICC\9.82\bin\picc.exe --CHIP=16F887 -N48 Display_16F887.c
Display_16F887.c: main()
663: OPTION = 0xC0;
^ (192) undefined identifier "OPTION"
HI-TECH C Compiler for PIC10/12/16 MCUs (Standard Mode) V9.82
Copyright (C) 2011 Microchip Technology Inc.
(908) exit status = 1
Return code = 1
Flowcode kan de C-code niet vertalen vanwege de volgende fout:
Als de flowchart C-code bevat, controleer die dan zorgvuldig. Als de flowchart geen C-code bevat of als die gegarandeerd vrij is van fouten, neem dan contact op met de technische ondersteuning.
FINISHED
Also importing the C file in MPlab gives the same messages.
When I use Sourceboost as compiler it works in MPlab, Hitech won't.
Lieuwe
I Have some problems when I use the Hitech compiler.
Used Software:
Flowcode 4.5.18.74
Hitech 9.82
Source boost 7.04
When I use the default settings with the Source boost compiler, everything works as expected.
When I chance the compiler settings in flowcode to:
Compiler Location = C:\Program Files\HI-TECH Software\PICC\9.82\bin\picc.exe
Params = --CHIP=%p -N48 %f.c
Linker Location = C:\Program Files\Matrix Multimedia\Flowcode V4\Tools\DoNothing\DoNothing.exe
Linker Parameters =
I get the following message:
Launching the compiler...
C:\Program Files\HI-TECH Software\PICC\9.82\bin\picc.exe --CHIP=16F887 -N48 Display_16F887.c
Display_16F887.c: main()
663: OPTION = 0xC0;
^ (192) undefined identifier "OPTION"
HI-TECH C Compiler for PIC10/12/16 MCUs (Standard Mode) V9.82
Copyright (C) 2011 Microchip Technology Inc.
(908) exit status = 1
Return code = 1
Flowcode kan de C-code niet vertalen vanwege de volgende fout:
Als de flowchart C-code bevat, controleer die dan zorgvuldig. Als de flowchart geen C-code bevat of als die gegarandeerd vrij is van fouten, neem dan contact op met de technische ondersteuning.
FINISHED
Also importing the C file in MPlab gives the same messages.
When I use Sourceboost as compiler it works in MPlab, Hitech won't.
Lieuwe