Hi Simon,
First, thanks for sharing your knowledge!
I tried the project both with MPLAB X and 8, but I can't get to build the project. I get the following error in MPLAB 8:
Code:
----------------------------------------------------------------------
Debug build of project `E:\Desktop\USBDEMO\WFF_GenericHID_Demo_3.mcp' started.
Language tool versions: mpasmwin.exe v5.42, mplink.exe v4.40, mcc18.exe v3.40, mplib.exe v4.40
Preprocessor symbol `__DEBUG' is defined.
Sun Jun 03 14:57:32 2012
----------------------------------------------------------------------
Make: The target "E:\Desktop\USBDEMO\main.o" is up to date.
Make: The target "E:\Desktop\USBDEMO\usb_descriptors.o" is up to date.
Skipping file. There is no tool to process the file with the given suffix.
Halting build on first failure as requested.
----------------------------------------------------------------------
Debug build of project `E:\Desktop\USBDEMO\WFF_GenericHID_Demo_3.mcp' failed.
Language tool versions: mpasmwin.exe v5.42, mplink.exe v4.40, mcc18.exe v3.40, mplib.exe v4.40
Preprocessor symbol `__DEBUG' is defined.
Sun Jun 03 14:57:32 2012
----------------------------------------------------------------------
BUILD FAILED
And in MPLAB X I get:
Code:
Error - could not find definition of symbol 'USBDeviceTasks' in file './build/default/production/_ext/1472/main.o'.
Any suggestion what I am doing wrong?
UPDATEI manage to fix the problem in MPLAB 8, but now I have the same problem as in MPLAB X:
Code:
Error - could not find definition of symbol 'USBDeviceTasks' in file './main.o'.