Re: [Tinycc-devel] Tinycc for ARM help needed !

2014-04-04 Thread Aharon Robbins
Hi. I just wanted to report that on x86_64, gawk builds and passes all its tests! Michael - I think the failures you saw are related to locale settings and not the changes you've made. Do things work also using i386 tcc? Thanks, Arnold ___

Re: [Tinycc-devel] Tinycc for ARM help needed !

2014-04-03 Thread Domingo Alvarez Duarte
Thanks for the help ! Testing on my linux X86_64 give me this error: - ~/dev/c/tinycc/tests$ ../tcc -B.. -I.. -I.. -I../include -DCONFIG_LDDIR=\lib\ -DCONFIG_MULTIARCHDIR=\x86_64-linux-gnu\ -DTCC_TARGET_X86_64 -DONE_SOURCE -o tcc.tcc ../tcc.c -ldl ~/dev/c/tinycc/tests$ valgrind

Re: [Tinycc-devel] Tinycc for ARM help needed !

2014-04-03 Thread Domingo Alvarez Duarte
This error appear only when the program is compiled with tinycc without debug info, with debug info valgrind runs fine without errors, and striping the program then the program and valgrind also works fine. On Thu, Apr 3, 2014 at 5:41 PM, Domingo Alvarez Duarte mingo...@gmail.comwrote: Thanks