public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
* [ECOS] Error Build HssAcc
@ 2007-12-19  9:04 Navya S Kamath
  0 siblings, 0 replies; 2+ messages in thread
From: Navya S Kamath @ 2007-12-19  9:04 UTC (permalink / raw)
  To: ecos-discuss

Hi,

When I tried to compile HssAcc in redboot I get following errors. How can I
correct them? Do I need to modify if_npe.c? I would like to enable 1
Ethernet and both the HSS ports

/root/redboot-build/redboot-intel-ixp4xx-070320/build/install/include/IxQueu
eAssignments.h:90:5: warning: "IX_UTOPIAMODE" is not defined
/root/redboot-build/redboot-intel-ixp4xx-070320/build/install/include/IxQueu
eAssignments.h:93:5: warning: "IX_MPHYSINGLEPORT" is not defined
/root/redboot-build/redboot-intel-ixp4xx-070320/packages/devs/eth/intel/npe/
hssAcc/current/src/IxHssAccService.c: In function `ixEthHssAccCoExistCheck':
/root/redboot-build/redboot-intel-ixp4xx-070320/packages/devs/eth/intel/npe/
hssAcc/current/src/IxHssAccService.c:166: error:
`IX_NPEDL_NPEIMAGE_NPEA_ETH_HSSCHAN_COEXIST' undeclared (first use in this
function)
/root/redboot-build/redboot-intel-ixp4xx-070320/packages/devs/eth/intel/npe/
hssAcc/current/src/IxHssAccService.c:166: error: (Each undeclared identifier
is reported only once
/root/redboot-build/redboot-intel-ixp4xx-070320/packages/devs/eth/intel/npe/
hssAcc/current/src/IxHssAccService.c:166: error: for each function it
appears
in.)/root/redboot-build/redboot-intel-ixp4xx-070320/packages/devs/eth/intel/
npe/hssAcc/current/src/IxHssAccService.c: In function `ixHssAccInit':
/root/redboot-build/redboot-intel-ixp4xx-070320/packages/devs/eth/intel/npe/
hssAcc/current/src/IxHssAccService.c:301: error:
`IX_NPEDL_NPEIMAGE_NPEA_ETH_HSSCHAN_COEXIST' undeclared (first use in this
function)
/root/redboot-build/redboot-intel-ixp4xx-070320/packages/devs/eth/intel/npe/
hssAcc/current/src/IxHssAccService.c:302: error:
`IX_NPEDL_NPEIMAGE_NPEA_HSS_PORT_0_CHAN_PORT_0_BYPASS_ATM_MPHY_4_PORT'
undeclared (first use in this function)
/root/redboot-build/redboot-intel-ixp4xx-070320/packages/devs/eth/intel/npe/
hssAcc/current/src/IxHssAccService.c:310: error:
`IX_NPEDL_NPEIMAGE_NPEA_HSS_2_PORT_CHAN_PORT_0_BYPASS' undeclared (first use
in this function)


Regards,
Navya




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

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

* Re: [ECOS] Error Build HssAcc
       [not found] <20071218151518.0DF2419500C0@mail.chez-thomas.org>
@ 2007-12-19 10:38 ` Gary Thomas
  0 siblings, 0 replies; 2+ messages in thread
From: Gary Thomas @ 2007-12-19 10:38 UTC (permalink / raw)
  To: Navya S Kamath; +Cc: ecos-discuss

Navya S Kamath wrote:
> Hi,
> 
> When I tried to compile HssAcc in redboot I get following errors. How can I
> correct them? Do I need to modify if_npe.c? I would like to enable 1
> Ethernet and both the HSS ports
> 
> /root/redboot-build/redboot-intel-ixp4xx-070320/build/install/include/IxQueu
> eAssignments.h:90:5: warning: "IX_UTOPIAMODE" is not defined
> /root/redboot-build/redboot-intel-ixp4xx-070320/build/install/include/IxQueu
> eAssignments.h:93:5: warning: "IX_MPHYSINGLEPORT" is not defined
> /root/redboot-build/redboot-intel-ixp4xx-070320/packages/devs/eth/intel/npe/
> hssAcc/current/src/IxHssAccService.c: In function `ixEthHssAccCoExistCheck':
> /root/redboot-build/redboot-intel-ixp4xx-070320/packages/devs/eth/intel/npe/
> hssAcc/current/src/IxHssAccService.c:166: error:
> `IX_NPEDL_NPEIMAGE_NPEA_ETH_HSSCHAN_COEXIST' undeclared (first use in this
> function)
> /root/redboot-build/redboot-intel-ixp4xx-070320/packages/devs/eth/intel/npe/
> hssAcc/current/src/IxHssAccService.c:166: error: (Each undeclared identifier
> is reported only once
> /root/redboot-build/redboot-intel-ixp4xx-070320/packages/devs/eth/intel/npe/
> hssAcc/current/src/IxHssAccService.c:166: error: for each function it
> appears
> in.)/root/redboot-build/redboot-intel-ixp4xx-070320/packages/devs/eth/intel/
> npe/hssAcc/current/src/IxHssAccService.c: In function `ixHssAccInit':
> /root/redboot-build/redboot-intel-ixp4xx-070320/packages/devs/eth/intel/npe/
> hssAcc/current/src/IxHssAccService.c:301: error:
> `IX_NPEDL_NPEIMAGE_NPEA_ETH_HSSCHAN_COEXIST' undeclared (first use in this
> function)
> /root/redboot-build/redboot-intel-ixp4xx-070320/packages/devs/eth/intel/npe/
> hssAcc/current/src/IxHssAccService.c:302: error:
> `IX_NPEDL_NPEIMAGE_NPEA_HSS_PORT_0_CHAN_PORT_0_BYPASS_ATM_MPHY_4_PORT'
> undeclared (first use in this function)
> /root/redboot-build/redboot-intel-ixp4xx-070320/packages/devs/eth/intel/npe/
> hssAcc/current/src/IxHssAccService.c:310: error:
> `IX_NPEDL_NPEIMAGE_NPEA_HSS_2_PORT_CHAN_PORT_0_BYPASS' undeclared (first use
> in this function)

It looks like you need to talk to Intel (I assume that's where
you got these sources) for support.  Since none of this is part
of the public eCos tree, we can't be of much assistance.

-- 
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------

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

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

end of thread, other threads:[~2007-12-18 15:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-12-19  9:04 [ECOS] Error Build HssAcc Navya S Kamath
     [not found] <20071218151518.0DF2419500C0@mail.chez-thomas.org>
2007-12-19 10:38 ` 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).