You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have just recently discovered ikos tool and am actively trying to use it on real projects. My main concern is that the projects have too many errors that leads to fatal error: too many errors emitted, stopping now [-ferror-limit=]'message from clang (probably). Command that I run is ikos -f text --rm-db -a='*' --entry-points=pacparser_find_proxy -I/mnt/a/master/projects/pacparser/src/spidermonkey/js/src /mnt/a/master/projects/pacparser/src/pacparser.c
As can be seen I have installed ikos to WSL and am trying to analyze a project called pacparser. I do not want to analyze whole project but only 1 file and even only 1 function pacparser_find_proxy, but I can not analyze it because of the error limit. Is there any way I can pass -ferror-limit=0 flag to clang to show all the errors there are?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
I have just recently discovered ikos tool and am actively trying to use it on real projects. My main concern is that the projects have too many errors that leads to
fatal error: too many errors emitted, stopping now [-ferror-limit=]'message from clang (probably). Command that I run isikos -f text --rm-db -a='*' --entry-points=pacparser_find_proxy -I/mnt/a/master/projects/pacparser/src/spidermonkey/js/src /mnt/a/master/projects/pacparser/src/pacparser.cAs can be seen I have installed ikos to WSL and am trying to analyze a project called pacparser. I do not want to analyze whole project but only 1 file and even only 1 function pacparser_find_proxy, but I can not analyze it because of the error limit. Is there any way I can pass -ferror-limit=0 flag to clang to show all the errors there are?
Beta Was this translation helpful? Give feedback.
All reactions