Page 6 of 6

Re: Anyone interested in Arduino Environment?

Posted: Mon Oct 03, 2016 12:08 pm
by davydnorris
I found that recently crosstool-NG enabled TUI inside gdb and this seems not to play well with Cygwin.

adding

Code: Select all

--disable-tui
to the gdb options lets the toolchain compile finish. Since I'm using Eclipse I figure I won't use TUI anyway.

Just in case others are having the same compile issues