This is the mail archive of the ecos-discuss@sourceware.org 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]

Trying to build ecosconfig (again).


Once again, I need to build ecosconfig.  Once again, it's a
struggle.

I create an empty directory and do 

  "configure path/to/host/configure"

That seems to go OK, but then the subsequent "make" sprays
warnings for a couple minutes and then fails like this:

c++ -pipe -Wall -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Woverloaded-virtual -O0   -o ecosconfig  ecosconfig.o cdl_exec.o build.o flags.o  -lcdl -lcyginfra -L/usr/lib -ltcl8.4  -L/home/grante/ecos/build/libcdl -L/home/grante/ecos/build/infra
c++: ecosconfig.o: No such file or directory
c++: cdl_exec.o: No such file or directory
make[2]: *** [ecosconfig] Error 1
make[2]: Leaving directory /home/grante/ecos/build/tools/configtool/standalone/common'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory /home/grante/ecos/build/tools/configtool/standalone/common'
make: *** [all-recursive] Error 1



Sure enough, neither ecosconfig.o nor cdl_exec.o are anywhere
to be found in the build tree.  Neither can I find any thing in
the output from the make that indicates an attempt to build
either one of them.

IIRC, this is with a CVS snapshot from May 2007.

-- 
Grant Edwards                   grante             Yow! I'm having a RELIGIOUS
                                  at               EXPERIENCE ... and I don't
                               visi.com            take any DRUGS


-- 
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]