How to cross compile Phidget Lib in linux for ARM SDK
Posted: Mon Aug 17, 2015 10:48 pm
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
~/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