Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Anyone have experience with PC-Lint used with Netbeans or MPLAB X IDE?

I've been using PC-Lint with MPLAB for a couple of years now and it has been really useful. MPLAB is about to change to be a netbeans based IDE and I've not found any netbeans plugins for PC-Lint.

Does anyone have experience in PC-Lint integration with netbeans or MPLAB X IDE?

TIA

like image 890
fluffyben Avatar asked Jul 20 '11 10:07

fluffyben


People also ask

What is the difference between Mplab IDE and Mplab X IDE?

MPLAB X IDE allows you may have multiple debug sessions active in one IDE. MPLAB IDE v8 allowed one debug or programming session. MPLAB IDE v8 allowed you to have multiple projects open in the IDE. However, you could only debug or program with one project at a time.

Is Mplab x free?

MPLAB X Integrated Development EnvironmentMPLAB X IDE is a free software program that runs on a PC (Windows®, Mac OS X® and Linux®) to develop applications for Microchip's PIC, AVR and SAM MCUs and dsPIC DSCs.

How do I run code in Mplab X?

To compile the code, open the “Run” menu and select “Build Main Project”. The “Output” pane should show the build output from MPLAB X. One of the last lines of the output should say “Loading code from” and have the full path to the HEX file produced during compilation.


1 Answers

As @fluffyben said, Microchip announced a plugin release for PC-Lint.

I'll put here how to proceed:

  • From within MPLAB X select menu Tools|Plugins

Select Tools|Plugins

  • Select Settings tab

Select Settings tab

  • Click Add button and add the following URL: http://ww1.microchip.com/downloads/mplab/X_Beta/plugins/updates.xml

Add URL

  • In the "Available Plugins" tab, find PCLint, select it and install.

Select PCLint and install

  • Verify if PCLint is installed in the "Installed" tab.

PCLint installed

  • Close plugins window and select menu Help|Help Contents

Menu Help Contents

  • Now go through the help file because usage is different from the MPLAB 8.

enter image description here

like image 91
Daniel Grillo Avatar answered Sep 27 '22 22:09

Daniel Grillo