Hi there! I'm trying to compile a little program written in C that uses bluetooth libraries (check it out here: http://gospel.endorasoft.es/bluetooth/seguridad-bluetooth/Files/bluefinder.c)
But when I run "cris-gcc bluefinder.c" it says the libraries aren't found. Some one know how can I install them? I've sucessfully compiled this program in my Ubuntu with "gcc -l bluetooth bluefinder.c" but no luck with cris-gcc. Could someone help me? Thank you, Alex.
