Christian Jullien wrote:
*- Linux CentOS 6.x [KO]*
../tcc -B.. -I../include -I.. -I.. -DCONFIG_LDDIR="\"lib64\"" -DTCC_TARGET_X86_64 ../tcc.c libtcc2 -lm -ldl -Wl,-rpath=. -o tcc2

libtcc2:0: error: unrecognized character \x7f

Strange, should be libtcc2.so  Seems DLLEXT=.so was not set from
configure. Did you ./configure?

*- Raspberry Pi 3 (ARM) [KO]*
ret_int_test... Makefile:226: recipe for target 'abitest' failed
make[1]: *** [abitest] Segmentation fault
Makefile:54: recipe for target '32_led.test' failed
Makefile:54: recipe for target '42_function_pointer.test' failed

Are these regressions?  If so we would probably need to know by
which commit it was introduced (I'm afraid)

*- APM X-Gene Mustang board (Aarch64) [KO]*

make[2]: *** [42_function_pointer.test] Error 1

Not sure about this 42_function_pointer.test.  It's some new nifty
test for the linker.

Michael, is it supposed to work on ARM and/or AARCH64?

Thanks,

-- gr



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

Reply via email to