[Solved] Error Code? PIC18F26K22

For Flowcode users to discuss projects, flowcharts, and any other issues related to Flowcode 8.

Moderator: Benj

Post Reply
seokgi
Posts: 164
Joined: Fri Jan 13, 2012 4:21 am
Location: South KOREA
Has thanked: 18 times
Been thanked: 16 times
Contact:

[Solved] Error Code? PIC18F26K22

Post by seokgi »

Hello Benj
I want to write a program and download it, but I get the following error:
I reinstalled the FC8 and got the same message.
What should I do?
Thank you.



Target folder: D:\Project\Ing\1707-위스컴\PRT2COM\PRT2SERIAL\Program\PRT
Source name: D:\Project\Ing\1707-위스컴\PRT2COM\PRT2SERIAL\Program\PRT\PRT-IO_test1.fcfx
Title:
Description:
Device: PIC.18F.18F26K22
Generated by: Flowcode v8.2.1.13
Date: Monday, November 25, 2019 17:07:40
Users: 1
Registered to: seokgi
License key: WTVQCH
https://www.matrixtsl.com
Launching the compiler...
C:\Program Files (x86)\Microchip\xc8\v2.10\bin\xc8.exe --chip=18F26K22 "PRT-IO_test1.c" --MSGDISABLE=359,1273,1388
C:\PROGRA~2\MICROC~1\xc8\v2.10\pic\bin\picc18 --chip=18F26K22 PRT-IO_test1.c --MSGDISABLE=359,1273,1388
Microchip MPLAB XC8 C Compiler V2.10
Build date: Jul 30 2019
Part Support Version: 2.10
Copyright (C) 2019 Microchip Technology Inc.
License type: Node Configuration

C:\PROGRA~2\MICROC~1\xc8\v2.10\pic\include\pic18f26k22.h:
8246: extern volatile unsigned char TRISE __at(0xF96);
(985) qualifiers redeclared ^
^ (1098) conflicting declarations for variable "TRISE" (PRT-IO_test1.c:29)
(908) exit status = 1
(908) exit status = 1

C:\Program Files (x86)\Microchip\xc8\v2.10\bin\xc8.exe reported error code 1

Autoclose turned off


FINISHED

Post Reply