View previous topic :: View next topic |
Author |
Message |
collink
Joined: 08 Jan 2010 Posts: 137 Location: Michigan
|
CCS Compiler in LINUX |
Posted: Sun Sep 19, 2010 9:01 am |
|
|
Of course there is a linux version of the CCS compiler. It seems to lag the windows version a bit. As of today the linux version was at 4.107 and the windows version at 4.112.
Today I successfully got the windows version of the compiler to work in LINUX. I was using WINE 1.3.1. I had to add the devices and drivers directories (from the PICC folder) to the project file otherwise the compiler couldn't find them but everything otherwise worked perfectly. I made a build.sh file that directly calls the CCS compiler from right where it resides on the windows partition.
I just thought that some people might like to know that it's possible to use the windows compiler in both windows and linux for all us dual booters. |
|
|
dyeatman
Joined: 06 Sep 2003 Posts: 1933 Location: Norman, OK
|
|
Posted: Sun Sep 19, 2010 3:57 pm |
|
|
collink,
That's great!
I have two Linus systems here but have never run the compiler on them.
Thanks for the info! _________________ Google and Forum Search are some of your best tools!!!! |
|
|
arunb
Joined: 08 Sep 2003 Posts: 492 Location: India
|
RE: |
Posted: Sun Sep 19, 2010 11:00 pm |
|
|
I have a laptop running on Ubuntu 10.04 and I run Windows XP through VirtualBox, I can run both MPLAB and PCM, PCH (windows versions) very well.
The Pickit3 programmer also works excellent on the system.
thanks
a |
|
|
Ttelmah
Joined: 11 Mar 2010 Posts: 19504
|
|
Posted: Mon Sep 20, 2010 1:47 am |
|
|
All my work, is done on Mac's. Have run CCS, both in VMWare, and in Parallels without issues.
Best Wishes |
|
|
Lampus
Joined: 20 Sep 2010 Posts: 3
|
|
Posted: Mon Sep 20, 2010 2:06 am |
|
|
MPLab and CCS was successfully installed under wine 1.3.1.
All it works with PicStart programmer under Ubuntu 10.04 without any VMWare or VirtualBox. |
|
|
collink
Joined: 08 Jan 2010 Posts: 137 Location: Michigan
|
|
Posted: Mon Sep 20, 2010 5:04 am |
|
|
Awesome! Thanks for the replies everyone. I think it will be helpful for people to be able to find these posts in the future in case they'd like to do the same thing. It's always nice to know what works and what doesn't. |
|
|
Lampus
Joined: 20 Sep 2010 Posts: 3
|
|
Posted: Mon Sep 20, 2010 5:21 am |
|
|
Seems that under wine works all perfectly.
Only when you minimize MPLab window and expand, toolbars change they position, but it's not serious problem.
And one more thing, in wine 1.3.2 bug in msiexec, so you can't install MPLab, use wine 1.3.1. |
|
|
|