Hello.
I want to compile simple program like helloworld.c
So I was installed tizen-sdk to my server Ubuntu 12.04 64bit.
And I use this command.
# tizen-sdk/tools/arm-linux-gnueabi-gcc-4.5/bin/arm-linux-gnueabi-gcc helloworld.c -o helloworld
work/test/helloworld.c:1:19: fatal error: stdio.h: No such file or directory
compilation terminated
So, How Do I compile simple program to use cross-compiler in tizen-sdk?