ARM Tools

This document describes the recommended compiler toolchanin for software development in ARTPEC-A-based Axis video products. For more information please check the product's data sheet or the Product Interface Guide.

ARM compiler toolchain

Installation

To install, download comptools-arm-1.20050730.1.tar.gz and unpack it.
It will unpack to comptools-arm-1.20050730.1.
cd
to this directory, and run
$ install-arm-tools install-path
e.g.
$ install-arm-tools /usr/local/arm

This will make the toolchain and install it at the specified location. Note that you must have permissions to create and write to the directory specified.

In order to use the toolchain, add install-path/bin to your $PATH. (e.g. /usr/local/arm/bin ).

 

IMPORTANT NOTICES!

Axis Communications AB provides no guarantee that any of the examples shown in this document will work for any particular application.

Axis Communications AB cannot and will not be held liable for any damage inflicted to any device as a result of the examples or instructions mentioned in this document.

Axis Communications AB reserves the right to make changes to this document without prior notice.

The compiler is delivered as it is, Axis Communications AB will not provide support or help for development issues.

Please bear in mind that the flash chip manufacturer estimates the number of writes to the flash chips to about 100,000. Writing a lot of temporary files to the flash memory should thus be avoided. Use the ram disk mounted on /tmp instead.