I try to cross compile Phidget driver for ARM9 board, but in Phidget webpage, the description is:
~/phidget_libraries $> ./configure --prefix=/usr/arm-linux-gnueabi --build=i686-pc-linux-gnu --host=arm-linux-gnueabi
I do not use the standard arm-linux-gnueabi tool, but aother arm-gnueabi-bovine tool, how can I do it?
How I can make the cross compiling working properly?
Thanks