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]

trying to build ecosconfig for Solaris 7


I am trying to build ecosconfig for Solaris 7.

I found the reasonable README in tools/src/ which I am following.
This file doesn't give the relative path to the configure script,
but I found one in  tools/src/tools/configtool/standalone/common
which I am using.

I discovered that this configure script inherently assumes that
the build directory (from where you will execute configure
and then do the make) must be in tools/src/tools/configtool/standalone.
I created the build directory (tools/src/tools/configtool/standalone/build)
and ran configure from there.
I got configure to run to completion and create a Makefile.
However, when I try to run make, I get these errors:


c++ -Wall -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wstrict-prototypes 
-Wmissing-prototypes -Wnested-externs -Woverloaded-virtual 
-DPACKAGE=\"ecosconfig\" -DVERSION=\"0.1\"  -I. -I../common  -I../../../../infra 
-I../common/../../../../libcdl -I/pkg/local/include 
-I../common/../../common/common    -g -O2 -c ../common/ecosconfig.cxx
In file included from ../common/../../../../libcdl/cdl.hxx:57,
                 from ../common/cdl_exec.hxx:25,
                 from ../common/ecosconfig.cxx:48:
../common/../../../../libcdl/cdlcore.hxx:85: cyg/infra/cyg_type.h: No such file 
or directory
../common/../../../../libcdl/cdlcore.hxx:89: cyg/infra/cyg_ass.h: No such file 
or directory

The files which can't be found are located in tools/src/infra, but
there is no "cyg" in their pathname. Note also that the -I directives
do include the infra directory.

Has anyone gotten this to work? I'm puzzled how an include file
in "tools/src/infra" could be found in <cyg/infra>. Have I found
a bug, or is there something I'm missing? I saw some mail in
the August mail archives from someone else who said he got the host-side tools
to build on Solaris 7, but then they dumped core.

Thanks in advance,
-deborah bennett


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