GCC compiler and linker, standard C library for newlib embedded systems, make utility and several service utilities are used for compiling the loadable code.

There are two options for using GCC:

  1. Load the GCC source code, make, and newlib from respective repositories and compile it on your own.
  2. Use a ready-to-use set of ARM development tools.

It is recommended to use YAGARTO freeware tools to work with Guardant Code dongles. All examples from the Developer’s kit have been tested on this package.

In order to start working with YAGARTO you need to follow these simple steps:

 

Attention!

If you use Windows 8 or later operating system you should copy and replace msys-1.0.dll into the directory "..\yagarto-tools\bin".

 

After executing these steps the compiler is fully ready for operation. Further work with is will be executed through calling make utility on the previously setup makefile.

  • No labels