Hi, I been working on adding OE support for microblaze arch I have a repo in gitorious [1] holding the changes I made so far; trying to build console-image fails on gcc-cross-initial compilation with the error shown on log [2] "configure: error: cannot compute suffix of object files: cannot compile"
I also update gcc-svn.inc recipe to use gcc-microblaze branch SRC_URI_xlnx-mb-gen = "svn://gcc.gnu.org/svn/gcc/branches;module=microblaze And I get the same error shown in gcc-4.5.0 >From log error I see that OE is generates the suffix info but fails for microblaze arch 1. set -e; for ml in `cat fixinc_list`; do \ 2. | sysroot_headers_suffix=`echo ${ml} | sed -e 's/;.*$//'`; \ 3. | multi_dir=`echo ${ml} | sed -e 's/^[^;]*;//'`; \ 4. | fix_dir=include-fixed${multi_dir}; \ Can some one help me out figuring what is missing?? [1] http://gitorious.org/oe-microblaze/oe-microblaze <http://gitorious.org/oe-microblaze/oe-microblaze>[2] http://pastebin.com/kqC8AP1s -- Saludos Adrian Alonso http://aalonso.wordpress.com _______________________________________________ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel