Page 1 of 1

Usb wont compile. [SOLVED]

Posted: Sun May 27, 2018 7:29 am
by Roy Johnston

Code: Select all

Target folder: D:\Smokehouse Development\Screen_tester\Flowcode
Source name:   D:\Smokehouse Development\Screen_tester\Flowcode\screen6.fcfx
Title:         
Description:   
Device:        PIC.18F.18F4550
Generated by:  Flowcode v8.0.0.6
Date:          Sunday, May 27, 2018 08:26:15
Users:         1
Registered to: Roy Johnston
License key: 00Z8M5
http://www.matrixtsl.com
Launching the compiler...
C:\Program Files (x86)\Flowcode\Common\Compilers\pic\batch\pic_xc8_comp.bat  18F4550 "D:\Smokehouse Development\Screen_tester\Flowcode\" "screen6"

D:\Smokehouse Development\Screen_tester\Flowcode>C:\PROGRA~2\Flowcode\Common\COMPIL~1\pic\batch\..\bin\xc8.exe --chip=18F4550  "screen6.c" --MSGDISABLE=359,1273,1388 --FLOAT=32 --DOUBLE=32 
Microchip MPLAB XC8 C Compiler (Free Mode) V1.45
Build date: Nov 15 2017
Part Support Version: 1.45
Copyright (C) 2017 Microchip Technology Inc.
License type: Node Configuration

Employing 18F4550 errata work-arounds:
 * Corrupted fast interrupt shadow registers
USB_CONFIG: 155: (141) can't open include file "../../../CAL/PIC/USB/usb_generic_config.h": No such file or directory
(908) exit status = 1
(908) exit status = 1

Error returned from [xc8.exe]

C:\Program Files (x86)\Flowcode\Common\Compilers\pic\batch\pic_xc8_comp.bat reported error code 1

Re: Usb wont compile.

Posted: Sun May 27, 2018 10:39 am
by QMESAR
Hi Team.
I confirm this as well ,my USB slave MIAC project compiling and running on a MIAC also does not compile in V8 with the same error report as Ray above :D

Re: Usb wont compile.

Posted: Tue May 29, 2018 12:02 pm
by Benj
Thanks for letting us know, I can see what is causing the problem and it should be a fairly easy fix.

I'll let you know as soon as I have rolled out a fix.

Re: Usb wont compile.

Posted: Tue May 29, 2018 1:25 pm
by Benj
I've now pushed a change to the updates system which should solve the problem for you.

Here are some instructions on how to use the updates system.
https://www.matrixtsl.com/wiki/index.ph ... ic_Updates

Re: Usb wont compile.

Posted: Tue May 29, 2018 6:26 pm
by QMESAR
Hi Ben,

Thank you very much just compiled successfully :D ,
I appreciate the quick fix

Re: Usb wont compile.

Posted: Wed May 30, 2018 11:05 am
by Roy Johnston
Thank yoy _ solved