Hi, all
Following the step describe in bingen-v2.1.pdf, I try to compile those design at cygwin.
But there are two place needed to be patch, I am not sure if those two patch is right.
1. archc-2.1/src/acbinutils/Makefile.am(patch1.diff)
10c10
< INCLUDES = -I. -I$(top_srcdir)/src/replace -I$(top_srcdir)/src/aclib/ac_decoder -I$(top_srcdir)/src/acpp -I$(top_srcdir)/src/acsim -I$(top_srcdir)/src/aclib/ac_utils
---
> INCLUDES = -I. -I$(top_srcdir)/src/replace -I$(top_srcdir)/src/aclib/ac_decoder -I$(top_srcdir)/src/acpp -I$(top_srcdir)/src/acsim
2. gdb-6.4/Makefile.in (patch2.diff)
288c288
< then echo ${CONFIGURED_MAKEINFO}; else echo ${CONFIGURED_MAKEINFO}; fi; fi`
---
> then echo ${CONFIGURED_MAKEINFO}; else echo $$s/missing makeinfo; fi; fi`
patch for /gdb6-4/Makefile.in