[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[avr-gcc-list] AVR-GCC and other GCCs with Visual Studio
From: |
d x |
Subject: |
[avr-gcc-list] AVR-GCC and other GCCs with Visual Studio |
Date: |
Tue, 26 Jul 2005 09:02:00 +0800 |
Compiler Error Output
-- Visual C++ can interpret compiler error output if it is formatted
correctly. The format must be:
full_path_and_filename(line number) : errortext
c:\code\windows\bootterm\serialinterface.h(4) : fatal error C1083
If AVR-GCC compiler error output is formatted this way, Visual C++ will
jump to the file and location of the error upon double-clicking the error
as listed in the output.
How to make this? Please
_________________________________________________________________
享用世界上最大的电子邮件系统― MSN Hotmail。 http://www.hotmail.com
- [avr-gcc-list] AVR-GCC and other GCCs with Visual Studio,
d x <=