For anyone else interested in compiling the Steveis Pro firmware, in particular KK2V1_1V18S1Pro, so that they can customise things:
- Install VS2010 and install VS2010 SP1
- Download and install Atmel Studio 6.2 (it may ask to update VS2010 again, just do it)
- Start a new Assembler project, make up a name
- Select ATmega644p as the processor
- Under Solution Explorer tab: Remove the .asm file from the project that was automatically generated (don't delete it because you will need to see where to add the steveis files later on..)
- Copy all the Steveis source files to your project directory in the same directory as the automatically generated, blank .asm file
- Under Solution Explorer tab: right click on your project and select add -> existing item (shortcut shift+ctrl+a) and select the KK2V1_1V18S1Pro.asm file
- Under Solution Explorer tab: right click on the KK2V1_1V18S1Pro.asm file and select 'set as entry file'
- Select release mode instead of debug
- Under build select build solution (F7)
- Under the output window you should see "Build succeeded.
========== Build: 1 succeeded or up-to-date, 0 failed, 0 skipped ==========" - Done!!!
Attachments
Last edited: