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]

Building eCOS for the first time (or hoping so)


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



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