samplx / z80pack

z80pack is a Z80 cross development package for UNIX systems distributed with all sources under a BSD style license.
MIT License
4 stars 1 forks source link

frontpanel lib not working on 64-bit platforms #1

Closed lexthehex closed 3 years ago

lexthehex commented 11 years ago

To get the frontpanel library to work on a 64-bit platform, you will need to disable optimisation for the library. Edit frontpanel/Makefile and in the CFLAGS line, change -O3 to -O0. The library will then work.

samplx commented 3 years ago

Sorry for the very late reply. This repo is being archived.

I am sure that the original author has corrected the issues.

You should use his code if you haven't already.