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]

Error in building heaps.cxx


Hi all.

I'm trying to compile a RedBoot using a i386 VMware as target on cygwin but i get an error in building heaps.cxx. 

My setup is

-cywin-1.3.18-1
-binutils-2.13.2.1
-gcc-2.95.2
Reading specs from /tools/H-i686-pc-cygwin/lib/gcc-lib/i386-elf/2.95.2/specs
gcc version 2.95.2 19991024 (release)
-eCos Configuration Tool 2.11 


make output:
----------------------------------------------------------

make -r -C services/memalloc/common/current heapgeninc.tcl
make[1]: Entering directory `/ecos-c/DOCUME~1/landis/Desktop/eCos/testvmware_build/services/memalloc/common/current'
i386-elf-gcc -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority  -I/ecos-c/DOCUME~1/landis/Desktop/eCos/testvmware_install/include -I/ecos-c/cygwin/ecos_sources/ecos/packages/services/memalloc/common/current -I/ecos-c/cygwin/ecos_sources/ecos/packages/services/memalloc/common/current/src -I/ecos-c/cygwin/ecos_sources/ecos/packages/services/memalloc/common/current/tests -I. -Wp,-MD,heapgen.tmp -E /ecos-c/cygwin/ecos_sources/ecos/packages/services/memalloc/common/current/src/heapgen.cpp -o heapgeninc.tcl
make[1]: Leaving directory `/ecos-c/DOCUME~1/landis/Desktop/eCos/testvmware_build/services/memalloc/common/current'
make -r -C services/memalloc/common/current heaps.cxx
make[1]: Entering directory `/ecos-c/DOCUME~1/landis/Desktop/eCos/testvmware_build/services/memalloc/common/current'
XPWD=`pwd` ; cd /ecos-c/cygwin/ecos_sources/ecos/packages/services/memalloc/common/current/src ; sh heapgen.tcl "/ecos-c/DOCUME~1/landis/Desktop/eCos/testvmware_install" "$XPWD"
couldn't read file "/ecos-c/DOCUME~1/landis/Desktop/eCos/testvmware_build/services/memalloc/common/current/heapgeninc.tcl": no such file or directory
    while executing
"source [ file join $builddir heapgeninc.tcl ]"
    (file "heapgen.tcl" line 
90)
make[1]: Leaving directory `/ecos-c/DOCUME~1/landis/Desktop/eCos/testvmware_build/services/memalloc/common/current'
make[1]: *** [heaps.cxx] Error 1
make: Leaving directory `/ecos-c/DOCUME~1/landis/Desktop/eCos/testvmware_build'
make: *** [build] Error 2

--------------------------------------------------------

Please note that heapgeninc.tcl exists in specified location, so why i get the "no such file or directory" message?

Any help will be welcome


-=[ SLL ]=-

http://www.sll.it
http://www.modchipnet.com




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


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