[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

2.1 Aliasing

On most systems, if the simulavr executable is renamed to the name of an available device, it can be started without specifying the device type. The easiest way to achieve this is to create symbolic links for all the supported devices which point to the simulavr executable. For instance, this command will create a sym link for the at90s8515 device on a Unix system:

 
ln -s simulavr at90s8515

Once the links have been created, the following two commands are equivalent:

 
simulavr -d at90s8515 myprog.bin
at90s8515 myprog.bin

[ < ] [ > ]   [ << ] [ Up ] [ >> ]

This document was generated by eweddington on November, 7 2008 using texi2html 1.78.