On Fri, Oct 22, 2021 at 4:22 PM Gregory Nutt wrote:
> Off Topic: Tomasz, did you notice this:
> https://www.hackster.io/news/65f02-is-a-100-mhz-drop-in-replacement-for-vintage-8-bit-computers-ef667b0ebed3?mc_cid=371311109e&mc_eid=524337f8e9
>
> That would beef up your Commodore C64!
Whoah thanks
Off Topic: Tomasz, did you notice this:
https://www.hackster.io/news/65f02-is-a-100-mhz-drop-in-replacement-for-vintage-8-bit-computers-ef667b0ebed3?mc_cid=371311109e&mc_eid=524337f8e9
That would beef up your Commodore C64!
On Sat, Oct 16, 2021 at 6:37 PM Tomasz CEDRO wrote:
>
> On Sat, Oct 16, 2021 at 6:23 PM Tomasz CEDRO wrote:
> >
> > I have managed to build and install Debian version of
> > kconfig-frontends. Local testing for now.
> >
> > The problem I have encountered now is the `tools/configure.sh` uses
> > `ma
On Sat, Oct 16, 2021 at 6:23 PM Tomasz CEDRO wrote:
>
> I have managed to build and install Debian version of
> kconfig-frontends. Local testing for now.
>
> The problem I have encountered now is the `tools/configure.sh` uses
> `make` for builds. On BSD systems BSD version of `make` is used by
> de
I have managed to build and install Debian version of
kconfig-frontends. Local testing for now.
The problem I have encountered now is the `tools/configure.sh` uses
`make` for builds. On BSD systems BSD version of `make` is used by
default. GNU make is named `gmake` here.
Will try to patch that ou