Explorar o código

Added gcc known issue on old gcc variants.

AdrianSimionov %!s(int64=10) %!d(string=hai) anos
pai
achega
ff3a9bcd10
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  1. 3 1
      README.md

+ 3 - 1
README.md

@@ -66,4 +66,6 @@ Please use the GitHub system to report feature request and bugs.
 Known issues
 ------------
 
-Quoting the hex strings will result in a crash. Do not use something similar to "0xABCD".
+Quoting the hex strings will result in a crash. Do not use something similar to "0xABCD".  
+  
+There are compilation problems on old gcc variants, you should get an error similar to: docsis.c: multiple definition of `main'. Known workaround is to upgrade to a newer version of gcc.