[oe] Microblaze gcc 4.5.0 support

Adrian Alonso aalonso00 at gmail.com
Mon May 17 18:38:31 UTC 2010


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



More information about the Openembedded-devel mailing list