Ok, I want to compile my first helloworld fo tv. I have downloaded VDLinux-armv7a8-toolchain-lite from samsung server and tried to compile this code:
Code: Select all
#include <stdio.h>
int main(void) {
printf("Hello world\n");
return (0);
gedit }
Code: Select all
arm-v7a8-linux-gnueabi-gcc -mglibc hello.c -o hellocs
And I have got: "Segmentation fault".
Need help guys.
Same shit happening when i try to load mc.