<<O>>  Difference Topic FirmwareBuildProcess (r1.6 - 29 Oct 2007 - VikOlliver)

META TOPICPARENT AlreadyDoneList

RepRap Firmware Build Process

Line: 17 to 17

  • Check out the latest code from Subversion.
  • The firmware code is located in reprap/firmware
  • Issue a "make" at the top level
Changed:
<
<
  • 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.
View topic | Diffs | r1.7 | > | r1.6 | > | r1.5 | More
Revision r1.5 - 29 Apr 2007 - 17:40 - ZachSmith
Revision r1.6 - 29 Oct 2007 - 21:00 - VikOlliver