INSTALL: ChibiStudio, java, MINGW, Cygwin in disc C.
Prescribe:
Prescribe "PATH" in ChibiStudio (Eclipse) (C:\gcc\bin)
prescribe "toolchain" in ChibiStudio (Eclipse). (Cygwin)
In Windows, the control panel, the system, in addition, environment variables (bottom and top).
Prescribe "PATH" C:\Documents and Settings\All Users\Application Data\Oracle\Java\javapath;C:\gcc\bin
Prescribe "PATH" C:\gcc\bin
Better to apply PATH, by downloading Lpcxpresso $ PATH=$PATH:/Applications/lpcxpresso_7.8.0_426/lpcxpresso/tools/bin
To the project file, copy all the contents from the folder ChibiOS.
Download from here
When importing a project, select Cygwin compiler.
In the file (rules.mk) below, delete the following lines
ChibiOS\os\common\startup\ARMCMx\compilers\GCC\rules.mk
$(BUILDDIR)/$(PROJECT).bin \
$(BUILDDIR)/$(PROJECT).dmp \
$(BUILDDIR)/$(PROJECT).list
$(BUILDDIR)/$(PROJECT).list ifdef SREC OUTFILES += $(BUILDDIR)/$(PROJECT).srec endif # Source files groups and paths ifeq ($(USE_THUMB),yes)