This is the mail archive of the ecos-discuss@sourceware.org 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 on WinXP with different toolset?


I need to build eCos on WinXP with the CodeSorcery ARM tools (so that my eCos library can be linked by the CS linker).

The make files generated by the eCos config tool (in my build tree) seem to be specific to cygwin. For example, the exports at the top of the generated makefiles look like this:

# eCos makefile
# This is a generated file - do not edit
export PREFIX := /ecos-c/Dev/MyProduct/ecos/voyRR_install
export COMMAND_PREFIX := arm-elf-
export CC := $(COMMAND_PREFIX)gcc
export OBJCOPY := $(COMMAND_PREFIX)objcopy
export HOST := CYGWIN
export AR := $(COMMAND_PREFIX)ar
export REPOSITORY := /ecos-c/Dev/MyProduct/EDGE/ecos/ecos-2.0/packages
PACKAGE := hal/arm/arch/current

When I try to build eCos with the CodeSorcery tools it trips up on the paths above (the "ecos-c" part).

Is the config tool tied to cygwin? Does anyone have tips for building eCos with a Win32 toolset? I'm surprised by the lack of references (in the FAQ and mailing list) to this.

Thanks,
Tom.



--
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss


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