Flowcode v7 component USB probleme compilation
Posted: Tue Feb 25, 2020 9:39 pm
Bonjour,
Voici mon probleme, j'utilise un PIC18F2455 et le component USB Serial et voici l'erreur de compilation
Merci de votre aide..
Device: PIC.18F.18F2455
Generated by: Flowcode v7.3.0.5
Date: Tuesday, February 25, 2020 15:36:38
Users: 1
Registered to: chrisgrenier
Licence key: RMUJ0G
http://www.matrixtsl.com
Launching the compiler...
C:\Program Files (x86)\Flowcode 7\compilers\pic\bin\xc8.exe --chip=18F2455 "USB Serial.c" --MSGDISABLE=359,1273,1388
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
Employing 18F2455 errata work-arounds:
* Corrupted fast interrupt shadow registers
USB Serial.c: myisr()
121: USBDeviceTasks();
^ (361) function declared implicit int (warning)
.
0: (499) undefined symbol:
_USBDeviceTasks(USB Serial.obj)
(908) exit status = 1
(908) exit status = 1
C:\Program Files (x86)\Flowcode 7\compilers\pic\bin\xc8.exe reported error code 1
FINISHED
Voici mon probleme, j'utilise un PIC18F2455 et le component USB Serial et voici l'erreur de compilation
Merci de votre aide..
Device: PIC.18F.18F2455
Generated by: Flowcode v7.3.0.5
Date: Tuesday, February 25, 2020 15:36:38
Users: 1
Registered to: chrisgrenier
Licence key: RMUJ0G
http://www.matrixtsl.com
Launching the compiler...
C:\Program Files (x86)\Flowcode 7\compilers\pic\bin\xc8.exe --chip=18F2455 "USB Serial.c" --MSGDISABLE=359,1273,1388
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
Employing 18F2455 errata work-arounds:
* Corrupted fast interrupt shadow registers
USB Serial.c: myisr()
121: USBDeviceTasks();
^ (361) function declared implicit int (warning)
.
0: (499) undefined symbol:
_USBDeviceTasks(USB Serial.obj)
(908) exit status = 1
(908) exit status = 1
C:\Program Files (x86)\Flowcode 7\compilers\pic\bin\xc8.exe reported error code 1
FINISHED