>
> Development board in the sense ? I tried to follow the steps which were
> given here .
>
> http://ecos.sourceware.org/getstart.html
>
> 1.yum install compat-libstdc++-33
>
> 2. Next to know my system architecture used
> less /proc/cpuinfo  and then installed the tool chain for my architecture
> which was Intel X86

Hope you have used the GNU Toolchain customized for ecos (i386-elf)
which is available from the below link, and not the one which comes
with your GNU/Linux distribution.

ftp://mirror.aarnet.edu.au/pub/sourceware/ecos/gnutools/i386linux/ecoscentric-gnutools-i386-elf-20081107-sw.i386linux.tar.bz2

>
> The next step was mentioned as
>
> /*You may run configtool with zero, one or two arguments. You can specify
> the eCos repository location, and/or
> an eCos save file (extension .ecc) on the command line. The ordering of
> these two arguments is not significant.

You should also set the following variable, something like

ECOS_REPOSITORY=/opt/ecos/ecos-3.0/packages/

for ecosconfig tool to work.

For running your eCos application, you may try using QEmu using 'PC
Motherboard' target.

http://www.panix.com/~grante/eCos-on-QEMU.html

Recently I conducted several workshops on 'eCos Realtime Operating
System' for M.E (CSE) students and used the following distro/tools in
the practical session.

Distribution: Fedora-20 (i386)
Additional RPM packages to be installed: qemu, tunctl, tcl,
genisoimage, xterm, compat-libstdc++-33 and some font packages (as
xterm didn't work properly due to some missing fonts)

S. Baskar
_______________________________________________
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
ILUGC Mailing List Guidelines:
http://ilugc.in/mailinglist-guidelines

Reply via email to