/usr/local/bin/fpc
 
  /usr/local/bin/fpc
   −
If you are using another version instead then you may need to temporarily add it to the path so it is used in preference to any official version, by default you can do something like this to add the appropriate folder to the path temporarily:
+
If you are using another version or installed it to your home folder instead then you may need to temporarily add it to the path so it is used in preference to any official version, by default you can do something like this to add the appropriate folder to the path temporarily:
   −
  export PATH=$HOME/FreePascal/fpc/bin:$PATH
+
  export PATH=$HOME/fpc-3.2.2/bin:$PATH
       
----
 
----
   −
A toolchain that provides various utilities for the ARM embedded development is needed so that applications can be cross compiled from i386 to ARM. There are many different options available but for the purpose of Ultibo we need a toolchain that is built for arm-none-eabi and the one shown below is known to work correctly.
+
A toolchain that provides various utilities for the ARM embedded development is needed so that applications can be cross compiled from i386 to ARM. There are many different options available but for the purpose of Ultibo we need a toolchain that is built for arm-none-eabi, under Debian a suitable toolchain is available as a package which can be installed like this:
   Exception encountered, of type "Error"