View Single Post
Old 05-23-2012, 12:01 PM   #114
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
arm-tcc search paths

I need a volunteer here, someone with a Kindle and a copy of the GM-v1.5 tcc installed.

For the source file (use lf line endings please):
Code:
#include <stdio.h>

int main()
    {
        printf("Hello World\n");
        return 0;
    }
Run this command (notice the exactly three "v"s):
Code:
tcc -vvv -run hello.c
Then post the entire output in a reply to this post.
Please capture it all (if using a terminal via ssh, turn on the capture file) the result is much longer than a single screen.

The output of this test will tell us the information needed to best match the compiler's default search paths to the Kindle Touch (hopefully, without changes to the file system or wrapper scripts).

I.E: "hack" is a four letter word.
knc1 is offline   Reply With Quote