How do I edit error messages in GCC source

Posted by user299274 on Stack Overflow See other posts from Stack Overflow or by user299274
Published on 2010-03-22T18:34:14Z Indexed on 2010/03/22 18:41 UTC
Read the original article Hit count: 291

Hi, I am trying to create a C Compiler in my native language which I intend to put up as open source. I want to do this by downloading the GCC source code and then manually translating the error messages and warnings into my target language. I am a beginner to GCC. Any idea where the error messages are located in the source code and how can I edit them?

© Stack Overflow or respective owner

Related posts about gcc

Related posts about error-message