Skip to content
This repository was archived by the owner on Dec 14, 2023. It is now read-only.

2. First test build

humblehacker edited this page Aug 23, 2010 · 4 revisions

To ensure that your build environment is set up correctly, and all dependencies have been satisfied, it's a good idea to try to build the firmware prior to making any code modifications. From the command-line, navigate to firmware/kb_example and type make. At this point you should have a successful build. The end of a succesful build will look something like the following:

Size before:
AVR Memory Usage
----------------
Device: at90usb1287

Program:    9794 bytes (7.5% Full)
(.text + .data + .bootloader)

Data:       1261 bytes (15.4% Full)
(.data + .bss + .noinit)

If you don't see this, review the above instructions to make sure you haven't missed anything. If you're still having problems, contact me and we'll work them out.

Previous: Create project directory

Next: Modify sources

Clone this wiki locally