View Single Post
  #1   Spotlight this post!  
Unread 28-12-2003, 05:50
rwaliany's Avatar
rwaliany rwaliany is offline
R
None #0691 (HartBurn)
Team Role: Programmer
 
Join Date: Jan 2003
Rookie Year: 2000
Location: http://www.hartrobot.com
Posts: 137
rwaliany will become famous soon enough
Linux with the PIC

I got the PIC with the C18/IFI working on Linux. What you need to do is install wine and install the MPLAB/C18/IFI software with wine. However, MPLAB isn't compatible with wine. Thus, here is a makefile using wine to do all your compiling and linking using the c18 compiler mcc18. I'll get more support later, but this allows you to compile the files in the terminal and use whatever editor you want. Then you can just run wine and send the files. I suggest getting the codeweaver trial office to install it, then just wine to manage it. 3AM gotta sleep have fun.

wget http://xp.scv.net/x2545/code.tar.gz
tar -xzvf code.tar.gz
cd code
make
#after wine is installed with c18 etc, don't forget to edit the Makefile to configure paths
__________________
R