About Us
Museum

Toolchain

From RFID Guardian

Toolchain

You need a cross-compiler toolchain to build the Guardian software. Prebuilt toolchains are available from BlackFin/uCLinux, and we mirror one toolchain on our Download page.

Your PATH should contain the directory where the cross-compiler lives. E.g. if you unpacked a toolchain from directory ~/projects, the bfin-elf toolchain is in directory /home/<ME>/projects/opt/uClinux/bfin-elf/bin (where <ME> is your user name). You should add that directory to your PATH:

$ export PATH=$PATH:/home/<ME>/projects/opt/uClinux/bfin-elf/bin