Hi all,

I have a problem with tcc that makes it pretty useles for the purpose I want to use tcc for, as default compiler.

The scope:

bla.c:
#include <stdio.h>

int main(int argc, char* argv[]) {
        printf("hello world\n");
}

tcc -o test bla.c

./test
bash: ./test: No such file or directory

tcc -static -o test bla.c
./test
Segmentation fault

tcc -run bla.c
hello world


The current uclibc I have installed is 0.9.30.


Could anyone give a hint want could go wrong, or what I should provide more to have a more useful bug report?


Stefan


_______________________________________________
Tinycc-devel mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/tinycc-devel

Reply via email to