CrossToolchain

From InCircuit
Revision as of 15:36, 14 January 2011 by Benjamin (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

The Cross Toolchain for the ICnova devices is included within the buildroot. Building software for the ICnova, requires a suitable cross toolchain. It's being created the first time the image is generated. It contains all the programs needed to create software for the ICnova. After generation, the toolchain can be found in the directory build_avr32/staging_dir/usr/bin or build_arm/staging_dir/usr/bin, depending on the type of processor you're using. You can use it to create own programs, too. If you move the compilation of your program to project_build_avr32/oem/root or respectively project_build_avr32/oemplus/root it will also be merged into the next image you create and so it will be available on the ICnova.

Personal tools