This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Includiong Microwindows Package


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]