Menu

#54 failed to compile

closed-fixed
nobody
None
5
2013-04-19
2013-04-17
No

I did "svn update" today and tried the build for a new machine,
and found the following typo.

Index: drivers/gpib/tnt4882/tnt4882.h

--- drivers/gpib/tnt4882/tnt4882.h (revision 1598)
+++ drivers/gpib/tnt4882/tnt4882.h (working copy)
@@ -36,8 +36,8 @@
PCI_DEVICE_ID_NI_PXIGPIB = 0xc821,
PCI_DEVICE_ID_NI_PMCGPIB = 0xc831,
PCI_DEVICE_ID_NI_PCIEGPIB = 0x70cf,
- PCI_DEVICE_ID_NI_PCIE2GPIB = 0x710e
- PCI_DEVICE_ID_CEC_NI_GPIB = 0x7258,
+ PCI_DEVICE_ID_NI_PCIE2GPIB = 0x710e,
+ PCI_DEVICE_ID_CEC_NI_GPIB = 0x7258
};

// struct which defines private_data for tnt4882 devices

with this fix, the build went through and the system worked fine.

Discussion

  • Frank Mori Hess

    Frank Mori Hess - 2013-04-19
    • status: open --> closed-fixed
     
  • Frank Mori Hess

    Frank Mori Hess - 2013-04-19

    Thanks, fixed in svn.

     

Log in to post a comment.