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]

compile error


Hello,

I'm new to this list. I installed the ecos 1.3.1 package and the seperate
configuration tool 1.3.net. I chose the ARM development board (PID) as a
template (packages default) and tried a Build->Library. Make goes through
several directories, compiles much stuff and when it reaches
/ecos-d/myProjects/cf_arm/ecos/Unbenannt_build/hal/arm/arch/v1_3_1, I get
the following error:

make[1]: Entering directory
`/ecos-d/myProjects/cf_arm/ecos/Unbenannt_build/hal/arm/arch/v1_3_1'
arm-elf-gcc -c  -I/ecos-d/myProjects/cf_arm/ecos/Unbenannt_install/include
-I/ecos-c/Programme/REDHAT~1/eCos/packages/hal/arm/arch/v1_3_1
-I/ecos-c/Programme/REDHAT~1/eCos/packages/hal/arm/arch/v1_3_1/src
-I/ecos-c/Programme/REDHAT~1/eCos/packages/hal/arm/arch/v1_3_1/tests -I.
-I/ecos-c/Programme/REDHAT~1/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 -fvtable-gc -finit-priority -Wp,-MD,src/hal_misc.tmp -o
src/hal_arm_arch_hal_misc.o
/ecos-c/Programme/REDHAT~1/eCos/packages/hal/arm/arch/v1_3_1/src/hal_misc.c
Assembler messages:
Error: Can't open 
 for reading.

: No such file or directory
make[1]: *** [src/hal_misc.o.d] Error 1

It seems, that the assembler gets some invalid (or even missing) filename
composed of nothing like a carriage return.

I tried this with several templates and various packages, but this error
occurs at several points.

Can anybody help me?

Thanks in advance!
Cheers, ER!K

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