Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

MPLABX and XC8 complier - build error

Status
Not open for further replies.

sen4tech

Newbie
Joined
Sep 18, 2021
Messages
3
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Activity points
12
I am stuck with an error

" The project uses platform tool noID but that tool is not installed. From the main menu, select Tools then select Plugins. Install the missing plugin".

As the name suggest there is no such plugin available on their list.
I am using PICKit3 as the hardware interface and PIC18F4550 microcontroller board. Does anyone have come across this?

MPLABX IDE : v5.40
XC8 complier : v2.32

Thanks.
 
Last edited by a moderator:

The Microchip PICkit3 is enumerated as a Human-Interface-Device(HID) in the USB hierarchy.

The MPLABX IDE scans the USB hierarchy to detect all supported device programmers for the controller target specified by the project when the developer starts a debug session or device programming.

You will see the error message: "The project uses platform tool noID but that tool is not installed. From the main menu, select Tools then select Plugins. Install the missing plugin" when no device programming tool has been select for the project.

The list of available device programming tools is populated by all of the device programming tools found when the IDE scans the USB hierarchy.

It appears that the IDE is not finding your PICkit3, so no PICkit3 option is visible in the list of tools that the IDE presents.
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top