You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This requires the NI GPIB driver; this repo includes the 32-bit version.
To use it, your compiler must be able to generate and link 32-bit code. It may be possible to link against a 64-bit driver if NI provides one (unknown), but is untested so far.
By default, some 68k code must be compiled (required for main ROM erase and reflash) and therefore requires the appropriate compiler.
To build under Linux:
- edit Makefile, check CC=... line
- "make"
To build under DOS (tested dosbox with MS 6.00 compilers)
- refer to "mkf_dos" file : essentially "nmake /f mkf_dos"
- by default *does not* include the ROM reflash kernel