Page 1 of 1

How to cross compile Phidget Lib in linux for ARM SDK

Posted: Mon Aug 17, 2015 10:48 pm
by stinkpot
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

Re: How to cross compile Phidget Lib in linux for ARM SDK

Posted: Thu Oct 22, 2015 1:06 pm
by Zadornov
Hello,

I am also interested in that. I am using a ARM board called Small 210 S and I need to control some stepper motors with this board. What can I do to compile the Phidget Library for Linux ARM?

Re: How to cross compile Phidget Lib in linux for ARM SDK

Posted: Tue May 16, 2017 9:31 am
by Lambda
I am also interested, I want to use PhidgetSpatial on Zynq (ARM Cortex-A9)
Thanks