Felermeldung 18F25J50 and USB
Posted: Sun Aug 18, 2019 11:41 pm
Hello
I'm trying to send data over a USB connection.
The microcontroller is an 18F25J50
The settings are without quartz 48MHz
in an endless loop I send data via a USB serial connection to the PC
When I compile the program I get the following error message:
C:\Program Files (x86)\Flowcode\Common\Compilers\pic\batch\pic_xc8_comp.bat 18F26J50 "D:\PR6751~1\" "Flowcode12"
D:\PR6751~1>C:\PROGRA~2\Flowcode\Common\COMPIL~1\pic\batch\..\bin\xc8.exe --chip=18F26J50 "Flowcode12.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
(100) unterminated #if[n][def] block from line 904
(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 Hat den Fehlercode 1 gemeldet
Autoclose turned off
BEENDET
I'm trying to send data over a USB connection.
The microcontroller is an 18F25J50
The settings are without quartz 48MHz
in an endless loop I send data via a USB serial connection to the PC
When I compile the program I get the following error message:
C:\Program Files (x86)\Flowcode\Common\Compilers\pic\batch\pic_xc8_comp.bat 18F26J50 "D:\PR6751~1\" "Flowcode12"
D:\PR6751~1>C:\PROGRA~2\Flowcode\Common\COMPIL~1\pic\batch\..\bin\xc8.exe --chip=18F26J50 "Flowcode12.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
(100) unterminated #if[n][def] block from line 904
(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 Hat den Fehlercode 1 gemeldet
Autoclose turned off
BEENDET