Usb wont compile. [SOLVED]

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

Moderator: Benj

Post Reply
Roy Johnston
Flowcode V4 User
Posts: 220
Joined: Mon Aug 24, 2009 8:38 am
Has thanked: 2 times
Been thanked: 34 times
Contact:

Usb wont compile. [SOLVED]

Post 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
Attachments
screen6.fcfx
(12.01 KiB) Downloaded 231 times
Last edited by EtsDriver on Wed May 30, 2018 4:09 pm, edited 2 times in total.
Reason: Use code tags for easier readablity when posting compiler logs

User avatar
QMESAR
Valued Contributor
Valued Contributor
Posts: 1287
Joined: Sun Oct 05, 2014 3:20 pm
Location: Russia
Has thanked: 384 times
Been thanked: 614 times
Contact:

Re: Usb wont compile.

Post 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

User avatar
Benj
Matrix Staff
Posts: 15312
Joined: Mon Oct 16, 2006 10:48 am
Location: Matrix TS Ltd
Has thanked: 4803 times
Been thanked: 4314 times
Contact:

Re: Usb wont compile.

Post 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.

User avatar
Benj
Matrix Staff
Posts: 15312
Joined: Mon Oct 16, 2006 10:48 am
Location: Matrix TS Ltd
Has thanked: 4803 times
Been thanked: 4314 times
Contact:

Re: Usb wont compile.

Post 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

User avatar
QMESAR
Valued Contributor
Valued Contributor
Posts: 1287
Joined: Sun Oct 05, 2014 3:20 pm
Location: Russia
Has thanked: 384 times
Been thanked: 614 times
Contact:

Re: Usb wont compile.

Post by QMESAR »

Hi Ben,

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

Roy Johnston
Flowcode V4 User
Posts: 220
Joined: Mon Aug 24, 2009 8:38 am
Has thanked: 2 times
Been thanked: 34 times
Contact:

Re: Usb wont compile.

Post by Roy Johnston »

Thank yoy _ solved

Post Reply