Install MPLABX and C30 on Linux Mint
I just upgraded from the cluster that is Ubuntu to Mint and tried to install MPLABX and the C30 compiler from Microchip. Â The install went flawless on Ubuntu 11.10 however there was a problem running the .bin files on Mint, something about GTK themes or something. Â There is an easy fix add “–mode xwindow” after the bin files
sudo ./mplabx-ide-beta7.12-linux-installer.run --mode xwindow sudo ./mplabc30-v3.30c-linux-installer.run --mode xwindow
Installs just fine
2 Comments
Other Links to this Post
RSS feed for comments on this post. TrackBack URI
By chaos, February 17, 2012 @ 7:38 am
I just moved to fedora16 from ubuntu and found this problem,
Thank you so much, you solve my problem!
By mister K, April 8, 2012 @ 12:10 pm
Had this problem on Linux Mint 12.
Works great, not getting that ugly message when trying to run the .bin installer.
Thanks alot!