|
Re: I want a version of the mplab compiler for Linux.
Ok, Three things:
(1) you should link mcc18-traditional to mcc18-traditional.exe using the command [b]ln -sf /opt/mcc18/bin/mcc18-traditional.exe /opt/mcc18/bin/mcc18-traditional. This procedure must be repeated for cpp18 and _mplink.
(2) Check out http://adambots.gotdns.com/adambots-...k/configure.py -- Run "python configure.py" to auto-generate a Makefile within a project folder. Re-run after adding or removing files...
(3) Get the MCC wrapper scripts:
http://adambots.gotdns.com/adambots-...s/mcc-wrapper/
An RPM is available for RPM users; else just copy the three scripts to /usr/local/bin, making sure that they are chmodded +x
__________________
John Dong
Co-Captain, Webmaster / Programmer
Team 245 -- Rochester Adams Robotics
Last edited by jdong : 23-10-2005 at 21:15.
|