18f26k22 RC5 comfile error

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

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:

18f26k22 RC5 comfile error

Post by seokgi »

I have some Ques. Com

Target folder: D:\Down
Source name: D:\Down\RC5_Test_Rx.fcfx
Title:
Description:
Device: PIC.18F.18F26K22
Generated by: Flowcode v7.1.1.0
Date: Friday, February 17, 2017 15:34:47
Users: 1
Registered to: seokgi
Licence key: HNMEMM
http://www.matrixtsl.com
Launching the compiler...
C:\Program Files (x86)\Microchip\xc8\v1.41\bin\xc8.exe --chip=18F26K22 "RC5_Test_Rx.c" --MSGDISABLE=359,1273,1388
Microchip MPLAB XC8 C Compiler (Free Mode) V1.41
Build date: Jan 24 2017
Part Support Version: 1.41
Copyright (C) 2017 Microchip Technology Inc.
License type: Node Configuration

RC5_Test_Rx.c:
36: __config("__PROG_CONFIG", "pic18", 0x4, 0xFF);
^ (1504) the PIC18 extended instruction set was enabled but is not supported by this compiler
(908) exit status = 1
(908) exit status = 1

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



FINISHED

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

Re: 18f26k22 RC5 comfile error

Post by seokgi »

Solved!!

extended instruction --> disable

Post Reply