Hello,
The issue I am having is when I try to compile to target which is a ECIO 28p chip, I get the error PIC compiler toolchain not installed even once I had installed the appropriate drivers. the driver I installed was the 8 bit PIC toolchain.
Thanks in advance.
Uploading code to ECIO 28P
-
- Posts: 6
- http://meble-kuchenne.info.pl
- Joined: Mon Dec 13, 2021 10:18 pm
- Has thanked: 1 time
Re: Uploading code to ECIO 28P
Hello, this has helped as I had nothing selected in that but i now get the below error in the compiler messages tab.
Code: Select all
Description:
Device: PIC.18F.18F2455
Generated by: Flowcode v9.2.0.33
Date: Friday, April 01, 2022 16:55:46
Users: 1
Registered to: CMoore (77118090)
Licence key: ZU1VWV
NOT FOR COMMERCIAL USE
https://www.flowcode.co.uk
Launching the compiler...
Microchip MPLAB XC8 C Compiler V2.10
Build date: Jul 30 2019
Part Support Version: 2.10
Copyright (C) 2019 Microchip Technology Inc.
Employing 18F2455 errata work-arounds:
* Corrupted fast interrupt shadow registers
Memory Summary:
Compilation successful!
Launching the linker/assembler...
Launching the programmer...
No PICkit 2 found.
Autoclose turned off
FINISHED
-
- Matrix Staff
- Posts: 1920
- Joined: Wed Dec 02, 2020 11:07 pm
- Has thanked: 622 times
- Been thanked: 645 times
Re: Uploading code to ECIO 28P
Hello.
What you need to do is Select Build, Compiler Options
Select E-Blocks just under the PIC section, then make sure Default compiler for the platform C for PIC is selected. I have placed the compiler messages within the Code tags.
You can do that and load attachments by selecting Full Editor & Preview.
Highlight the code, then select the </> tag.
What you need to do is Select Build, Compiler Options
Select E-Blocks just under the PIC section, then make sure Default compiler for the platform C for PIC is selected. I have placed the compiler messages within the Code tags.
You can do that and load attachments by selecting Full Editor & Preview.
Highlight the code, then select the </> tag.
Martin