This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.

See crosstool-NG for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: crosstool-NG Cygwin Build Fails


Tim, All,

On Monday 07 May 2012 23:05:37 Lusk, Timothy CCS wrote:
> The newest two versions of crosstool-NG (1.14.x and 1.15.x) no longer
> build correctly on Cygwin.

I can't test Cygwin, as I have no windows machine (not even a VM),
so I rely on users' testing and reports. Thank you for the heads up! :-)

For users interested in running under Cygwin, it would be nice to test
the repository from time to time, to be sure to catch breakage asap, and
not wait for the release to be out. ;-)

> $ diff crosstool-ng-1.15.0_old/kconfig/Makefile crosstool-ng-1.15.0/kconfig/Makefile
> 10c10
> < LDFLAGS =
> ---
> > LDFLAGS =
> 37a38
> > conf: LDFLAGS += -lintl
> 44c45
> < mconf: LDFLAGS += $(NCURSES_LDFLAGS)
> ---
> > mconf: LDFLAGS += -lintl $(NCURSES_LDFLAGS)
> 50,51c51,52
> < $(nconf_OBJ) $(nconf_DEP): CFLAGS += $(INTL_CFLAGS)
> < nconf: LDFLAGS += -lmenu -lpanel -lncurses
> ---
> > $(nconf_OBJ) $(nconf_DEP): CFLAGS += -I/usr/include/ncursesw/ $(INTL_CFLAGS)
> > nconf: LDFLAGS += -lintl -lmenuw -lpanelw -lncursesw
> 
> $ diff crosstool-ng-1.15.0_old/kconfig/nconf.c crosstool-ng-1.15.0/kconfig/nconf.c
> 1521c1521
> <       ESCDELAY = 1;
> ---
> >       set_escdelay(1);

Would you care sending a unified diff, please? It is much easier to read:
  diff -du file-1 file-2

Ideally, you'd follow the tutorial on how to submit changes:
  docs/7 - Contributing to crosstool-NG.txt

Regards,
Yann E. MORIN.

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 223 225 172 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

--
For unsubscribe information see http://sourceware.org/lists.html#faq


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