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]

problem building ecos library on Windows XP


I got the following problem (see bottom). I have read the archives and
have done
“mount -f -t c: /ecos-c” before building. It did help with a problem I
got earlier. 
It seems to me that the problem is still with the filesystem when .tmp
is created and read back. Here are what I did:
 
1. downloaded the lastest snapshot of ecos (10/28/2002) from ecoscentric

2. downloaded and installed configtool 2.11 for windows 
3. started the configtool and pointed to the package directory of the
ecos 
4. mount -f -t c: /ecos-c 
 
I only chose a template for Cirrus Logic and didn’t do any
customization. Thanks in advance.
 
arm-elf-gcc -c  -I/ecos-c/portecos/ecostest_install/include
-I/ecos-c/ecos/packages/hal/arm/arch/current
-I/ecos-c/ecos/packages/hal/arm/arch/current/src
-I/ecos-c/ecos/packages/hal/arm/arch/current/tests -I.
-I/ecos-c/ecos/packages/hal/arm/arch/current/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/ecos/packages/hal/arm/arch/current/src/hal_misc.c
make[1]: Leaving directory
`/ecos-c/portecos/ecostest_build/hal/arm/arch/current'
Assembler messages:
make: Leaving directory `/ecos-c/portecos/ecostest_build'
Error: Can't open 
 for reading.
 
: No such file or directory
make[1]: *** [src/hal_misc.o.d] Error 1
make: *** [build] Error 2
 
 
 




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