From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26496 invoked by alias); 8 Oct 2003 09:35:41 -0000 Mailing-List: contact ecos-maintainers-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Post: List-Help: , Sender: ecos-maintainers-owner@sources.redhat.com Received: (qmail 26489 invoked from network); 8 Oct 2003 09:35:40 -0000 Message-ID: <3F83DA6E.6040009@ecoscentric.com> Date: Wed, 08 Oct 2003 09:35:00 -0000 From: John Dallaway User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4) Gecko/20030624 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Fonin.external@infineon.com CC: ecos-maintainers@sources.redhat.com Subject: Re: Compiling questions References: <855134C63EDB28488B2D815FE6BEEE61587826@mucse003.eu.infineon.com> In-Reply-To: <855134C63EDB28488B2D815FE6BEEE61587826@mucse003.eu.infineon.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-10/txt/msg00004.txt.bz2 Hi Fonin Questions such as this are best posted to the ecos-discuss mailing list where the eCos community as a whole can benefit from from the discussion. Commercial support options are also available for confidential or mission-critical queries. John Dallaway eCosCentric Limited -- Fonin.external@infineon.com wrote: >Dear maintainers > Currently we evaluates different operating systems and your system is quite interesting for us. I would be thankful if you ask me the follow question: > >We installed the version 2-.0b1 of eCos software. During the compilation of eCos for the ARM architecture the following error of makefile was occurred: > >make -r -C hal/arm/arch/v2_0b1 arm.inc >make[1]: Entering directory `/ecos-c/ecos-2.0b1/examples/ex1_build/hal/arm/arch/v2_0b1' >arm-elf-gcc -mcpu=arm7tdmi -mno-short-load-words -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/ecos-2.0b1/examples/ex1_install/include -I/ecos-c/ecos-2.0b1/packages/hal/arm/arch/v2_0b1 -I/ecos-c/ecos-2.0b1/packages/hal/arm/arch/v2_0b1/src -I/ecos-c/ecos-2.0b1/packages/hal/arm/arch/v2_0b1/tests -I. -Wp,-MD,arm.tmp -o hal_mk_defs.tmp -S /ecos-c/ecos-2.0b1/packages/hal/arm/arch/v2_0b1/src/hal_mk_defs.c >make[1]: Leaving directory `/ecos-c/ecos-2.0b1/examples/ex1_build/hal/arm/arch/v2_0b1' >arm-elf-gcc.exe: /ecos-c/ecos-2.0b1/packages/hal/arm/arch/v2_0b1/src/hal_mk_defs.c: No such file or directory >arm-elf-gcc.exe: no input files >make[1]: *** [arm.inc] Error 1 >make: *** [build] Error 2 >make: Leaving directory `/ecos-c/ecos-2.0b1/examples/ex1_build' > >The arm-gcc-elf.exe has been correctly install and path to it is in the PATH variable. > >What is wrong? > >Thank you > >Fonin Yuri >Infineon tech. > >