|
View:
New views
3 Messages
—
Rating Filter:
Alert me
|
|
|
[Fwd: [piclist] Hot to install mplab in linux]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! -- 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]Thanks, will try this out this evening - at the moment I am running MPLAB on
VirtualBox but maybe this is even better solution. Tamas On Wed, Aug 27, 2008 at 3:45 PM, Harold Hallikainen <harold@...>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. > > > > > > -- > FCC Rules Updated Daily at http://www.hallikainen.com - Advertising > opportunities available! > > > -- > 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 > > -- Rudonix DoubleSaver http://www.rudonix.com -- 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]On Wed, 2008-08-27 at 07:45 -0700, Harold Hallikainen wrote:
> I haven't tried this yet, but it looks interesting! > > Harold I can confirm this does work, using the standard download from the Microchip MPLAB links (last used 8.01). I am using a Ubuntu 8.04 kept up to date, wine version is from the Ubuntu repository installed via Synaptic, currently at version 1.0.0-1. I've still to fix a few dialog boxes that complain about legacy language suites not found at startup, but at the moment just click through them. I have the CCS PCM compiler installed also, and MPLab picked it up on installation. My main reason for having MPLab avail under linux is access to old projects, having them all listed in the project manager window, allows quick reference access. NOTE: One problem that was fairly major, after I enabled tabbed windows for the editor and restarted, the first code window opened crashed the program. (bad if you have automatically opening default projects.) The fix without razing the installation is start regedit under wine (browse the C_drive find regedit in windows) search for 'TabbedWindow' and set to 0. Still no USB access to hardware, but all compilation and simulation functions. I also use PikLab with an ICD2, much less pain! Andrew Burchill -- http://www.piclist.com PIC/SX FAQ & list archive View/change your membership options at http://mailman.mit.edu/mailman/listinfo/piclist |
| Free Forum Powered by Nabble | Forum Help |