public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
From: Fano Ramparany <Fano.Ramparany@rd.francetelecom.fr>
To: eCos Disuss <ecos-discuss@sourceware.cygnus.com>
Cc: Gary Thomas <gthomas@cambridge.redhat.com>
Subject: Re: [ECOS] network support
Date: Wed, 14 Feb 2001 02:44:00 -0000	[thread overview]
Message-ID: <3A8A624B.E5F287A7@rd.francetelecom.fr> (raw)
In-Reply-To: <XFMail.20010213071915.gthomas@cambridge.redhat.com>

Gary Thomas wrote:

> What are you using for bootstrap firmware on the board?

I'm using gdb-stubs.

> If you're not using RedBoot, can you try it?

I just tried but unfortunately here are the problems I run into:

Using the windows eCos configuration tool, from the CirrusLogic
hardware / net packages eCos configuration, I've added the redboot
package. Then when rebuilding the library I get the following
error:

arm-elf-gcc -c  -I//F/OS/ECos/CirrusConf/netrb300101_install/include
-I//C/PROGRA~1/REDHAT~1/eCos/packages/redboot/curr
ent -I//C/PROGRA~1/REDHAT~1/eCos/packages/redboot/current/src
-I//C/PROGRA~1/REDHAT~1/eCos/packages/redboot/current/tes
ts -I. -I//C/PROGRA~1/REDHAT~1/eCos/packages/redboot/current/src/net/
-mcpu=arm7tdmi -Wall -Wpointer-arith -Wstrict-pro
totypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections
-fdata-sections -fno-rtti -fno-exceptions -fvt
able-gc -finit-priority -Wp,-MD,src/net/enet.tmp -o src/net/redboot_enet.o
//C/PROGRA~1/REDHAT~1/eCos/packages/redboot/
current/src/net/enet.c
In file included from
//F/OS/ECos/CirrusConf/netrb300101_install/include/machine/endian.h:66,
                 from
//F/OS/ECos/CirrusConf/netrb300101_install/include/sys/bsdtypes.h:106,
                 from
//F/OS/ECos/CirrusConf/netrb300101_install/include/sys/types.h:137,
                 from
//F/OS/ECos/CirrusConf/netrb300101_install/include/sys/param.h:118,
                 from
//F/OS/ECos/CirrusConf/netrb300101_install/include/eth_drv.h:63,
                 from
//C/PROGRA~1/REDHAT~1/eCos/packages/redboot/current/src/net/enet.c:48:
//F/OS/ECos/CirrusConf/netrb300101_install/include/sys/endian.h:237: warning:
`htons' redefined
//F/OS/ECos/CirrusConf/netrb300101_install/include/net/net.h:75: warning: this
is the location of the previous definiti
on
//F/OS/ECos/CirrusConf/netrb300101_install/include/sys/endian.h:238: warning:
`htonl' redefined
//F/OS/ECos/CirrusConf/netrb300101_install/include/net/net.h:74: warning: this
is the location of the previous definiti
on
In file included from
//F/OS/ECos/CirrusConf/netrb300101_install/include/eth_drv.h:63,
                 from
//C/PROGRA~1/REDHAT~1/eCos/packages/redboot/current/src/net/enet.c:48:
//F/OS/ECos/CirrusConf/netrb300101_install/include/sys/param.h:120:
sys/simplelock.h: No such file or directory
//F/OS/ECos/CirrusConf/netrb300101_install/include/sys/param.h:132:
sys/syslimits.h: No such file or directory
//F/OS/ECos/CirrusConf/netrb300101_install/include/sys/param.h:162:
sys/signal.h: No such file or directory
In file included from
//F/OS/ECos/CirrusConf/netrb300101_install/include/eth_drv.h:63,
                 from
//C/PROGRA~1/REDHAT~1/eCos/packages/redboot/current/src/net/enet.c:48:
//F/OS/ECos/CirrusConf/netrb300101_install/include/sys/param.h:202: warning:
`CLBYTES' redefined
//F/OS/ECos/CirrusConf/netrb300101_install/include/machine/param.h:72:
warning: this is the location of the previous de
finition
//F/OS/ECos/CirrusConf/netrb300101_install/include/sys/param.h:208: warning:
`CLSIZE' is not defined
In file included from
//F/OS/ECos/CirrusConf/netrb300101_install/include/eth_drv.h:64,
                 from
//C/PROGRA~1/REDHAT~1/eCos/packages/redboot/current/src/net/enet.c:48:
//F/OS/ECos/CirrusConf/netrb300101_install/include/sys/socket.h:156: warning:
`AF_INET' redefined
//F/OS/ECos/CirrusConf/netrb300101_install/include/net/net.h:106: warning:
this is the location of the previous definit
ion
In file included from
//F/OS/ECos/CirrusConf/netrb300101_install/include/eth_drv.h:69,
                 from
//C/PROGRA~1/REDHAT~1/eCos/packages/redboot/current/src/net/enet.c:48:
//F/OS/ECos/CirrusConf/netrb300101_install/include/netinet/in.h:269: warning:
`INADDR_ANY' redefined
//F/OS/ECos/CirrusConf/netrb300101_install/include/net/net.h:107: warning:
this is the location of the previous definit
ion
make[1]: *** [src/net/enet.o.d] Error 1
make[1]: Leaving directory
`/f/OS/ECos/CirrusConf/netrb300101_build/redboot/current'
make: *** [build] Error 2

...
Any hints?
So at the moment I'm simply trying to compile from  CirrusLogic hardware / net
package (without network support)
to see if I can get the edb7212_redboot_ROM.bin file built. Doing that raises
several conflicts which I let the
eCos Configuration Tool resolve with its suggested solutions. Right now
compilation is proceeding...

Fano

  reply	other threads:[~2001-02-14  2:44 UTC|newest]

Thread overview: 35+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-01-19  8:41 Fano Ramparany
2001-01-19  9:36 ` Gary Thomas
2001-01-22  6:48   ` Fano Ramparany
2001-01-22  7:13     ` Gary Thomas
2001-01-30  2:52       ` Fano Ramparany
2001-01-30  4:34         ` Gary Thomas
2001-01-30  6:03           ` Fano Ramparany
2001-01-30  6:08             ` Gary Thomas
2001-01-30  6:25               ` Lewin A.R.W. Edwards
2001-01-30  6:31                 ` Gary Thomas
2001-01-30  6:43                   ` Lewin A.R.W. Edwards
2001-02-13  5:55               ` Fano Ramparany
2001-02-13  6:20                 ` Gary Thomas
2001-02-14  2:44                   ` Fano Ramparany [this message]
2001-02-14  5:08                     ` Gary Thomas
2001-02-14  7:59                       ` Fano Ramparany
2001-02-14  8:24                         ` Gary Thomas
2001-02-14  9:12                           ` Lewin A.R.W. Edwards
2001-02-14  9:25                             ` Gary Thomas
2001-02-14  9:32                               ` Lewin A.R.W. Edwards
2001-02-14  9:40                                 ` Gary Thomas
2001-02-14 10:28                                   ` Robin Farine
2001-02-15  6:42                           ` Fano Ramparany
2001-01-22  7:15   ` Fano Ramparany
  -- strict thread matches above, loose matches on Subject: below --
2001-01-30  6:20 James Dabbs
1999-02-10 21:23 [ECOS] Network Support Zubin Burjor Sethna
     [not found] ` < 6006B52C37ABD211AB0900805FFE9D79169230@saturn.sg.adisys.com.au >
1999-02-12 19:57   ` David J. Fiddes
1999-02-10 18:37 Wendell Thompson
1999-02-11  9:45 ` Rick Leir
     [not found]   ` < 36C2F1F1.63DE@hymarc.com >
1999-02-14  7:02     ` David J. Fiddes
1999-02-09 11:01 Gordon McFadden
     [not found] ` < Pine.LNX.4.04.9902090702270.648-100000@mailhost.westsoft-systems.com >
1999-02-10 13:22   ` David J. Fiddes
1999-02-10 21:19     ` Brendan Simon
1999-02-06 13:48 weatp
     [not found] ` < 9902069183.AA918326790@mail.syntron.com >
1999-02-08  8:26   ` Bart Veer

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=3A8A624B.E5F287A7@rd.francetelecom.fr \
    --to=fano.ramparany@rd.francetelecom.fr \
    --cc=ecos-discuss@sourceware.cygnus.com \
    --cc=gthomas@cambridge.redhat.com \
    /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).