|
RepRap Firmware Build Process
|
|
- Check out the latest code from Subversion.
- The firmware code is located in reprap/firmware
- Issue a "make" at the top level
|
< < |
- If this is the first build, a local instance of sdcc will be built first. This is to ensure compatibility with sdcc.
|
> > |
- If this is the first build, a local instance of sdcc will be built first. This is to ensure compatibility with sdcc.
|
|
- After the build is complete, the output files will be stored in the build subdirectory in a further subdirectory named by the processor the firmware is for. By default this is 16f628.
- The following will be built in separate subdirectories of the processor build directory.
- stepmotor A generic stepper motor controller on address 2. For RepRap this is the X axis.
|