Hi everyone, I'm trying to cross compile some C code in order to execute it on a Phidget SBS4 - 3003 I already succeed to cross compile a simple .C file ( printf("hello world"); ) and execute it on the SBC using arm-linux-gnueabihf-gcc toolchain . Now I'm struggling to cross compile the ph...