public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
* [ECOS] RE: Where can I get the configuration file for the Compaq IPAQ redboot package.
@ 2001-08-22 23:03 wyeepeng
  2001-08-23  3:47 ` [ECOS] RE: Where can I get the configuration file for the Co Gary Thomas
  0 siblings, 1 reply; 2+ messages in thread
From: wyeepeng @ 2001-08-22 23:03 UTC (permalink / raw)
  To: jlarmour; +Cc: ecos-discuss

Hi,
  I imported the ecm file and build the target. However, it failed with many 
warnings and an error (see below). Do you know what is wrong?

......
/root/ecos/packages/devs/eth/cf/current/src/if_sc_lpe.c:88: parse error before 
`dev_link_t'
/root/ecos/packages/devs/eth/cf/current/src/if_sc_lpe.c:88: warning: no 
semicolon at end of struct or union
/root/ecos/packages/devs/eth/cf/current/src/if_sc_lpe.c:90: parse error before 
`node'
/root/ecos/packages/devs/eth/cf/current/src/if_sc_lpe.c:90: warning: type 
defaults to `int' in declaration of `node'
/root/ecos/packages/devs/eth/cf/current/src/if_sc_lpe.c:90: warning: data 
definition has no type or storage class
......
/root/ecos/packages/devs/eth/cf/current/src/if_sc_lpe.c:1085: warning: type 
defaults to `int' in declaration of `module_exit'
/root/ecos/packages/devs/eth/cf/current/src/if_sc_lpe.c:1085: warning: 
parameter names (without types) in function declaration
/root/ecos/packages/devs/eth/cf/current/src/if_sc_lpe.c:1085: warning: data 
definition has no type or storage class
/root/ecos/packages/devs/eth/cf/current/src/if_sc_lpe.c:89: storage size of 
`dev' isn't known
/root/ecos/packages/devs/eth/cf/current/src/if_sc_lpe.c:91: storage size of 
`stats' isn't known
/root/ecos/packages/devs/eth/cf/current/src/if_sc_lpe.c:93: storage size of 
`media' isn't known
/root/ecos/packages/devs/eth/cf/current/src/if_sc_lpe.c:99: warning: `if_names' 
defined but not used
/root/ecos/packages/devs/eth/cf/current/src/if_sc_lpe.c:666: warning: 
`el3_tx_timeout' defined but not used
make[1]: *** [src/if_sc_lpe.o.d] Error 1
make: *** [build] Error 2


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

* RE: [ECOS] RE: Where can I get the configuration file for the Co
  2001-08-22 23:03 [ECOS] RE: Where can I get the configuration file for the Compaq IPAQ redboot package wyeepeng
@ 2001-08-23  3:47 ` Gary Thomas
  0 siblings, 0 replies; 2+ messages in thread
From: Gary Thomas @ 2001-08-23  3:47 UTC (permalink / raw)
  To: wyeepeng; +Cc: ecos-discuss, jlarmour

This makes little sense to me.  The errors you are getting could never
happen from our code - that file does not have any of those symbols in it.

Are you sure your sources are correct?  The file should be [close to] this size:

[gthomas@hermes gcc]$ ls -l if_sc_lpe.c
-rw-r--r--    1 gthomas  wheel       10590 Jun 22 12:18 if_sc_lpe.c

On 23-Aug-2001 wyeepeng@dso.org.sg wrote:
> Hi,
>   I imported the ecm file and build the target. However, it failed with many 
> warnings and an error (see below). Do you know what is wrong?
> 
> ......
> /root/ecos/packages/devs/eth/cf/current/src/if_sc_lpe.c:88: parse error before 
> `dev_link_t'
> /root/ecos/packages/devs/eth/cf/current/src/if_sc_lpe.c:88: warning: no 
> semicolon at end of struct or union
> /root/ecos/packages/devs/eth/cf/current/src/if_sc_lpe.c:90: parse error before 
> `node'
> /root/ecos/packages/devs/eth/cf/current/src/if_sc_lpe.c:90: warning: type 
> defaults to `int' in declaration of `node'
> /root/ecos/packages/devs/eth/cf/current/src/if_sc_lpe.c:90: warning: data 
> definition has no type or storage class
> ......
> /root/ecos/packages/devs/eth/cf/current/src/if_sc_lpe.c:1085: warning: type 
> defaults to `int' in declaration of `module_exit'
> /root/ecos/packages/devs/eth/cf/current/src/if_sc_lpe.c:1085: warning: 
> parameter names (without types) in function declaration
> /root/ecos/packages/devs/eth/cf/current/src/if_sc_lpe.c:1085: warning: data 
> definition has no type or storage class
> /root/ecos/packages/devs/eth/cf/current/src/if_sc_lpe.c:89: storage size of 
> `dev' isn't known
> /root/ecos/packages/devs/eth/cf/current/src/if_sc_lpe.c:91: storage size of 
> `stats' isn't known
> /root/ecos/packages/devs/eth/cf/current/src/if_sc_lpe.c:93: storage size of 
> `media' isn't known
> /root/ecos/packages/devs/eth/cf/current/src/if_sc_lpe.c:99: warning: `if_names' 
> defined but not used
> /root/ecos/packages/devs/eth/cf/current/src/if_sc_lpe.c:666: warning: 
> `el3_tx_timeout' defined but not used
> make[1]: *** [src/if_sc_lpe.o.d] Error 1
> make: *** [build] Error 2

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

end of thread, other threads:[~2001-08-23  3:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-08-22 23:03 [ECOS] RE: Where can I get the configuration file for the Compaq IPAQ redboot package wyeepeng
2001-08-23  3:47 ` [ECOS] RE: Where can I get the configuration file for the Co Gary Thomas

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