Waldemar Brodkorb

Results 9 comments of Waldemar Brodkorb

Looks like it only happens when compiling the kernel with -Os. The problem disappears for me, when changing to -O2 and disable optimize for size in the kernel configuration.

I think so, same issue happened some time ago for mips64 and then the missing routine was added to libgcc inside the Linux kernel. See here for the problematic object...

I double checked with a complete rebuild. (make clean && make) The same issue happens. So this is not an update problem.

> Oh, and finally to confirm: the previous version of Asterisk was built against 2.13 and worked fine? The previous version 20.6.0 and the version included in Buildroot 20.5.2 having...

Asterisk config.log [asterisk.config.log](https://github.com/asterisk/asterisk/files/14800213/asterisk.config.log)

Pjsip config.log [pjsip.config.log](https://github.com/asterisk/asterisk/files/14800238/pjsip.config.log)

The asterisk system is behind double NAT. But this works with the bundled pjsip as mentioned earlier. I am attaching my extensions.conf and pjsip.conf for completeness. May be it is...

I am now confused. I cross-compiled Python 3.13.0b1 which includes the change, but it does not break. I even can run python3 inside Qemu-system-arm with my uClibc-ng based system. Is...

Hi Andreas, thanks for your response. In the meantime I could convince strongswan to compile with -DWC_NO_RNG set in CPPFLAGS . But let's wait for an explanation and may be...