DAC
V4.1.071 will support old and new IAR message formats. IAR
excellent support wrote:
---
Hi,
There are basically 2 generations of error messages:
The oldest generation (which is still in use for some
products) uses a single line error message that might look
like this:
__no_init handler_t application_vector @ 0x300000;
---------------------------------------------^
"boot.c",5 Error[8]: Invalid character
encountered: '@'; ignored
The second (newest) generation uses a
multiline error message which is probably what you refer
to. Later versions can do single line error messages if
you select command line option: --no_wrap_diagnostics
Whether this is available or not depends
on the compiler product. You can get
the list of supported command line options by running the
compiler on the command line without arguments.
Best Regards,
...
--- |