Admins:
I am trying to install an HP SureStore 12000e with OSF v4.0 but every time
I try to rebuild the kernell I get the following error, and also I am
including the descriptor typed in the cam_data.c file:
Does anybody knows something about this????
Thanks in advance...
Julio F. del Rio
The Kellogg Co.
CAM_DATA.C
---------------------------------------------------------------
/* there should not be more than MAX_DEVICE_DESC entries */
DEV_DESC cam_devdesc_tab[] = {
/* HP SureStore Tape 12000 DDS-2 Autoloader */
{"HP C1553A" , 14, DEV_TZRDAT,
(ALL_DTYPE_SEQUENTIAL << DTYPE_SHFT) | SZ_RDAT_CLASS |
SZ_LOADER,
(struct pt_info *)ccmn_null_sizes, SZ_NO_BLK,
(DEC_MAX_REC-1),
&tlz06_dens, NO_MODE_TAB, SZ_NO_FLAGS,
NO_OPT_CMDS, SZ_READY_DEF, SZ_NO_QUE, DD_REQSNS_VAL|
DD_INQ_VAL,
43,64
},
{ 0 }
};
--------------------------------------------------------------
ERROR:
---------------------------------------------------------------
cc: Error: ../data/cam_data.c, line 1319: In the initializer for
cam_devdesc_tab[0].dd_density_tbl, "tlz06_dens" is not declared.
&tlz06_dens, NO_MODE_TAB, SZ_NO_FLAGS,
---^
cc: Error: ../data/cam_data.c, line 1331: In the initializer for
num_dev_desc, "(cam_devdesc_tab)" is of an incomplete type, and so has no
size.
I32 num_dev_desc = sizeof(cam_devdesc_tab)/sizeof(DEV_DESC);
---------------------------------------------------------------
I included the
Received on Tue Jul 01 1997 - 01:32:13 NZST