I have some thing like this communicat when i wont "make" my program:/usr/local/arm/4.3.2/bin/../lib/gcc/arm-none-linux-gnueabi/4.3.2/../../. ./../arm-none-linux-gnueabi/bin/ld: cannot find -ludev how to add ludev to arm-none-linux-gnueabi ??? Please help
HELP problem with QserialDevice -ludev
You nee dto compile udev before compiling QSerialDevice. hen just add to compilation line -L<path to udev library *.so> and -ludev shoud work marek