Re: [Tinycc-devel] OpenBSD/amd64 build failure

2019-01-01 Thread Christian Jullien
Hi Alexander, The similar segfault was related to wrong configuration detection. The "fix" was to supply the right options to configure (like ./configure --triplet=arm-linux-gnueabihf --prefix=/usr --crtprefix=/usr/lib) Could it be also the root of your problem? -Original Message- From:

[Tinycc-devel] OpenBSD/amd64 build failure

2019-01-01 Thread Alexander Mueller
Hi, tcc people! I tried compiling tcc on openbsd and have run into a few problems. For one, openbsd doesn't seem to provide crt{i,n}.o and uses crt0.o instead of crt1.o. Sadly my c-fu isn't strong enough to continue the port, but I wanted to share the problem I've run into, since I saw that

[Tinycc-devel] Compilation in memory tcc-0.9.27 Windows

2019-01-01 Thread piotr . jaholkowski
Hi I recently downloaded version tcc-0.9.27.tar.bz2 and built it with Visual Studio compiler. I tried to write code with compiles and run from memory just like in libtcc_test.c example from tcc-0.9.27-win32-bin.zip (I could not find this example in tcc-0.9.27.tar.bz2 package) There are