Dear List, i try to build a toolchain for an geode target on fedora 16. I need glibc and full locale support. With "build and install locales" enabled the build failed. [ALL ] /tmp/ccGXC39V.s: Assembler messages: [ALL ] /tmp/ccGXC39V.s: Error: open CFI at the end of file; missing .cfi_endproc directive [ALL ] /tmp/ccGXC39V.s: Error: open CFI at the end of file; missing .cfi_endproc directive [ERROR] make[3]: *** [/home/moeller/Entwicklung/crosstool-ng/.build/i586-unknown-linux-gnu/build/build-localedef/csu/crti.o] Error 1 [ALL ] make[3]: *** Waiting for unfinished jobs.... [ALL ] /tmp/ccNqlW5V.s: Assembler messages: [ALL ] /tmp/ccNqlW5V.s:33: Error: CFI instruction used without previous .cfi_startproc [ALL ] /tmp/ccNqlW5V.s:35: Error: .cfi_endproc without corresponding .cfi_startproc [ALL ] /tmp/ccNqlW5V.s:48: Error: CFI instruction used without previous .cfi_startproc [ALL ] /tmp/ccNqlW5V.s:50: Error: CFI instruction used without previous .cfi_startproc [ALL ] /tmp/ccNqlW5V.s:51: Error: CFI instruction used without previous .cfi_startproc [ALL ] /tmp/ccNqlW5V.s:53: Error: .cfi_endproc without corresponding .cfi_startproc [ERROR] make[3]: *** [/home/moeller/Entwicklung/crosstool-ng/.build/i586-unknown-linux-gnu/build/build-localedef/csu/crtn.o] Error 1 [ALL ] make[3]: Leaving directory `/home/moeller/Entwicklung/crosstool-ng/.build/src/glibc-2.9/csu' [ERROR] make[2]: *** [csu/subdir_lib] Error 2 [ALL ] make[2]: Leaving directory `/home/moeller/Entwicklung/crosstool-ng/.build/src/glibc-2.9' [ERROR] make[1]: *** [all] Error 2 [ALL ] make[1]: Leaving directory `/home/moeller/Entwicklung/crosstool-ng/.build/i586-unknown-linux-gnu/build/build-localedef' [ERROR] [ERROR] >> [ERROR] >> Build failed in step 'Installing C library' [ERROR] >> called in step '(top-level)' [ERROR] >> [ERROR] >> Error happened in: CT_DoExecLog[scripts/functions@172] [ERROR] >> called from: do_libc_locales[scripts/build/libc/glibc.sh@116] [ERROR] >> called from: do_libc_backend_once[scripts/build/libc/glibc-eglibc.sh-common@464] [ERROR] >> called from: do_libc_backend[scripts/build/libc/glibc-eglibc.sh-common@143] [ERROR] >> called from: do_libc[scripts/build/libc/glibc-eglibc.sh-common@65] [ERROR] >> called from: main[scripts/crosstool-NG.sh@597] [ERROR] >> [ERROR] >> For more info on this error, look at the file: 'build.log' [ERROR] >> There is a list of known issues, some with workarounds, in: [ERROR] >> '/usr/local/share/doc/crosstool-ng/ct-ng.hg+default-369e2fbe9010/B - Known issues.txt' [ERROR] [ERROR] (elapsed: 7:38.96) Any help is welcome. Christian