Chief Delphi

Chief Delphi (http://www.chiefdelphi.com/forums/index.php)
-   Programming (http://www.chiefdelphi.com/forums/forumdisplay.php?f=51)
-   -   Linux with the PIC (http://www.chiefdelphi.com/forums/showthread.php?t=23254)

rwaliany 28-12-2003 05:50

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

mikew 28-12-2003 09:05

Re: Linux with the PIC
 
The IFI loader works on regular wine now?

rwaliany 28-12-2003 20:14

Re: Linux with the PIC
 
Quote:

Originally Posted by mikew
The IFI loader works on regular wine now?

It works on CodeWeaver (wine) for me...

rwaliany 29-12-2003 02:08

Re: Linux with the PIC
 
It turns out, it copies, but it's corrupted and it won't go pass the Fault Status, but that goes away with same code in Windows. Working on script to do it.


All times are GMT -5. The time now is 06:32.

Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2017, Jelsoft Enterprises Ltd.
Copyright © Chief Delphi