Nuitka: Nuitka segfaults in ld call on aarch64
Python3.6.3 Linux 4.4 GCC 7.2.0 Aarch64
trying to compile a simple ‘hello world’ with:
pipenv run nuitka --show-scons --verbose print.py
segfaults as per in a call to ld as per:
https://gist.github.com/itdaniher/6343be4097dd35e78df5df06b3f88c8b
note that my compiler / linker chain is tested-working, built python and the kernel from source.
About this issue
- Original URL
- State: closed
- Created 6 years ago
- Comments: 20 (11 by maintainers)
Hi @kayhayen I have not yet been able to test your suggestion, but in the meantime I found a workaround. Just using clang instead of gcc “fixes” the problem. It must be that the ld/lld bug is triggered only when attempting to link object files generated by gcc.
I am happy with this at the moment. Thanks for you help!