Developers :  Reprap Forums The fastest message board... ever.
Forum for core development team. (Current dev team discussion is not world-readable; the mailing list connection to this forum needs to be reactivated.)  
Re: Firmware on the 16f648
Posted by: sai ()
Date: July 23, 2007 04:54AM

I probably should put this on something that isn't affected by word wrapping, but try this instead. Again, just press enter when prompted for the CVS login password.

1. Build gputils
mkdir $HOME/reprap-tools
cd $HOME/reprap-tools
cvs \
  -d:pserver:anonymous@gputils.cvs.sourceforge.net:/cvsroot/gputils \
  login
cvs -z3 \
  -d:pserver:anonymous@gputils.cvs.sourceforge.net:/cvsroot/gputils \
  co -P gputils
cd gputils
./configure --prefix=$HOME/reprap-tools
make
make install

2. Build sdcc
cd $HOME/reprap-tools
svn co https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc
cd sdcc
./configure --prefix=$HOME/reprap-tools --disable-mcs51-port \
  --disable-gbz80-port --disable-z80-port --disable-avr-port \
  --disable-ds390-port --disable-ds400-port --disable-xa51-port \
  --disable-hc08-port --disable-ucsim
make
make install

3. Build reprap firmware
mkdir $HOME/reprap
cd $HOME/reprap
svn co \
  https://reprap.svn.sourceforge.net/svnroot/reprap/branches/autoconf-firmware
cd autoconf-firmware
PATH=$HOME/reprap-tools/bin:$PATH
./configure
make

_______________________________________________
Developers mailing list
Developers@reprap.org
[reprap.org]



Edited 3 time(s). Last edit at 07/23/2007 05:25AM by Simon McAuliffe.

Navigate: Previous MessageNext Message
Options: ReplyQuote


Subject Views Written By Posted
Firmware on the 16f648 1524 sai 07/23/2007 04:45AM
Re: Firmware on the 16f648 1211 sai 07/23/2007 04:54AM
Re: Firmware on the 16f648 966 sai 07/23/2007 04:58AM
Re: Firmware on the 16f648 1175 Adrian Bowyer 08/23/2007 07:35AM
Re: Firmware on the 16f648 974 Adrian Bowyer 12/19/2007 12:16PM


Sorry, you do not have permission to post/reply in this forum.
Array
This forum powered by Phorum.