next up previous
Next: Downloading your Program Up: MicroStamp11 Familiarization Previous: Creating the Source File

Compiling your Program

To build your program, pull down the Projects menu and select the new button to create a new project file. Once this is done, there should be two new windows in your workspace, the PROJECT and the STATUS window. Looking at the PROJECT window you'll find that there are no files in your project. Hit the "add" button and add the file hello.c that you just created into the project. You can then compile your entire project by hitting the BUILD button in the project window. The status of your build is displayed in the STATUS window. Building your program creates the file hello.s19. This file is a packed binary file containing the machine code that you'll later need to download into the MicrStamp11.



Bill Goodwine 2002-09-29