mips64 gcc 3.3.6 problem

2009-08-19 Thread Sergey Anosov
Hi all! I've made a toolchain for mips64el - binutils 2.17.90 + gcc 3.3.6 + glibc 2.3.6. I've successfully compile a linux 2.16.62 kernel and run it in qemu. But when I try to execute dynamically compiled Hello world program - I' ve got a SIGSEGV do_page_fault() #2: sending SIGSEGV to a.out for

Re: mips64 gcc 3.3.6 problem

2009-08-19 Thread Paolo Carlini
Sergey Anosov wrote: Does anybody have such problem? Or mips64 platform and gcc 3.3.6 are not compatible? If I were you, considering how old and currently completely unmaintained it is, I would leave gcc3.3.x alone... Paolo.