tinycc-devel
[Top][All Lists]
Advanced

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

[Tinycc-devel] TinyCC iterated test failing.


From: Vamsi Kalapala
Subject: [Tinycc-devel] TinyCC iterated test failing.
Date: Tue, 6 Oct 2009 12:19:05 -0700

All:

I just downloaded, configured and built TCC. When I do a "make test" (by default it runs libtest and test3), test1 and test3 fails with the following error messages: Any one run into this? (Including <alloca.h> did not help either!>

------------ libtest ------------
./libtcc_test lib_path=..
Hello World!
fib(32) = 2178309
add(32, 64) = 96

------------ test1 ------------
../tcc -B.. -run tcctest.c > test.out1
tcc: undefined symbol 'alloca'

------------ test3 ------------
../tcc -B.. -DTCC_TARGET_X86_64 -run ../tcc.c -B.. -DTCC_TARGET_X86_64 -run ../tcc.c -B.. -DTCC_TARGET_X86_64 -run ../tcc.c -B.. -run tcctest.c > test.out3
tcc: undefined symbol 'alloca'

Thanks,
Vamsi

reply via email to

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