mplab

mplab-x-ide

On Linux Mint expect to see:
mv ~/Downloads/MPLABX-v5.10-linux-installer.tar .
ls -lc
mv ~/Downloads/mplabx-ide-v5.10-release-notes-00.zip .
ls -lctrh
tar -xvf MPLABX-v5.10-linux-installer.tar
ls -lctrhr
./MPLABX-v5.10-linux-installer.sh

LCD-Fundamentals

PIC16F877 support?
On Xubuntu expect to see:
sudo: unable to resolve host mikeh-latitude-d630-tecra
[sudo] password for mikeh:
64 Bit, check libraries
Check for 32 Bit libraries
These 32 bit libraries were not found and are needed for MPLAB X to run:
libc.so
libdl.so
libgcc_s.so
libm.so
libpthread.so
librt.so
libstdc++.so
libexpat.so
libX11.so
libXext.so

For more information visit http://microchip.wikidot.com/install:mplabx-lin64

Execute the following on optiplex to assemble old source code

/opt/microchip/mplabx/v5.30/mpasmx/mpasmx ~/mplab/84demo.asm

My mplab installation is a bit broken but the above line generates .hex and .lst files.
The source will appear on my GitHub. (soon)

pic-microcontroller-tutorials-beginners