From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Mathieu Routhier" To: Subject: [ECOS] Building eCOS for the first time (or hoping so) Date: Tue, 18 Sep 2001 13:07:00 -0000 Message-id: <001701c1407d$837ad740$390214c0@mrouthier> X-SW-Source: 2001-09/msg00398.html Hi guys, I'm new to eCOS and I'm still trying to build my first eCOS binary. I've had a lot of trouble getting the arm-elf-gcc to work. First the eCOS config tool generated makefiles with corrupted paths (like putting double slashes at the beginning of my path). I had to modify the makefiles by hand. What have I done wrong? Anyway, now the project fails during compilation. I've made no modification to the default config. At the bottom of the message is the line that generates the error. The part following 'Assembler messages' reads 'for reading.open' but is really 'Could not open [] for reading', where [] is a 0x0D ascii character. So the Assembler tries to open the file called 0x0D. This is bad :) What I'm I to do? What does this problem means? Is there hope at all? Mathieu Routhier ---------------------- arm-elf-gcc -c -I/c/DEV/SecBuild/Untitled_install/include -I/c/eCos/packages/ha l/arm/arch/v1_3_1 -I/c/eCos/packages/hal/arm/arch/v1_3_1/src -I/c/eCos/packages/ hal/arm/arch/v1_3_1/tests -I. -I/c/eCos/packages/hal/arm/arch/v1_3_1/src/ -mcpu= arm7tdmi -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded -virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -f vtable-gc -finit-priority -Wp,-MD,src/hal_misc.tmp -o src/hal_arm_arch_hal_misc. o /c/eCos/packages/hal/arm/arch/v1_3_1/src/hal_misc.c Assembler messages: for reading.open : No such file or directory make[1]: *** [src/hal_misc.o.d] Error 1