meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
sw:yocto:icecc:issues:no-diagnostics-show-caret [2025/06/25 14:15] niziaksw:yocto:icecc:issues:no-diagnostics-show-caret [2025/06/25 14:23] (current) niziak
Line 5: Line 5:
 Workaround: Workaround:
  
-<file local.conf>+<file bash local.conf>
     CXXFLAGS:remove:pn-clang:toolchain-clang = "-fno-diagnostics-show-caret"     CXXFLAGS:remove:pn-clang:toolchain-clang = "-fno-diagnostics-show-caret"
     CFLAGS:remove:pn-clang:toolchain-clang = "-fno-diagnostics-show-caret"     CFLAGS:remove:pn-clang:toolchain-clang = "-fno-diagnostics-show-caret"
 </file> </file>
 +
 +There is a similar option for clang: ''-fno-caret-diagnostics'', so ''icecc.bbclass' should be fixed in future.