1 / 7

Software Toolchains

Software Toolchains. Motivation. Write. Run. Desktop. Edit, compile, link, run, debug same platform. Same. Target. Host. Embedded. Edit, compile, link, debug on host; run on different target. Different. Run. Write. Basic Development Process.

halona
Download Presentation

Software Toolchains

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Software Toolchains

  2. Motivation Write Run Desktop Edit, compile, link, run, debug same platform Same Target Host Embedded Edit, compile, link, debug on host; run on different target Different Run Write

  3. Basic Development Process • Environment consists of Host (workstation) and a Target (embedded hardware) • Edit, compile, link code on the Host • Run on the Target • Debug (ideally) partly on the Host and Partly on the Target Instructor: G. Rudolph, Summer 2008

  4. Lejos Development Process Operations on the Host Operations on the Target Java Source Files Java SDK (Eclipse) Download via the USB or BT Eclipse Plugin Java Class Files nxjc nxj NXT Brick Binary File(s) Instructor: G. Rudolph, Summer 2008

  5. Downloading Software • Brick has programmable 256KB Flash, 64 KB RAM • Programs persist in Flash • Simple process using the command line, or Eclipse Plugin Instructor: G. Rudolph, Summer 2008

  6. Toolchain Concepts • What is a toolchain • What are the tools in a typical toolchain and their roles (what they do) • How and where the Java tools we are using fit into that process • Effective toolchains stay out of the way • What level of tool control you care about depends on your role in a project Instructor: G. Rudolph, Summer 2008

  7. Targets • Volatile memory vs. non-volatile memory • PROM, ROM, Flash • Emulators, ICE-s, Monitors • How you load software onto a target • Startup and reset conditions • Choices for programmable boards Instructor: G. Rudolph, Summer 2008

More Related