|
Re: *nix support?
I did all of our programming last year on a linux box. A 486 laptop that I found at the curb in fact. People looked at it kind of funny, and it took about 10 minutes to run the linker, but it worked fine. At least I did not have to work in windows.
Getting the compiler to run on linux is really pretty easy. I did need to install on windows and then copy over the mcc18 directory though. Wine would not run the installer, but it runs the compiler without any problems.
I also have a customized Makefile which I can post. I added a python script to parse the (sometimes less than helpful) compiler output to find where any errors are located.
My only concern for this year is that the PICloader has not been updated. I know that the official one has changed to match the new controller. Has anyone tried to load code with the old IFI Linux PICloader yet?
|