Hi my friends,
First, Excuse me for bad English.
I'm new to linux and newer to very nice "Tiny Core" OS.
I develop a simple App in ubuntu that print string in terminal.
My App code is:
#include <stdio.h>
int main()
{
printf("\nTest String");
return 0;
}
I'm confused completely how to run output of above code in Tiny Core. I search many hour in net but yet I cant execute it. When I run it in a terminal in ubuntu it run correctly but when I run it in Tiny Core it show error message: Permission denied.
Please help me,
How I install and run my App in Tiny Core? What is tcz file? How I put my App in tcz file? I can't find any clearly help that explain it.
Thanks a'lot.