This is the mail archive of the ecos-discuss@sourceware.cygnus.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]

i386 PC target


Hi everyone

I'm using the following configuration under Windows 98:
- eCos 1.3.1
- Cygwin 1.1

I have configured eCos for the i386 PC target (eCos configuration tool,
Build->Templates).
The path for the build and users tools are set correct.

If I select Build->Library the build process starts with the following
printout:

make -r -C hal/common/v1_3_1 headers
make[1]: Entering directory
`/cygdrive/m/Project/eCos/i386/work_build/hal/common/v1_3_1'
...
headers finished
make -r -C hal/common/v1_3_1 build
make[1]: Entering directory
`/cygdrive/m/Project/eCos/i386/work_build/hal/common/v1_3_1'
i386-elf-gcc -c  ...a lot of include path and compiler flags... \
   -o src/hal_common_generic-stub.o
/eCos/packages/hal/common/v1_3_1/src/generic-stub.c
Assembler messages:
Error: Can't open xxx for reading.
xxx: Invalid argument
make[1]: *** [src/generic-stub.o.d] Error 1
make[1]: Leaving directory
`/cygdrive/m/Project/eCos/i386/work_build/hal/common/v1_3_1'
make: *** [build] Error 2

NOTE: The xxx in the printout above is the character 0xDE.

What's going wrong here.
Can anyone give me a hint where to look?

Best regards, Jörg


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