tinycc-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Tinycc-devel] tcc within uclibc toolchain


From: Stefan de Konink
Subject: [Tinycc-devel] tcc within uclibc toolchain
Date: Mon, 05 Jan 2009 01:20:30 +0100
User-agent: Thunderbird 2.0.0.17 (X11/20080914)

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]