Re: [Sdcc-user] gputils-1.3.0 released

2014-05-19 Thread Molnár Károly
On Sun, 18 May 2014 14:57:41 +0200 Tijl Coosemans wrote: > On Sat, 17 May 2014 16:51:19 +0200 Molnár Károly wrote: > >* The gputils can be compiled with newer versions of bison and flex. Borut made ​​this change. > > In gpasm/Makefile.am you should replace "flex" with "$(LEX)" or > "flex $

Re: [Sdcc-user] gputils-1.3.0 released

2014-05-19 Thread Tijl Coosemans
On Sat, 17 May 2014 16:51:19 +0200 Molnár Károly wrote: >* The gputils can be compiled with newer versions of bison and flex. In gpasm/Makefile.am you should replace "flex" with "$(LEX)" or "flex $(AM_LFLAGS)" with "$(LEXCOMPILE)". Older versions of FreeBSD ship with an older version of flex