Hi Pak, I received error mail from your mail server. On Thu, 05 Oct 2006 17:15:55 +1000 Pak Woon <pak.woon@xxxxxxxxxx> wrote: > > My hello.c is:- > void main ( void ) > { > volatile int i,j,k; > > i = 2; > j = 1; > k = i + j; > } main() needs C library. Yoichi