More Compiler Error Messages
I've just updated my page listing GCC error messages with a whole bunch of new messages. Lots and lots thanks to Diederik from Codingdomain. He just send me a mail with a whole list of error messages and solutions.
I've just updated my page listing GCC error messages with a whole bunch of new messages. Lots and lots thanks to Diederik from Codingdomain. He just send me a mail with a whole list of error messages and solutions.
5 Comments:
Thanks for the credits, this just made me smile. And I'm happy to see this resource gets better. :)
Just to point out a typo:
...... All signals are protected methods. Hence, the compiler can refer to your signsls section when it mentions protected.
Thanks - fixed!
"Undefined reference to..." can easily be caused by including a library header without actually linking to the library, a beginner's mistake I recently made. It might be worthwhile adding that to the "undefined reference" entry.
Thanks. Added!
Post a Comment
<< Home