Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
Hi,
Compilers sometimes emit multiple error/warning/notice lines to better describe an error. The table format used by the web compiler is messing up with those details. A typical situation is when a matching function is not found. The compiler usually emits a list of candidates.
Being able to see the raw compiler output would greatly help analysing the compilation errors.