Anyway, when I tried to make the build, I got this message:
Release build of project `D:\....\UAV Dev Board\MatrixPilot-2_0_2\MatrixPilot-2_0_2\MatrixPilot.mcp' started.
Language tool versions: pic30-as.exe v3.23, pic30-gcc.exe v3.23, pic30-ld.exe v3.23, pic30-ar.exe v3.23
Sat Feb 27 23:41:00 2010
----------------------------------------------------------------------
Tool doesn't support selected device.
----------------------------------------------------------------------
Release build of project `D:\_Business\UAV Dev Board\MatrixPilot-2_0_2\MatrixPilot-2_0_2\MatrixPilot.mcp' failed.
Language tool versions: pic30-as.exe v3.23, pic30-gcc.exe v3.23, pic30-ld.exe v3.23, pic30-ar.exe v3.23
Sat Feb 27 23:41:00 2010
----------------------------------------------------------------------
BUILD FAILED
Could you guys please help,
Thanks
Ryan
You need to be a member of diydrones to add comments!
Replies
SparkFun no longer stocks an ICD2, so there is some confusion there when they get an order. I am not familiar with the programmer that they sent you, but I suggest that you send it back to SparkFun for a refund.
I am presently recommending either a PICkit2 or a PICkit3, which you can buy directly from Microchip.
I bought one of each, they both work just fine. But you will need to build your own cable to connect a PICkit to the UAV DevBoard. One way to do that is with a pair of 3 wire servo female-female cables, and some straight pin headers soldered back to back.
I am hoping that SparkFun will eventually stock the PICkits, and the cables.
Best regards,
Bill Premerlani
Still not sure if that program will work though...it only recognized as PicKit Starter in MPLAB. I'll try again anyway.
Ryan
The "tool" referred in this message is the language tool, ie. pic30 compiler etc. Most probably the selected target PIC device is not the PIC30F4011 but a device from a different family.
I don't know your programmer board, but compiling is possible even without any programmer or debugger. In your case compiling failed.
regards,
First check, if the proper device is selected as target.
Main menu: Configure / Select device / pic30f4011
Then check if there are no missing files in the source file structure.
regards,
Olimex.jpg