public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
* RE: [ECOS] Problems when selecting the FREEBSD stack
@ 2002-10-28  8:01 Cusson, Pascal
  0 siblings, 0 replies; 3+ messages in thread
From: Cusson, Pascal @ 2002-10-28  8:01 UTC (permalink / raw)
  To: abdudani, Cusson, Pascal; +Cc: ecos-discuss

Thank you very much, it works now.

Pascal

-----Original Message-----
From: Ajay Dudani [mailto:abdudani@unity.ncsu.edu]
Sent: Monday, October 28, 2002 10:59 AM
To: 'Cusson, Pascal'
Subject: RE: [ECOS] Problems when selecting the FREEBSD stack


>gcc -c -ggdb -I/home/pcusson/simfb/install/include adieth.c -D__ECOS -
>     D__KERNEL -L/home/pcusson/simfb/install/lib -Ttarget.ld -nostdlib

I think that should be -D__ECOS -D_KERNEL

And not __KERNEL.

Ajay Dudani


     -----Original Message-----
     From: ecos-discuss-owner@sources.redhat.com [mailto:ecos-discuss-
     owner@sources.redhat.com] On Behalf Of Cusson, Pascal
     Sent: Monday, October 28, 2002 10:57 AM
     To: ecos-discuss@sources.redhat.com
     Subject: [ECOS] Problems when selecting the FREEBSD stack
     
     Hi everyone,
        When trying to use the FreeBSD mon software does not compile
     anymore. My eCos was originaly composed of the psim all template.
Then
     I remove the CYGPKG_NET_OPENBSD_STACK and I replaced it by the
     CYGPKG_NET_FREEBSD_STACK. Now when I compile I get the following
errors
     which I did not have with the previous stack. Could anyone indicate
me
     what went wrong ???
     
     Thanks
     
     Pascal
     
     [pcusson@pcusson-linux src]$ make
     gcc -c -ggdb -I/home/pcusson/simfb/install/include thread.c -
     L/home/pcusson/simfb/install/lib -Ttarget.ld -nostdlib
     gcc -c -ggdb -I/home/pcusson/simfb/install/include adiserial.c -
     L/home/pcusson/simfb/install/lib -Ttarget.ld -nostdlib
     gcc -c -ggdb -I/home/pcusson/simfb/install/include init.c -
     L/home/pcusson/simfb/install/lib -Ttarget.ld -nostdlib
     gcc -c -ggdb -I/home/pcusson/simfb/install/include adieth.c
-D__ECOS -
     D__KERNEL -L/home/pcusson/simfb/install/lib -Ttarget.ld -nostdlib
     In file included from
     /home/pcusson/simfb/install/include/cyg/io/eth/eth_drv.h:71,
                      from adieth.h:17,
                      from adieth.c:1:
     /home/pcusson/simfb/install/include/netinet/in_var.h:70: field
`ia_ifa'
     has incomplete type
     In file included from
     /home/pcusson/simfb/install/include/netinet/in_var.h:242,
                      from
     /home/pcusson/simfb/install/include/cyg/io/eth/eth_drv.h:71,
                      from adieth.h:17,
                      from adieth.c:1:
     /home/pcusson/simfb/install/include/netinet6/in6_var.h:128: field
     `ia_ifa' has incomplete type
     In file included from adieth.h:17,
                      from adieth.c:1:
     /home/pcusson/simfb/install/include/cyg/io/eth/eth_drv.h:153: field
     `sc_arpcom' has incomplete type
     make: *** [adieth.o] Error 1
     [pcusson@pcusson-linux src]$
     
     
     --
     Before posting, please read the FAQ:
http://sources.redhat.com/fom/ecos
     and search the list archive:
http://sources.redhat.com/ml/ecos-discuss
     


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

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

* RE: [ECOS] Problems when selecting the FREEBSD stack
  2002-10-28  7:56 Cusson, Pascal
@ 2002-10-28  7:59 ` Ajay Dudani
  0 siblings, 0 replies; 3+ messages in thread
From: Ajay Dudani @ 2002-10-28  7:59 UTC (permalink / raw)
  To: 'Cusson, Pascal', ecos-discuss

>gcc -c -ggdb -I/home/pcusson/simfb/install/include adieth.c -D__ECOS -
>     D__KERNEL -L/home/pcusson/simfb/install/lib -Ttarget.ld -nostdlib

I think that should be -D__ECOS -D_KERNEL

And not __KERNEL.

Ajay Dudani

     -----Original Message-----
     From: ecos-discuss-owner@sources.redhat.com [mailto:ecos-discuss-
     owner@sources.redhat.com] On Behalf Of Cusson, Pascal
     Sent: Monday, October 28, 2002 10:57 AM
     To: ecos-discuss@sources.redhat.com
     Subject: [ECOS] Problems when selecting the FREEBSD stack
     
     Hi everyone,
        When trying to use the FreeBSD mon software does not compile
     anymore. My eCos was originaly composed of the psim all template.
Then
     I remove the CYGPKG_NET_OPENBSD_STACK and I replaced it by the
     CYGPKG_NET_FREEBSD_STACK. Now when I compile I get the following
errors
     which I did not have with the previous stack. Could anyone indicate
me
     what went wrong ???
     
     Thanks
     
     Pascal
     
     [pcusson@pcusson-linux src]$ make
     gcc -c -ggdb -I/home/pcusson/simfb/install/include thread.c -
     L/home/pcusson/simfb/install/lib -Ttarget.ld -nostdlib
     gcc -c -ggdb -I/home/pcusson/simfb/install/include adiserial.c -
     L/home/pcusson/simfb/install/lib -Ttarget.ld -nostdlib
     gcc -c -ggdb -I/home/pcusson/simfb/install/include init.c -
     L/home/pcusson/simfb/install/lib -Ttarget.ld -nostdlib
     gcc -c -ggdb -I/home/pcusson/simfb/install/include adieth.c
-D__ECOS -
     D__KERNEL -L/home/pcusson/simfb/install/lib -Ttarget.ld -nostdlib
     In file included from
     /home/pcusson/simfb/install/include/cyg/io/eth/eth_drv.h:71,
                      from adieth.h:17,
                      from adieth.c:1:
     /home/pcusson/simfb/install/include/netinet/in_var.h:70: field
`ia_ifa'
     has incomplete type
     In file included from
     /home/pcusson/simfb/install/include/netinet/in_var.h:242,
                      from
     /home/pcusson/simfb/install/include/cyg/io/eth/eth_drv.h:71,
                      from adieth.h:17,
                      from adieth.c:1:
     /home/pcusson/simfb/install/include/netinet6/in6_var.h:128: field
     `ia_ifa' has incomplete type
     In file included from adieth.h:17,
                      from adieth.c:1:
     /home/pcusson/simfb/install/include/cyg/io/eth/eth_drv.h:153: field
     `sc_arpcom' has incomplete type
     make: *** [adieth.o] Error 1
     [pcusson@pcusson-linux src]$
     
     
     --
     Before posting, please read the FAQ:
http://sources.redhat.com/fom/ecos
     and search the list archive:
http://sources.redhat.com/ml/ecos-discuss
     



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

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

* [ECOS] Problems when selecting the FREEBSD stack
@ 2002-10-28  7:56 Cusson, Pascal
  2002-10-28  7:59 ` Ajay Dudani
  0 siblings, 1 reply; 3+ messages in thread
From: Cusson, Pascal @ 2002-10-28  7:56 UTC (permalink / raw)
  To: ecos-discuss

Hi everyone,
   When trying to use the FreeBSD mon software does not compile anymore. My eCos was originaly composed of the psim all template. Then I remove the CYGPKG_NET_OPENBSD_STACK and I replaced it by the CYGPKG_NET_FREEBSD_STACK. Now when I compile I get the following errors which I did not have with the previous stack. Could anyone indicate me what went wrong ???

Thanks

Pascal

[pcusson@pcusson-linux src]$ make
gcc -c -ggdb -I/home/pcusson/simfb/install/include thread.c -L/home/pcusson/simfb/install/lib -Ttarget.ld -nostdlib
gcc -c -ggdb -I/home/pcusson/simfb/install/include adiserial.c -L/home/pcusson/simfb/install/lib -Ttarget.ld -nostdlib
gcc -c -ggdb -I/home/pcusson/simfb/install/include init.c -L/home/pcusson/simfb/install/lib -Ttarget.ld -nostdlib
gcc -c -ggdb -I/home/pcusson/simfb/install/include adieth.c -D__ECOS -D__KERNEL -L/home/pcusson/simfb/install/lib -Ttarget.ld -nostdlib
In file included from /home/pcusson/simfb/install/include/cyg/io/eth/eth_drv.h:71,
                 from adieth.h:17,
                 from adieth.c:1:
/home/pcusson/simfb/install/include/netinet/in_var.h:70: field `ia_ifa' has incomplete type
In file included from /home/pcusson/simfb/install/include/netinet/in_var.h:242,
                 from /home/pcusson/simfb/install/include/cyg/io/eth/eth_drv.h:71,
                 from adieth.h:17,
                 from adieth.c:1:
/home/pcusson/simfb/install/include/netinet6/in6_var.h:128: field `ia_ifa' has incomplete type
In file included from adieth.h:17,
                 from adieth.c:1:
/home/pcusson/simfb/install/include/cyg/io/eth/eth_drv.h:153: field `sc_arpcom' has incomplete type
make: *** [adieth.o] Error 1
[pcusson@pcusson-linux src]$


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

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

end of thread, other threads:[~2002-10-28 16:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-10-28  8:01 [ECOS] Problems when selecting the FREEBSD stack Cusson, Pascal
  -- strict thread matches above, loose matches on Subject: below --
2002-10-28  7:56 Cusson, Pascal
2002-10-28  7:59 ` Ajay Dudani

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).