FLOWCODE 7 COMPILER ISSUES ??

For questions and comments on programming in general. And for any items that don't fit into the forums below.

Moderators: Benj, Mods

Post Reply
siliconchip
Posts: 392
Joined: Wed Jan 05, 2011 11:24 am
Has thanked: 101 times
Been thanked: 24 times
Contact:

FLOWCODE 7 COMPILER ISSUES ??

Post by siliconchip »

hi all,

i recently brought a new laptop running windows 10 after finally being able to download flowcode 7 courtesy of David from matrix its all up and running or so i thought until i put old programs up and when compiling i get the following issue from the compiler

"C:\Program Files X86\Flowcode 7\Compilers\pic\bin\xc8.exe reported error code 1"
i also get
"(908) exit status = 1



all these programs compiled on my old laptop no issues, im not sure if im right but i recall many moons ago something needs putting in or removing in the compiler option ??, ive also chrcked for updates and its set at 7.3 and says up to date please put me right if im wrong, as always any help is greatly appreciated

bob

User avatar
Steve
Matrix Staff
Posts: 3421
Joined: Tue Jan 03, 2006 3:59 pm
Has thanked: 114 times
Been thanked: 422 times
Contact:

Re: FLOWCODE 7 COMPILER ISSUES ??

Post by Steve »

Hi Bob,

Please post your fcfx file and the complete msg.txt file so we can see what might be the issue.

Ta,
Steve,

siliconchip
Posts: 392
Joined: Wed Jan 05, 2011 11:24 am
Has thanked: 101 times
Been thanked: 24 times
Contact:

Re: FLOWCODE 7 COMPILER ISSUES ??

Post by siliconchip »

hi steve

thanks for the reply heres the fcfx and msg files attached, but im getting similar errors flag on virtually anything i compile but didnt have this issue on my old system ??
Attachments
intruder.msg.txt
(7.18 KiB) Downloaded 143 times
intruder.fcfx
(13.32 KiB) Downloaded 137 times

medelec35
Matrix Staff
Posts: 9520
Joined: Sat May 05, 2007 2:27 pm
Location: Northamptonshire, UK
Has thanked: 2585 times
Been thanked: 3815 times
Contact:

Re: FLOWCODE 7 COMPILER ISSUES ??

Post by medelec35 »

Hi. Bob.
Your flowchart is compiling for my version of FC7.

Code: Select all

Target folder: C:\Users\medel\DOWNLO~1
Source name:   C:\Users\medel\Downloads\intruder.fcfx
Title:         
Description:   
Device:        PIC.16F.16F1825
Generated by:  Flowcode v7.3.0.7
Date:          Tuesday, June 29, 2021 21:20:07
Users:         1
Registered to: Martin
Licence key:   BA48R5
http://www.matrixtsl.com
Launching the compiler...
D:\Flowcode 7\compilers\pic\bin\xc8.exe  --chip=16F1825 "intruder.c" --MSGDISABLE=359,1273,1388 --FLOAT=32 --DOUBLE=32
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

. . . . . . . . . . .

using updated 32-bit floating-point libraries; improved accuracy might increase code size
. . . . .


Memory Summary:
    Program space        used   43Ah (  1082) of  2000h words   ( 13.2%)
    Data space           used    58h (    88) of   400h bytes   (  8.6%)
    EEPROM space         used     0h (     0) of   100h bytes   (  0.0%)
    Data stack space     used     0h (     0) of   3A7h bytes   (  0.0%)
    Configuration bits   used     2h (     2) of     2h words   (100.0%)
    ID Location space    used     0h (     0) of     4h bytes   (  0.0%)


You have compiled in FREE mode.
Using Omniscient Code Generation that is available in PRO mode,
you could have produced up to 60% smaller and 400% faster code.
See http://www.microchip.com/MPLABXCcompilers for more information.


Launching the linker/assembler...
D:\Flowcode 7\tools\DoNothing\DoNothing.exe  


FINISHED
You are not using the latest updates found here.
Try downloading the latest and replacing the current files, then reload your flwochart.
Martin

siliconchip
Posts: 392
Joined: Wed Jan 05, 2011 11:24 am
Has thanked: 101 times
Been thanked: 24 times
Contact:

Re: FLOWCODE 7 COMPILER ISSUES ??

Post by siliconchip »

hi martin

as always cheers i will update and give that a whirl, thanks

bob

Post Reply