As Christian Moll wrote: > I installed mingw through MacPorts. And called > ./configure --target=i586-mingw32 > Output looks okay. > > But make brings: > > /bin/sh ./ylwrap config_gram.y y.tab.c config_gram.c y.tab.h > config_gram.h y.output config_gram.output -- bison -y -d > updating config_gram.h > /bin/sh ./ylwrap lexer.l lex.yy.c lexer.c -- flex > make all-recursive > Making all in windows
Is that a shell from MacOS, or a MSys (MinGW) shell? You should use the latter when compiling for Windows. -- cheers, J"org .-.-. --... ...-- -.. . DL8DTL http://www.sax.de/~joerg/ NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-) _______________________________________________ avrdude-dev mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/avrdude-dev
