Main Page   Modules   Related Pages  

Installation

HEL Library comes in two forms. One for debug purposes, using assertion checking and one for the final release, which does not include asserts and is usually faster and smaller.

The libraries are both called libhel.a and they are located in lib folder of HEL archive. You will see two subfolders in lib directory, one is called debug and the other one is called release.

Copy libhel.a either from debug or release directory into ham/gcc-arm/lib from your local HAM installation.

Secondly you must copy the HEL headerfile in order to get access to the functions. To do this, copy hel.h from HEL's src directory into ham/include from your local HAM installation.


Use one of the HEL demo projects, which come along with this archive, to test if you did setup it correctly.

To link libhel.a, you must add one line to the projects makefile. Open the makefile from your project you want to use HEL and add straight below OFILES this line:

ADD_LIBS += $(GCCARM)/lib/libhel.a

Now it's ready to compile!
Please keep in mind, you must have HAM and HAMlib installed, otherwise HEL doesn't work.




Generated on Sun Feb 15 19:57:41 2004 by DoxyGen 1.3-rc1