| Author |
Message |
mister_electronico

Joined: 20 Jan 2008 Posts: 322 Location: Asturias_ España
|
Posted: Sun 27 May 2012, 20:01 Post subject:
How to install MPLABX IDE in Puppy? |
|
I had tryed install mplabx-ide-v1.run download for linux from http://www.microchip.com/pagehandler/en-us/family/mplabx/#downloads (Downloads tab)
but I I don't know how install binary files .run in puppy
Someone can help?
Thanks.
|
|
Back to top
|
|
 |
SFR

Joined: 26 Oct 2011 Posts: 573
|
Posted: Mon 28 May 2012, 16:56 Post subject:
|
|
Hey mister_electronico.
Definitely I'm not a hardware_guy, but out of curiosity I downloaded mplabx-ide-v1.10-linux-installer.run and it installs and seems to work (whatever it really does ) fine, at least in my Lupuplus-528.005.
.run files usually are kind of self-executable archives/installers.
First of all, make sure that the file is set to be executable - open terminal window in a folder where the file is and:
| Code: | | chmod +x mplabx-ide-v1.10-linux-installer.run |
and then:
| Code: | | ./mplabx-ide-v1.10-linux-installer.run |
Windows-like installer should appear.
I've noticed that there's no menu entry.
After installation /usr/share/applications/mplab.desktop file must be edited:
line 8: Categories=Utility
and then fixmenus in a console, to get an entry in Puppy menu.
Or run it using mplab_ide in a console.
HTH
Greetings!
_________________ [O]bdurate [R]ules [D]estroy [E]nthusiastic [R]ebels => [C]reative [H]umans [A]lways [O]pen [S]ource
Omnia mea mecum porto.
|
|
Back to top
|
|
 |
mister_electronico

Joined: 20 Jan 2008 Posts: 322 Location: Asturias_ España
|
Posted: Mon 28 May 2012, 18:36 Post subject:
yes I did it |
|
Hi SFR thanks for you reply.
Yes I did it :
chmod +x mplabx-ide-v1.10-linux-installer.run
but when I did
./mplabx-ide-v1.10-linux-installer.run
nothing happens, gjves no message.
Maybe the problem is a frugal instalation and I am working with slacko puppy 5.31.
Or maybe I need some program for work .run flies.
Ok I'll checkit with puppy 5.28
Thanks SFR
|
|
Back to top
|
|
 |
SFR

Joined: 26 Oct 2011 Posts: 573
|
Posted: Mon 28 May 2012, 20:20 Post subject:
|
|
| Quote: | | nothing happens, gjves no message. |
Indeed!
Tried with Slacko, Wary and Saluki, and no go.
Sorry, but I've no idea what Lucid has those other Pups don't have...
BTW, I've noticed, that JRE-1.6 must be present in the system, too.
Good luck with this & Greetings!
_________________ [O]bdurate [R]ules [D]estroy [E]nthusiastic [R]ebels => [C]reative [H]umans [A]lways [O]pen [S]ource
Omnia mea mecum porto.
|
|
Back to top
|
|
 |
mister_electronico

Joined: 20 Jan 2008 Posts: 322 Location: Asturias_ España
|
Posted: Tue 29 May 2012, 17:25 Post subject:
I got to got to the end.. |
|
I got install MPLABX at last, I'd download Lupuplus-528.005 and I'd installed (frugal) , and later Install MPLABX but had problem with the size of pubsave, and then resize to 1024 Mb.
Install again like you did and then load the program perfect :
I made Icon_desktop for MPLAB with executable path like you said:
/usr/share/applications/mplab.desktop
The icon I used is in:
/opt/microchip/mplabx/mplab_ide/etc/mchplog48.ico
I not have any problem in load the program know so thank you very much SFR.
But when I run the program I have a problem, I can't build the project because the program said me no can't find the command "make".
I check in Google and nothing find so I think is difficult get works a big program like MPLABX in linux, because the same thing happen in Debian...
Anyway thanks againg SFR ... Greeatings|
|
|
Back to top
|
|
 |
SFR

Joined: 26 Oct 2011 Posts: 573
|
Posted: Wed 30 May 2012, 05:41 Post subject:
|
|
Hi, good to see there is some progress.
| Quote: | | [...] the program said me no can't find the command "make". |
If this is the same "make" I'm thinking of, the solution might be "developer tools" SFS:
lupu_devx_528-4.sfs
(download, then right-click -> sfs_load, to install it).
Worth a try...
Greetings!
_________________ [O]bdurate [R]ules [D]estroy [E]nthusiastic [R]ebels => [C]reative [H]umans [A]lways [O]pen [S]ource
Omnia mea mecum porto.
|
|
Back to top
|
|
 |
mister_electronico

Joined: 20 Jan 2008 Posts: 322 Location: Asturias_ España
|
Posted: Wed 30 May 2012, 17:04 Post subject:
No is the make of the C compiler |
|
Hi SFR, the problem the command of make in not the "make" belong to the C compiler, I think is a "make" of MPLABX command. I think so,
because the program can't find this command when have to build one project.
Anyway I'll try with lupu_devx_528-4.sfs.
I need take a rest because is hard install MPLABX in linux, and I had installed Kicad too and I have problems too.
The first problem is there aren't too much information about this programs in Internet.
Thanks SFR I'll tell you my progress when I'll get it.
|
|
Back to top
|
|
 |
|