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]

Building eCos for Synthetic Target on Cygwin


Hi all,
I'm facing the following problem: I want to build eCos for the Linux
synthetic target on Cygwin. I have set the toolchain prefix to an
empty string in the configuration tool, therefore, the build system
uses the gcc that came with Cygwin.
However, I get loads of warning and erros, like:

/ecos-c/DOCUME~1/gregohei/LOCALS~1/Temp/ccX4atZH.s:189: Warning: .type
pseudo-op used outside of .def/.endef ignored.
/ecos-c/DOCUME~1/gregohei/LOCALS~1/Temp/ccX4atZH.s:189: Warning: rest
of line ignored; first ignored character is `_'
/ecos-c/DOCUME~1/gregohei/LOCALS~1/Temp/ccX4atZH.s:192: Error: unknown
pseudo-op: `.previous'


I am using:
as 2.4.90
gcc 3.3.1 (cygming special)

When I set the toolchain prefix to "i386-elf" it buils okay, but then
obiously, I can't run eCos on top of Linux.

Do you have any ideas as of why I get these strange warnings and
errors?

Thanks very much,
Greg.

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