If you’re trying to use Teensy-Loader on recent Fedora builds (12 & 13)
If you’re trying to use Teensy-Loader on recent Fedora builds (12 & 13)
You’ll need to get:
gtk2.i686
gtk2-engines.i686
(Solves “Gtk-WARNING **: Unable to locate theme engine in module_path: “clearlooks”")
PackageKit-gtk-module.i686
(Solves Gtk-Message: Failed to load module “pk-gtk-module”: libpk-gtk-module.so: cannot open shared object file: No such file or directory)
libcanberra.i686
libcanberra-gtk2.i686 (Solves Gtk-Message: Failed to load module “canberra-gtk-module”: libcanberra-gtk-module.so: cannot open shared object file: No such file or directory)
Except for canberra, most all of these packages are in the default install of i686 Fedora builds, just not in the x86_64 ones.
You’ll also want:
sudo yum -y install avr-binutils avr-gcc avr-libc avr-libc-docs avr-gdb avra
in order to actually compile C code for the Teeny board itself.
(GDB is optional, but nice to have, frankly)