public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
* [ECOS] Includiong Microwindows Package
@ 2005-05-19 12:25 Raghavendra K
  2005-05-19 13:21 ` Gary Thomas
  0 siblings, 1 reply; 2+ messages in thread
From: Raghavendra K @ 2005-05-19 12:25 UTC (permalink / raw)
  To: ecos-discuss

Hi,

 
Iam a new user of eCos trying to include the microwindows package in the build. But I am getting the following errors always. I searched in the mailing list and found out similar posts but couldn't find an appropriate solution for this. So iam mailing again. I am trying out the build for SH7729R target.
 
 
/ecos-c/cygwin/opt/ecos/ecos-2.0/packages/services/gfx/mw/v2_0/src/nanox/srvmain.c:51:2: #error Not yet supported.
/ecos-c/cygwin/opt/ecos/ecos-2.0/packages/services/gfx/mw/v2_0/src/nanox/srvmain.c:281:12: warning: "DOS_DJGPP" is not defined
/ecos-c/cygwin/opt/ecos/ecos-2.0/packages/services/gfx/mw/v2_0/src/nanox/srvmain.c:288: error: parse error before '->' token
/ecos-c/cygwin/opt/ecos/ecos-2.0/packages/services/gfx/mw/v2_0/src/nanox/srvmain.c:289: error: parse error before '->' token
/ecos-c/cygwin/opt/ecos/ecos-2.0/packages/services/gfx/mw/v2_0/src/nanox/srvmain.c: In function `GrRegisterInput':
/ecos-c/cygwin/opt/ecos/ecos-2.0/packages/services/gfx/mw/v2_0/src/nanox/srvmain.c:294: error: `data' undeclared (first use in this function)
/ecos-c/cygwin/opt/ecos/ecos-2.0/packages/services/gfx/mw/v2_0/src/nanox/srvmain.c:294: error: (Each undeclared identifier is reported only once
/ecos-c/cygwin/opt/ecos/ecos-2.0/packages/services/gfx/mw/v2_0/src/nanox/srvmain.c:294: error: for each function it appears in.)
/ecos-c/cygwin/opt/ecos/ecos-2.0/packages/services/gfx/mw/v2_0/src/nanox/srvmain.c: In function `GrUnregisterInput':
/ecos-c/cygwin/opt/ecos/ecos-2.0/packages/services/gfx/mw/v2_0/src/nanox/srvmain.c:305: error: `data' undeclared (first use in this function)
/ecos-c/cygwin/opt/ecos/ecos-2.0/packages/services/gfx/mw/v2_0/src/nanox/srvmain.c:312: warning: left-hand operand of comma _expression has no effect
/ecos-c/cygwin/opt/ecos/ecos-2.0/packages/services/gfx/mw/v2_0/src/nanox/srvmain.c:312: warning: value computed is not used
/ecos-c/cygwin/opt/ecos/ecos-2.0/packages/services/gfx/mw/v2_0/src/nanox/srvmain.c:361:5: warning: "VXWORKS" is not defined
/ecos-c/cygwin/opt/ecos/ecos-2.0/packages/services/gfx/mw/v2_0/src/nanox/srvmain.c: In function `GsSelect':
/ecos-c/cygwin/opt/ecos/ecos-2.0/packages/services/gfx/mw/v2_0/src/nanox/srvmain.c:582: error: `data' undeclared (first use in this function)
/ecos-c/cygwin/opt/ecos/ecos-2.0/packages/services/gfx/mw/v2_0/src/nanox/srvmain.c:677:5: warning: "VTSWITCH" is not defined
/ecos-c/cygwin/opt/ecos/ecos-2.0/packages/services/gfx/mw/v2_0/src/nanox/srvmain.c:767:6: warning: "HAVE_BIG5_SUPPORT" is not defined
/ecos-c/cygwin/opt/ecos/ecos-2.0/packages/services/gfx/mw/v2_0/src/nanox/srvmain.c:767:26: warning: "HAVE_GB2312_SUPPORT" is not defined
/ecos-c/cygwin/opt/ecos/ecos-2.0/packages/services/gfx/mw/v2_0/src/nanox/srvmain.c:821:5: warning: "VTSWITCH" is not defined
/ecos-c/cygwin/opt/ecos/ecos-2.0/packages/services/gfx/mw/v2_0/src/nanox/srvmain.c:865:5: warning: "VTSWITCH" is not defined
make[1]: Leaving directory `/ecos-d/eCos_Planet55/Dmine_micro_build/services/gfx/mw/v2_0'
make[1]: *** [src/nanox/srvmain.o.d] Error 1
make: Leaving directory `/ecos-d/eCos_Planet55/Dmine_micro_build'
make: *** [build] Error 2
  
Expecting some help.
 


Thanks,
ragh


--
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] Includiong Microwindows Package
  2005-05-19 12:25 [ECOS] Includiong Microwindows Package Raghavendra K
@ 2005-05-19 13:21 ` Gary Thomas
  0 siblings, 0 replies; 2+ messages in thread
From: Gary Thomas @ 2005-05-19 13:21 UTC (permalink / raw)
  To: Raghavendra K; +Cc: eCos Discussion

On Thu, 2005-05-19 at 14:53 +0530, Raghavendra K wrote:
> Hi,
> 
>  
> Iam a new user of eCos trying to include the microwindows package 
> in the build. But I am getting the following errors always. I 
> searched in the mailing list and found out similar posts but couldn't 
> find an appropriate solution for this. So iam mailing again. I am 
> trying out the build for SH7729R target.

Exactly how did you configure eCos?  Does this target have the
appropriate hardware drivers for microwindows?

n.b. eCos 2.0 is getting quite long in the tooth now - it's over 2 
years old, so you might consider moving to the anonymous CVS code
base.

-- 
------------------------------------------------------------
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:[~2005-05-19 12:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-05-19 12:25 [ECOS] Includiong Microwindows Package Raghavendra K
2005-05-19 13:21 ` 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).