View Single Post
Posts: 4 | Thanked: 0 times | Joined on Jan 2010
#1296
Hi guys!!

I'm new around here. I have installed Easy Debian on my N900 and everything goes smoothly. I don't know much of linux and therefor i'm having some problems. I'm trying to compile and run an C 'Hello World' program. I succeed in compiling the program but i couldn't execute it. It returns a message that says: 'Permission denied'. I tried chmod but it didn't work. I've attached a screenshot showing the problem.

This is the program that i'm trying to run:

Code:
#include <stdio.h>
#include <stdlib.h>

int main(){

	int a,b,r;

	r = a%b;

	printf("\nResto a%b = &d", r);

}
Thanks in advance!

Regards,

--
[ Marcello Bertacchi ]
--
Attached Images