Thread: DIY - KeK
View Single Post
Old 07-14-2012, 01:10 PM   #74
knc1
Going Viral
knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.
 
knc1's Avatar
 
Posts: 17,212
Karma: 18210809
Join Date: Feb 2012
Location: Central Texas
Device: No K1, PW2, KV, KOA
False alarm. I had included <stdio.h> in my HelloWorld.c file when I did not need to.

Source:
Code:
main() {
    printf("Hello World\n");
}
Test:
Code:
(armv6l:1) /home # ./tcc -run hello.c
Hello World
On that note, will change the above link back to the Aboriginal Linux that I built from Rob's repository head.

Last edited by knc1; 07-14-2012 at 01:49 PM.
knc1 is offline   Reply With Quote