0% found this document useful (0 votes)
59 views3 pages

Picsimlab For Linux

This document provides installation instructions for setting up a microcontroller programming environment, including required software such as MPLAB® XC8 Compiler, MPLAB X IDE, and PICSimLab Simulator. It emphasizes the importance of following the instructions carefully to avoid issues and includes specific commands for installing PICSimLab on different versions of Ubuntu. Users are advised to check their Ubuntu version and download the appropriate software version accordingly.

Uploaded by

jaikumar84980
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
59 views3 pages

Picsimlab For Linux

This document provides installation instructions for setting up a microcontroller programming environment, including required software such as MPLAB® XC8 Compiler, MPLAB X IDE, and PICSimLab Simulator. It emphasizes the importance of following the instructions carefully to avoid issues and includes specific commands for installing PICSimLab on different versions of Ubuntu. Users are advised to check their Ubuntu version and download the appropriate software version accordingly.

Uploaded by

jaikumar84980
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

Microcontroller Programming

​ Installation Instructions


​ Edit


​ Files


​ More

!!!!!!!!!!!!!!!

Warning: If you do not follow this document, especially w.r.t


downloading correct software versions, you will end up messing
things. You will end up wasting lot of time, if you do not follow things
properly. Have patience, read instruction, then proceed. Click on the
links given below to download software.

!!!!!!!!!!!!!!!

You can watch the installation video and return here to download the
software.
To setup the development environment, you need to install software listed below.

Software Requirements

●​ MPLAB® XC8 Compiler (Click Here) - Download appropriate version


for your OS
●​ MPLAB X IDE (Click Here) - Download appropriate version for your
OS
●​ PICSimLab Simulator (Click Here)

○​ Install PICSimLab exe file for windows and .deb file for Linux
○​ Download com-picsim-picsimlab.nbm - MPLABX plugin to
debug and program PicsimLab

MPLAB X IDE - Ubuntu

Before installation, ensure that you update the package repository info by
running below command

sudo apt-get update

Ubuntu 18.04 - PicSimLab Installation Instructions

Ensure that Ubuntu version is at least 18.04. To check Ubuntu version run:

lsb_release -a

Click here to download picsimlab (0.7.5) for Ubuntu 18.04 or higher

After downloading picsimlab (0.7.5) deb file, run these commands:

1. Double click on the downloaded file picsimlab_0.7.5_amd64.deb to install it

or

2. Run these commands in terminal:

sudo apt-get update

sudo apt-get install libwxgtk3.0-gtk3-0v5


# cd to directory containing picsimlab_0.7.5_amd64.deb file, then install it.
sudo dpkg -i picsimlab_0.7.5_amd64.deb

Ubuntu 16.04 - PicSimLab Installation Instructions

On Ubuntu 16.04, PicSimLab 0.7.5 cannot be installed. Install older version 0.7

Ensure that Ubuntu version is at least 16.04. To check Ubuntu version run:

lsb_release -a

Click here to download picsimlab (0.7) for Ubuntu 16.04


After downloading picsimlab (0.7) deb file

1. Double click on the downloaded file picsimlab_0.7_amd64.deb to install it

or

2. Run these commands in terminal:

sudo apt-get update

sudo apt-get install libwxgtk3.0-gtk3-0v5


# cd to directory containing picsimlab_0.7_amd64.deb file, then install it.

sudo dpkg -i picsimlab_0.7_amd64.deb

Completed. Let's continue.

You might also like