Hi, Christophe Lyon wrote,
On 31/07/2018 14:58, Waldemar Brodkorb wrote:
Hi,
Am 30.07.2018 um 15:50 schrieb Christophe Lyon christophe.lyon@linaro.org:
On Wed, 25 Jul 2018 at 07:20, Waldemar Brodkorb wbx@uclibc-ng.org wrote:
Hi,
the toolchain tests are finished successfully, but the armv5 runtime tests showing some problems with getty and argv handling.
Can be seen with --test=libc in embedded-test.sh.
It looks like tests are looping with getty error messages, is that what you saw?
Yes.
I have just posted version 2 of patches 4, 8 and 11. I fixed them in such a way that they do not introduce regressions when FDPIC is not activated (embedded-test.sh --arch=armv5)
I guess the next step would be to add a new configuration to embedded-test.sh/openadk, such as "armv7_fdpic" that would exercise FDPIC in ARM mode. As mentioned earlier, this requires recent binutils, GCC trunk+patches and using the right target name: arm-uclinuxfdpiceabi
How easy is it to add such a config in openadk?
Depends, I will start adding something like that, so you can concentrate in gcc upstreaming.
The patch series is pushed, thanks.
Waldemar