2011-12-04

Error: Value too large for defined data type

During compilation of program sources in Ubuntu Linux in folder, which was mounted via CIFS from windows I've got the following error from gcc:

Error: Value too large for defined data type

At the first thought it is an error in gcc, but actually the problem was in mounting directory via CIFS .

To fix this error the following options should be added to fstab or mount command line:


nounix,noserverino 
I've got this info from here. 

No comments:

Post a Comment