All of lore.kernel.org
 help / color / mirror / Atom feed
* Microblaze gcc 4.5.0 support
@ 2010-05-17 18:38 Adrian Alonso
  2010-05-17 19:01 ` Khem Raj
  0 siblings, 1 reply; 9+ messages in thread
From: Adrian Alonso @ 2010-05-17 18:38 UTC (permalink / raw)
  To: openembedded-devel

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


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2010-05-18  0:51 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-17 18:38 Microblaze gcc 4.5.0 support Adrian Alonso
2010-05-17 19:01 ` Khem Raj
2010-05-17 19:14   ` Adrian Alonso
2010-05-17 19:18     ` Khem Raj
2010-05-17 19:29       ` Adrian Alonso
2010-05-17 19:41         ` Khem Raj
2010-05-17 19:57           ` Adrian Alonso
2010-05-17 20:49             ` Khem Raj
2010-05-18  0:47               ` Adrian Alonso

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.