Details
-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
Qt Creator 4.6.0-beta1
-
OSX, AppleClang.
-
b2b57a51238105164bc11c25a4ffb633028acd2d
Description
It's fairly common to have undefined symbol errors. It's annoyed me forever that compilers just list the object files where the symbols are used and not where the symbol is first used (they totally could do that) but anyway we can't fix that here.
In the Issues pane of Qt Creator, if you get an undefined symbol error it just says something like:
> symbol(s) not found for architecture x86_64
> linker command failed with exit code 1 (use -v to see invocation)
And you have to go to the Compile Output pane to see which actual symbols are undefined.
Qt Creator should parse those errors in the same way it parses other compile errors.
Attachments
For Gerrit Dashboard: QTCREATORBUG-19766 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
279764,2 | Toolchains: Add output parser for Apple ld | master | qt-creator/qt-creator | Status: MERGED | +2 | 0 |