Copyright 2004- Jun Makino
As the workaround, install the device driver in GRAPE-6 package. You need to follow steps one and three of the installation script. Details of the GRAPE-6 library install script is given here.
========= Main Menu ======== 1. Compiling the device driver 2. Compiling libraries and sample applications. 3. Installing the device driver (need to be a superuser) 4. Testing the basic device driver functions and the PCI card. 5. Testing the libraries and sample applicationsYou need to do steps 1 and 3 of the main menu
diff -C1 g6autil.c g6autil.c.bak *** g6autil.c 2004-11-19 13:17:43.000000000 +0900 --- g6autil.c.bak 2004-10-01 21:26:54.000000000 +0900 *************** *** 3,5 **** #include <fcntl.h> ! #include "memmap.h" #define NPCIMEM 16 --- 3,5 ---- #include <fcntl.h> ! #define NPCIMEM 16Namely, you need to add a single line
#include "memmap.h"after
#include <fcntl.h>The modified file is here. This one os for version 1.0. May not work with other versions.
Good luck!