public inbox for ecos-devel@sourceware.org
 help / color / mirror / Atom feed
* eCos port to Cobra 5329
@ 2011-12-08  5:36 Liam Knight
  2011-12-08  8:04 ` Tomas Frydrych
  2011-12-08  8:36 ` eCos host tools on 64-bit Linux [ was Re: eCos port to Cobra 5329 ] John Dallaway
  0 siblings, 2 replies; 3+ messages in thread
From: Liam Knight @ 2011-12-08  5:36 UTC (permalink / raw)
  To: ecos-devel

Hello

I have started a BSP for senTec's COBRA5329 starter kit for eCos.

I was using the uClinux dragonfire gcc compiler
(m68k-uclinux-gcc-4.1.1) but noticed you have a more recent 4.3.2
m68k-elf toolchain which I switched to but it will not run on a 64-bit
system by default:
$ m68k-elf-gcc -v
bash: m68k-elf-gcc: /lib/ld-linux.so.2: bad ELF interpreter: No such
file or directory
$

Your instructions in http://ecos.sourceware.org/getstart.html say you
need to install the libstdc++ v3 compatibility package but make no
mention that the tools are built for 32bit linux and so also require
the 32-bit version of glibc on 64-bit systems. You may wish to update
your instruction on that web page as 64-bit systems are rapidly
becoming the norm so many users will fall foul of this.

The problem is easily fixed on Fedora:
$ yum install ld-linux.so.2

which you should add to the web page for 64-bit installations.

LK

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

end of thread, other threads:[~2011-12-08  8:36 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-12-08  5:36 eCos port to Cobra 5329 Liam Knight
2011-12-08  8:04 ` Tomas Frydrych
2011-12-08  8:36 ` eCos host tools on 64-bit Linux [ was Re: eCos port to Cobra 5329 ] John Dallaway

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).