Update Windows 10 and bug compiler HEX
Moderator: Benj
Update Windows 10 and bug compiler HEX
Hi all,
Since the last update of Windows 10 (version 1803), the compiler HEX no longer stops. He never ends.
I uninstalled, reinstalled the program, no changes
What should I do ?
Steve
Since the last update of Windows 10 (version 1803), the compiler HEX no longer stops. He never ends.
I uninstalled, reinstalled the program, no changes
What should I do ?
Steve
- Attachments
-
- ScreenShot005.jpg (80.72 KiB) Viewed 13284 times
-
- Matrix Staff
- Posts: 9521
- Joined: Sat May 05, 2007 2:27 pm
- Location: Northamptonshire, UK
- Has thanked: 2585 times
- Been thanked: 3815 times
Re: Update Windows 10 and bug compiler HEX
The only time I have that problem is when my kaspersky antivirus is running as it does not like Boostc!
Sounds like an antivirus, firewall or other windows application is not allowing BoostC to run
Martin
Sounds like an antivirus, firewall or other windows application is not allowing BoostC to run
Martin
Martin
-
- Matrix Staff
- Posts: 9521
- Joined: Sat May 05, 2007 2:27 pm
- Location: Northamptonshire, UK
- Has thanked: 2585 times
- Been thanked: 3815 times
-
- Matrix Staff
- Posts: 9521
- Joined: Sat May 05, 2007 2:27 pm
- Location: Northamptonshire, UK
- Has thanked: 2585 times
- Been thanked: 3815 times
-
- Matrix Staff
- Posts: 9521
- Joined: Sat May 05, 2007 2:27 pm
- Location: Northamptonshire, UK
- Has thanked: 2585 times
- Been thanked: 3815 times
Re: Update Windows 10 and bug compiler HEX
If you post your Flowchart,
I will see if it will compile for me.
I will see if it will compile for me.
Martin
Re: Update Windows 10 and bug compiler HEX
This is one of the first code I wrote several years ago. After 5 minutes, the compiler did not finish. I canceled manually
- Attachments
-
- Test led 876.fcf
- (12 KiB) Downloaded 304 times
-
- Matrix Staff
- Posts: 9521
- Joined: Sat May 05, 2007 2:27 pm
- Location: Northamptonshire, UK
- Has thanked: 2585 times
- Been thanked: 3815 times
Re: Update Windows 10 and bug compiler HEX
I'm running 64 bit windows 10 and only took a few seconds to compile
Are you running the same version as me = 5.5.2.1 (30.01.2013)?
Code: Select all
File name: D:\Statments\Test led 876.c
Title:
Description:
Generated by: Flowcode v5.5.2.1
Date: Wednesday, May 09, 2018 21:12:47
Licence: Professional
Registered to: Martin
Licence key: xxxxx
http://www.matrixmultimedia.com
Launching the compiler...
C:\Program Files (x86)\Flowcode\v5\Tools\boostc\boostc_pic16_flowcode.exe -v -t PIC16F876A "Test led 876.c"
BoostC Optimizing C Compiler Version 7.04 (for PIC16 architecture)
http://www.sourceboost.com
Copyright(C) 2004-2011 Pavel Baranov
Copyright(C) 2004-2011 David Hobday
Licensed to FlowCode User under Single user Pro License for 1 node(s)
Limitations: PIC12,PIC16 max code size:Unlimited, max RAM banks:Unlimited
Test led 876.c
Starting preprocessor: C:\PROGRA~2\Flowcode\v5\Tools\boostc\pp.exe "Test led 876.c" -i C:\PROGRA~2\Flowcode\v5\Tools\boostc\include -d _PIC16F876A -la -c2 -o "Test led 876.pp" -v -d _BOOSTC -d _PIC16 -d _CHAR_INDEX
............
Test led 876.c success
success
Return code = 0
Launching the linker/assembler...
C:\Program Files (x86)\Flowcode\v5\Tools\boostc\boostlink_pic.exe -ld "C:\Program Files (x86)\Flowcode\v5\Tools\BoostC\lib" libc.pic16.lib rand.pic16.lib float.pic16.lib "Test led 876.obj" -t PIC16F876A -d "D:\Statments" -p "Test led 876"
BoostLink Optimizing Linker Version 7.03
http://www.sourceboost.com
Copyright(C) 2004-2011 Pavel Baranov
Copyright(C) 2004-2011 David Hobday
Warning unreferenced functions removed:
FC_CAL_Port_In__x in: C:\Program Files (x86)\Flowcode\v5\CAL\PIC\PIC_CAL_IO.c
FC_CAL_Port_In_DDR__x in: C:\Program Files (x86)\Flowcode\v5\CAL\PIC\PIC_CAL_IO.c
FC_CAL_Port_Out__x in: C:\Program Files (x86)\Flowcode\v5\CAL\PIC\PIC_CAL_IO.c
FC_CAL_Port_Out_DDR__x in: C:\Program Files (x86)\Flowcode\v5\CAL\PIC\PIC_CAL_IO.c
Wdt_Delay_S in: C:\Program Files (x86)\Flowcode\v5\CAL\PIC\PIC_CAL_Delay.c
Wdt_Delay_Ms in: C:\Program Files (x86)\Flowcode\v5\CAL\PIC\PIC_CAL_Delay.c
FCI_DELAYINT_US in: C:\Program Files (x86)\Flowcode\v5\CAL\PIC\PIC_CAL_Delay.c
FCI_DELAYINT_MS in: C:\Program Files (x86)\Flowcode\v5\CAL\PIC\PIC_CAL_Delay.c
FCI_DELAYINTWDT_MS in: C:\Program Files (x86)\Flowcode\v5\CAL\PIC\PIC_CAL_Delay.c
FCI_DELAYINT_S in: C:\Program Files (x86)\Flowcode\v5\CAL\PIC\PIC_CAL_Delay.c
FCI_DELAYINTWDT_S in: C:\Program Files (x86)\Flowcode\v5\CAL\PIC\PIC_CAL_Delay.c
FCI_GETCHAR in: C:\Program Files (x86)\Flowcode\v5\CAL\PIC\PIC_CAL_String.c
FCI_GETLENGTH in: C:\Program Files (x86)\Flowcode\v5\CAL\PIC\PIC_CAL_String.c
FCI_MIDSTRING in: C:\Program Files (x86)\Flowcode\v5\CAL\PIC\PIC_CAL_String.c
FCI_LEFTSTRING in: C:\Program Files (x86)\Flowcode\v5\CAL\PIC\PIC_CAL_String.c
FCI_RIGHTSTRING in: C:\Program Files (x86)\Flowcode\v5\CAL\PIC\PIC_CAL_String.c
FCI_TOSTRING in: C:\Program Files (x86)\Flowcode\v5\CAL\PIC\PIC_CAL_String.c
FCI_TOLOWER in: C:\Program Files (x86)\Flowcode\v5\CAL\PIC\PIC_CAL_String.c
FCI_TOUPPER in: C:\Program Files (x86)\Flowcode\v5\CAL\PIC\PIC_CAL_String.c
FCI_COMPARE in: C:\Program Files (x86)\Flowcode\v5\CAL\PIC\PIC_CAL_String.c
FCI_FLOAT_TO_STRING in: C:\Program Files (x86)\Flowcode\v5\CAL\PIC\PIC_CAL_String.c
FCI_NUMBER_TO_HEX in: C:\Program Files (x86)\Flowcode\v5\CAL\PIC\PIC_CAL_String.c
FCI_STRING_TO_INT in: C:\Program Files (x86)\Flowcode\v5\CAL\PIC\PIC_CAL_String.c
FCI_STRING_TO_FLOAT in: C:\Program Files (x86)\Flowcode\v5\CAL\PIC\PIC_CAL_String.c
FCI_STRREV in: C:\Program Files (x86)\Flowcode\v5\CAL\PIC\PIC_CAL_String.c
FCI_STRMOV in: C:\Program Files (x86)\Flowcode\v5\CAL\PIC\PIC_CAL_String.c
FCI_SHEAD in: C:\Program Files (x86)\Flowcode\v5\CAL\PIC\PIC_CAL_String.c
FCI_SCOPY in: C:\Program Files (x86)\Flowcode\v5\CAL\PIC\PIC_CAL_String.c
isinf in: C:\Program Files (x86)\Flowcode\v5\CAL\PIC\PIC_CAL_Float.c
flt_round in: C:\Program Files (x86)\Flowcode\v5\CAL\PIC\PIC_CAL_Float.c
flt_floor in: C:\Program Files (x86)\Flowcode\v5\CAL\PIC\PIC_CAL_Float.c
flt_ceil in: C:\Program Files (x86)\Flowcode\v5\CAL\PIC\PIC_CAL_Float.c
Building CASM file
Memory Usage Report
===================
RAM available:368 bytes, used:37 bytes (10.1%), free:331 bytes (89.9%),
Heap size:331 bytes, Heap max single alloc:110 bytes
ROM available:8192 words, used:133 words (1.7%), free:8059 words (98.3%)
success
Return code = 0
FINISHED
Martin
Re: Update Windows 10 and bug compiler HEX
As well as windows 10 64bits. Same version Flowcode (30.01.2013). Yesterday everything worked very well and after the update of windows, nothing.
- Attachments
-
- ScreenShot006.jpg (183.06 KiB) Viewed 13218 times
- Steve
- Matrix Staff
- Posts: 3427
- Joined: Tue Jan 03, 2006 3:59 pm
- Has thanked: 114 times
- Been thanked: 422 times
Re: Update Windows 10 and bug compiler HEX
This sounds like an issue with a firewall (Windows Defender?) or anti-virus program preventing the launch of BoostC. Does the same problem occur if you boot the computer in safe mode? And are there any logs for the firewall (etc) that might show what the problem is?
There may also be a way of "white-listing" the BoostC compiler so it is not being blocked.
There may also be a way of "white-listing" the BoostC compiler so it is not being blocked.
Re: Update Windows 10 and bug compiler HEX
Hello,
the compilation runs in safe mode. I found the culprit who is the Malwarbytes program. I had to disable a protection layer but I can compile my program again in Flowcode.
Thank you for your help
the compilation runs in safe mode. I found the culprit who is the Malwarbytes program. I had to disable a protection layer but I can compile my program again in Flowcode.
Thank you for your help