[Fwd: [piclist] Hot to install mplab in linux]

View: New views
6 Messages — Rating Filter:   Alert me  

[Fwd: [piclist] Hot to install mplab in linux]

by Harold Hallikainen-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I haven't tried this yet, but it looks interesting!

Harold

---------------------------- Original Message ----------------------------
Subject: [piclist] Hot to install mplab in linux
From:    "ricleite_pessoal" <ricleite_pessoal@...>
Date:    Thu, August 21, 2008 4:46 am
To:      piclist@...
--------------------------------------------------------------------------

Hot to install mplab in linux whith wine

First, install and configure wine. (apt-get,aptitude, compile, etc)

if you wine is ok get this mplab 7.40 package:
http://kof.asbyte.com.br/mplab-7.40_ie6-wine.tar.bz2

This file contains 60Mb.

Copy in your home directory:

cd ~
wget  http://kof.asbyte.com.br/mplab-7.40_ie6-wine.tar.bz2
tar xjvf mplab-7.40_ie6-wine.tar.bz2

cd mplab

../mplab.sh # run mplab an have a nice day

The secret is the Internet Explorer libs. The mplab not run (install)
without IE6.

In this package the IE6 is included.

The directory ~/mplab contains 2 scripts.
mplab.sh - run mplab
ie6.sh - run Internet Explorer in linux.

You may upgrade mplab:
copy the setup.exe in  ~/mplab/programs/drive_c/
run in the the shell command:

WINEPREFIX="$(echo ~)/mplab/programs" wine "C:\setup.exe"


Tested and run in Slackware v10, v11,v12, Debian 4 and in my FreeBSD 7.0.

Excuse-me,  my english is poor.





--
FCC Rules Updated Daily at http://www.hallikainen.com - Advertising
opportunities available!
--
http://www.piclist.com PIC/SX FAQ & list archive
View/change your membership options at
http://mailman.mit.edu/mailman/listinfo/piclist

Re: [Fwd: [piclist] Hot to install mplab in linux]

by Christopher Head :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

I haven't tested it really, but MPLAB 8.14 installed fine under stock
Wine 1.1.0 with NO extra libraries. It mutters about a couple of missing
CLSIDs on startup, but appears to work after that (but as I said, I
haven't given it much testing, pretty much just started it and closed it).

Chris

Harold Hallikainen wrote:
| I haven't tried this yet, but it looks interesting!
|
| Harold
|
| ---------------------------- Original Message ----------------------------
| Subject: [piclist] Hot to install mplab in linux
| From:    "ricleite_pessoal" <ricleite_pessoal@...>
| Date:    Thu, August 21, 2008 4:46 am
| To:      piclist@...
| --------------------------------------------------------------------------
|
| Hot to install mplab in linux whith wine
|
| First, install and configure wine. (apt-get,aptitude, compile, etc)
|
| if you wine is ok get this mplab 7.40 package:
| http://kof.asbyte.com.br/mplab-7.40_ie6-wine.tar.bz2
|
| This file contains 60Mb.
|
| Copy in your home directory:
|
| cd ~
| wget  http://kof.asbyte.com.br/mplab-7.40_ie6-wine.tar.bz2
| tar xjvf mplab-7.40_ie6-wine.tar.bz2
|
| cd mplab
|
| ../mplab.sh # run mplab an have a nice day
|
| The secret is the Internet Explorer libs. The mplab not run (install)
| without IE6.
|
| In this package the IE6 is included.
|
| The directory ~/mplab contains 2 scripts.
| mplab.sh - run mplab
| ie6.sh - run Internet Explorer in linux.
|
| You may upgrade mplab:
| copy the setup.exe in  ~/mplab/programs/drive_c/
| run in the the shell command:
|
| WINEPREFIX="$(echo ~)/mplab/programs" wine "C:\setup.exe"
|
|
| Tested and run in Slackware v10, v11,v12, Debian 4 and in my FreeBSD 7.0.
|
| Excuse-me,  my english is poor.
|
|
|
|
|
|

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.9 (GNU/Linux)
Comment: GnuPT 2.7.2
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAki25NQACgkQiD2svb/jCb5H6QCdFa94xI3AdczZ2H5ry3jtrQre
XAQAn12P+5E3IktJ0x5rKfac7lgNK1Ic
=E8ko
-----END PGP SIGNATURE-----
--
http://www.piclist.com PIC/SX FAQ & list archive
View/change your membership options at
http://mailman.mit.edu/mailman/listinfo/piclist

Re: [Fwd: [piclist] Hot to install mplab in linux]

by Harold Hallikainen-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

OK, I'll try that!

Harold

> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> I haven't tested it really, but MPLAB 8.14 installed fine under stock
> Wine 1.1.0 with NO extra libraries. It mutters about a couple of missing
> CLSIDs on startup, but appears to work after that (but as I said, I
> haven't given it much testing, pretty much just started it and closed it).
>
> Chris
>
> Harold Hallikainen wrote:
> | I haven't tried this yet, but it looks interesting!
> |
> | Harold
> |
> | ---------------------------- Original Message
> ----------------------------
> | Subject: [piclist] Hot to install mplab in linux
> | From:    "ricleite_pessoal" <ricleite_pessoal@...>
> | Date:    Thu, August 21, 2008 4:46 am
> | To:      piclist@...
> |
> --------------------------------------------------------------------------
> |
> | Hot to install mplab in linux whith wine
> |
> | First, install and configure wine. (apt-get,aptitude, compile, etc)
> |
> | if you wine is ok get this mplab 7.40 package:
> | http://kof.asbyte.com.br/mplab-7.40_ie6-wine.tar.bz2
> |
> | This file contains 60Mb.
> |
> | Copy in your home directory:
> |
> | cd ~
> | wget  http://kof.asbyte.com.br/mplab-7.40_ie6-wine.tar.bz2
> | tar xjvf mplab-7.40_ie6-wine.tar.bz2
> |
> | cd mplab
> |
> | ../mplab.sh # run mplab an have a nice day
> |
> | The secret is the Internet Explorer libs. The mplab not run (install)
> | without IE6.
> |
> | In this package the IE6 is included.
> |
> | The directory ~/mplab contains 2 scripts.
> | mplab.sh - run mplab
> | ie6.sh - run Internet Explorer in linux.
> |
> | You may upgrade mplab:
> | copy the setup.exe in  ~/mplab/programs/drive_c/
> | run in the the shell command:
> |
> | WINEPREFIX="$(echo ~)/mplab/programs" wine "C:\setup.exe"
> |
> |
> | Tested and run in Slackware v10, v11,v12, Debian 4 and in my FreeBSD
> 7.0.
> |
> | Excuse-me,  my english is poor.
> |
> |
> |
> |
> |
> |
>
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v2.0.9 (GNU/Linux)
> Comment: GnuPT 2.7.2
> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
>
> iEYEARECAAYFAki25NQACgkQiD2svb/jCb5H6QCdFa94xI3AdczZ2H5ry3jtrQre
> XAQAn12P+5E3IktJ0x5rKfac7lgNK1Ic
> =E8ko
> -----END PGP SIGNATURE-----
> --
> http://www.piclist.com PIC/SX FAQ & list archive
> View/change your membership options at
> http://mailman.mit.edu/mailman/listinfo/piclist
>


--
FCC Rules Updated Daily at http://www.hallikainen.com - Advertising
opportunities available!
--
http://www.piclist.com PIC/SX FAQ & list archive
View/change your membership options at
http://mailman.mit.edu/mailman/listinfo/piclist

Re: [Fwd: [piclist] Hot to install mplab in linux]

by Harold Hallikainen-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Pretty good! It did complain a little on startup, but I just compiled a
fairly large C18 project. Next I'll try a 24H project.

Harold


> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> I haven't tested it really, but MPLAB 8.14 installed fine under stock
> Wine 1.1.0 with NO extra libraries. It mutters about a couple of missing
> CLSIDs on startup, but appears to work after that (but as I said, I
> haven't given it much testing, pretty much just started it and closed it).
>
> Chris
>
> Harold Hallikainen wrote:
> | I haven't tried this yet, but it looks interesting!
> |
> | Harold
> |
> | ---------------------------- Original Message
> ----------------------------
> | Subject: [piclist] Hot to install mplab in linux
> | From:    "ricleite_pessoal" <ricleite_pessoal@...>
> | Date:    Thu, August 21, 2008 4:46 am
> | To:      piclist@...
> |
> --------------------------------------------------------------------------
> |
> | Hot to install mplab in linux whith wine
> |
> | First, install and configure wine. (apt-get,aptitude, compile, etc)
> |
> | if you wine is ok get this mplab 7.40 package:
> | http://kof.asbyte.com.br/mplab-7.40_ie6-wine.tar.bz2
> |
> | This file contains 60Mb.
> |
> | Copy in your home directory:
> |
> | cd ~
> | wget  http://kof.asbyte.com.br/mplab-7.40_ie6-wine.tar.bz2
> | tar xjvf mplab-7.40_ie6-wine.tar.bz2
> |
> | cd mplab
> |
> | ../mplab.sh # run mplab an have a nice day
> |
> | The secret is the Internet Explorer libs. The mplab not run (install)
> | without IE6.
> |
> | In this package the IE6 is included.
> |
> | The directory ~/mplab contains 2 scripts.
> | mplab.sh - run mplab
> | ie6.sh - run Internet Explorer in linux.
> |
> | You may upgrade mplab:
> | copy the setup.exe in  ~/mplab/programs/drive_c/
> | run in the the shell command:
> |
> | WINEPREFIX="$(echo ~)/mplab/programs" wine "C:\setup.exe"
> |
> |
> | Tested and run in Slackware v10, v11,v12, Debian 4 and in my FreeBSD
> 7.0.
> |
> | Excuse-me,  my english is poor.
> |
> |
> |
> |
> |
> |
>
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v2.0.9 (GNU/Linux)
> Comment: GnuPT 2.7.2
> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
>
> iEYEARECAAYFAki25NQACgkQiD2svb/jCb5H6QCdFa94xI3AdczZ2H5ry3jtrQre
> XAQAn12P+5E3IktJ0x5rKfac7lgNK1Ic
> =E8ko
> -----END PGP SIGNATURE-----
> --
> http://www.piclist.com PIC/SX FAQ & list archive
> View/change your membership options at
> http://mailman.mit.edu/mailman/listinfo/piclist
>


--
FCC Rules Updated Daily at http://www.hallikainen.com - Advertising
opportunities available!
--
http://www.piclist.com PIC/SX FAQ & list archive
View/change your membership options at
http://mailman.mit.edu/mailman/listinfo/piclist

Re: [Fwd: list] Hot to install mplab in linux]

by Andrew Burchill-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Thu, 2008-08-28 at 19:48 -0700, Harold Hallikainen wrote:
> Pretty good! It did complain a little on startup, but I just compiled a
> fairly large C18 project. Next I'll try a 24H project.
>
> Harold

Thats great,
my next goal was to make C18 work for me under wine, so now it won't be
in vain.

Andrew Burchill

--
http://www.piclist.com PIC/SX FAQ & list archive
View/change your membership options at
http://mailman.mit.edu/mailman/listinfo/piclist

Re: [Fwd: list] Hot to install mplab in linux]

by Xiaofan Chen :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Fri, Aug 29, 2008 at 1:12 PM, Andrew Burchill <dustooff@...> wrote:
> On Thu, 2008-08-28 at 19:48 -0700, Harold Hallikainen wrote:
>> Pretty good! It did complain a little on startup, but I just compiled a
>> fairly large C18 project. Next I'll try a 24H project.
>
> Thats great,
> my next goal was to make C18 work for me under wine, so now it won't be
> in vain.

I tried this long ago.
http://forum.microchip.com/tm.aspx?m=112347

In the end, I think you can use this methods if you are not
using the hardware components of MPLAB. If you plan to
use the hardware components of MPLAB, using Virtual
Machine is the way to go. Or IMHO use dual boot and
Windows XP is a better option.

Xiaofan
--
http://www.piclist.com PIC/SX FAQ & list archive
View/change your membership options at
http://mailman.mit.edu/mailman/listinfo/piclist
LightInTheBox - Buy quality products at wholesale price!