Hello, I'm using buildroot 2010.05 (also tried latest git version). The target is i586. All buildroot's settings are default (except for the architecture). All statically linked executables generated by the buildroot's gcc compiler immediately segfault when they start. I tried to compile Busybox, udev and sysvinit, but they all segfault. When compiling dynamically linked, they all run fine. My host OS is Fedora 13 x64 with all the latest updates installed.
It's a GCC issues (BR32219) that gets triggered by uClibc 0.9.31. It has been worked around in uClibc since the release, and I have now integrated those fixes in git (e09aa6049323)
(In reply to comment #1) > It's a GCC issues (BR32219) that gets triggered by uClibc 0.9.31. It has been > worked around in uClibc since the release, and I have now integrated those > fixes in git (e09aa6049323) Thanks for the fix!