1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
| ----------------------------------------------------------------------
Debug build of project `C:\programmation\pico12\PICe\pico12.1.mcp' started.
Language tool versions: MPASMWIN.exe v5.54, mplink.exe v5.00, mcc18.exe v3.47, mplib.exe v5.00
Preprocessor symbol `__DEBUG' is defined.
Sun Feb 16 16:42:29 2014
----------------------------------------------------------------------
Clean: Deleting intermediary and output files.
Clean: Deleted file "C:\programmation\pico12\PICe\main.o".
Clean: Deleted file "C:\programmation\pico12\PICe\cdc.o".
Clean: Deleted file "C:\programmation\pico12\PICe\usb9.o".
Clean: Deleted file "C:\programmation\pico12\PICe\usbctrltrf.o".
Clean: Deleted file "C:\programmation\pico12\PICe\usbdrv.o".
Clean: Deleted file "C:\programmation\pico12\PICe\usbmmap.o".
Clean: Done.
Executing: "C:\MCC18\bin\mcc18.exe" -p=18F4550 /i"C:\mcc18\h" "main.c" -fo="main.o" -D__DEBUG -w1 -Ou- -Ot- -Ob- -Op- -Or- -Od- -Opa-
Executing: "C:\MCC18\bin\mcc18.exe" -p=18F4550 /i"C:\mcc18\h" "system\usb\class\cdc\cdc.c" -fo="cdc.o" -D__DEBUG -sco -w1 -Ou- -Ot- -Ob- -Op- -Or- -Od- -Opa-
Executing: "C:\MCC18\bin\mcc18.exe" -p=18F4550 /i"C:\mcc18\h" "system\usb\usb9\usb9.c" -fo="usb9.o" -D__DEBUG -sco -w1 -Ou- -Ot- -Ob- -Op- -Or- -Od- -Opa-
Executing: "C:\MCC18\bin\mcc18.exe" -p=18F4550 /i"C:\mcc18\h" "system\usb\usbctrltrf\usbctrltrf.c" -fo="usbctrltrf.o" -D__DEBUG -sco -w1 -Ou- -Ot- -Ob- -Op- -Or- -Od- -Opa-
Executing: "C:\MCC18\bin\mcc18.exe" -p=18F4550 /i"C:\mcc18\h" "system\usb\usbdrv\usbdrv.c" -fo="usbdrv.o" -D__DEBUG -sco -w1 -Ou- -Ot- -Ob- -Op- -Or- -Od- -Opa-
Executing: "C:\MCC18\bin\mcc18.exe" -p=18F4550 /i"C:\mcc18\h" "system\usb\usbmmap.c" -fo="usbmmap.o" -D__DEBUG -sco -w1 -Ou- -Ot- -Ob- -Op- -Or- -Od- -Opa-
Executing: "C:\MCC18\bin\mplink.exe" /p18F4550 /l"C:\mcc18\lib" "18f4550.lkr" "main.o" "cdc.o" "usb9.o" "usbctrltrf.o" "usbdrv.o" "usbmmap.o" /u_CRUNTIME /u_DEBUG /z__MPLAB_BUILD=1 /z__MPLAB_DEBUG=1 /o"pico12.1.cof" /M"pico12.1.map" /W
MPLINK 5.00, LINKER
Device Database Version 1.17
Copyright (c) 1998-2013 Microchip Technology Inc.
Error - could not find definition of symbol 'device_dsc' in file './usb9.o'.
Errors : 1
Link step failed.
----------------------------------------------------------------------
Debug build of project `C:\programmation\pico12\PICe\pico12.1.mcp' failed.
Language tool versions: MPASMWIN.exe v5.54, mplink.exe v5.00, mcc18.exe v3.47, mplib.exe v5.00
Preprocessor symbol `__DEBUG' is defined.
Sun Feb 16 16:42:33 2014
----------------------------------------------------------------------
BUILD FAILED |
Partager