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]

Re: Problems with building library on windows XP


>>>>> "Philipp" == Philipp Langer <philipp-langer@web.de> writes:

    Philipp> Hello,
    Philipp> I have download ecos from the anonymous cvs and the
    Philipp> Configuration Tool for XP. I want to install ecos on i386
    Philipp> PC hardware. For this hardware i'm going to use qemu or
    Philipp> bochs emulator. So i configure ecos for the i386
    Philipp> hardware. But when i want to buil the library, the
    Philipp> following errors occur:

    Philipp> make -r -C services/memalloc/common/current heapgeninc.tcl
    Philipp> make[1]: Entering directory `/ecos-c/cygwin/ecos/Test_1_build/services/memalloc/common/current'
    Philipp> i386-elf-gcc -finline-limit=7000 -Wall -Wpointer-arith  -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions    -I/ecos-c/cygwin/ecos/Test_1_install/include -I/ecos/packages/services/memalloc/common/current -I/ecos/packages/services/memalloc/common/current/src -I/ecos/packages/services/memalloc/common/current/tests -I. -Wp,-MD,heapgen.tmp -E /ecos/packages/services/memalloc/common/current/src/heapgen.cpp -o heapgeninc.tcl
    Philipp> make[1]: Leaving directory `/ecos-c/cygwin/ecos/Test_1_build/services/memalloc/common/current'
    Philipp> make[1]: *** [heapgeninc.tcl] Error 53
    Philipp> make: Leaving directory `/ecos-c/cygwin/ecos/Test_1_build'
    Philipp> make: *** [build] Error 2

    Philipp> Thank you for help

At a guess, you have not installed an i386-elf toolchain so make is
unable to run i386-elf-gcc. Go through the installation instructions
again very carefully and make sure you really have installed
everything you are supposed to.

Bart

-- 
Bart Veer                                   eCos Configuration Architect
eCosCentric Limited    The eCos experts      http://www.ecoscentric.com/
Barnwell House, Barnwell Drive, Cambridge, UK.      Tel: +44 1223 245571
Registered in England and Wales: Reg No 4422071.

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