hi:
I have installed the toolchain and tried to build my first helloworld.c,but it came out an error that "cann't find the stdio.h". could you give me some addvice to solve the problem?
the order which I used was "arm-poky-linux-gnueabi-gcc helloworld.c -o helloworld_sample"
the yocto system in ubuntu 64-bit was used
and would you know where the target lib and include is or is there a guide about how to make an app in the board?
Thanks!