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
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 9: Line 9:
     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.