public inbox for ecos-devel@sourceware.org
 help / color / mirror / Atom feed
From: Liam Knight <liam.knight01@gmail.com>
To: ecos-devel@ecos.sourceware.org
Subject: eCos port to Cobra 5329
Date: Thu, 08 Dec 2011 05:36:00 -0000	[thread overview]
Message-ID: <CA+QuBBesiPcZZRXoOc=FF9Dnq2ucRr4-iErePigvTW9ZRek-VQ@mail.gmail.com> (raw)

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

             reply	other threads:[~2011-12-08  5:36 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-12-08  5:36 Liam Knight [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CA+QuBBesiPcZZRXoOc=FF9Dnq2ucRr4-iErePigvTW9ZRek-VQ@mail.gmail.com' \
    --to=liam.knight01@gmail.com \
    --cc=ecos-devel@ecos.sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).