Thread: Tools DIY - KeK
View Single Post
Old 07-14-2012, 01:10 PM   #74
knc1
Embedded Cheerleader
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: 4,093
Karma: 3827911
Join Date: Feb 2012
Device: Intel 4004
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.
__________________
"Hack is just a four letter word." - - With apologies to B. Dylan

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