This is the mail archive of the ecos-discuss@sourceware.org mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: ecos-3.0 in linux target segfault


Hi Daniel,

On 3 February 2010 08:12, Daniel Widyanto <daniel.widyanto@yahoo.com> wrote:
> Hi all,

[snip]

> I use Ubuntu 9.10, and have managed to recompile the ecosconfig using libstdc++6 (since the supplied ecosconfig can only run with libstdc++5, which is not available in Ubuntu 9.10).

FYI, another way to get ecosconfig running on Ubuntu 9.10 is to
install the 32-bit libstdc++5 .deb package from the Jaunty repository:

$ wget http://no.archive.ubuntu.com/ubuntu/pool/universe/g/gcc-3.3/libstdc++5_3.3.6-17ubuntu1_i386.deb
$ dpkg-deb -x libstdc++5_3.3.6-17ubuntu1_i386.deb /tmp/dir
$ sudo cp /tmp/dir/usr/lib/libstdc*.so* /usr/lib32

(I copied the libs to /usr/lib32 because I run 64-bit.)

Best regards,
BjÃrn Forsman

--
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]