Search Results

by Julie96
Fri Nov 27, 2020 8:02 am
Forum: Linux
Topic: Cross compile hello world on SBC4
Replies: 1
Views: 11330

Cross compile hello world on SBC4

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...