Running the AVR-LibC test suite

2024-01-17 Thread Georg-Johann Lay
Trying to run the AVR-LibC test suite, I came across some problems and have some questions. tests/simulate/runtest.sh sets libs as follows: libs="$AVRDIR/avr/lib/$multilibdir/libc.a\ $AVRDIR/avr/lib/$multilibdir/libm.a \ $AVRDIR/avr/lib/$multilibdir/$2/lib$2.a -

Re: About the clang/llvm tool chain for AVR

2024-01-17 Thread Georg-Johann Lay
Am 15.01.24 um 04:53 schrieb Ben Shi via Discussion of avr-libc development: Dear AVR-libc developers, I am current maintainer of the llvm-avr backend, and I would like to ask for your feedback on my work. My final goal is making clang-llvm-lld-compiler_rt chain fully functional, and let AV