- one easy-debug w/ "standard" listenning build process of polyspace-configure
- one easy-debug w/ compile_commands.json process of polysapce-configure
Execution time of polyspace-configure when using a compilation database file
7 次查看(过去 30 天)
显示 更早的评论
I am currently in the phase of trying out Polyspace R2021b coming from R2019b. A major improvement would be to avoid the additional build for "polyspace-configure" listening on the build process output and use the "compile_commands.json" instead.
So i tried it out and also created a compiler configuration XML file (the documentation is lacking here i must say) for our custom compiler but to my suprise running "polyspace-configure" now takes ~5 min. so more time than the actual build takes. For every source file several steps are executed ("Importing definition of predefined macros", "Computing includes", ...) so i am wondering now if there is some configuration/usage problem or if this i how it is supposed to work.
2 个评论
Christian Bard
2022-3-30
编辑:Christian Bard
2022-3-30
I would recommend Peter to contact Technical Support with the two zip associated with easy-debug information:
See doc of option -easy-debug here: https://www.mathworks.com/help/bugfinder/ref/polyspaceconfigure.html#bt_t90b-optionvalue
回答(1 个)
Anirban
2022-4-4
Your compiler is actually invoked even when you use the JSON compilation database. But it is invoked to compile simple source files from Polyspace (behind the scenes) and not your actual project. The build command approach which compiles your actual project should take much longer. You can see the difference between the build command and compilation database approach here.
I am responding to this question just to clarify on your statement that the compiler is not executed at all. About the process taking longer with the compilation database compared to the build command, this is something to be looked into in further detail. For instance, the compilation database format might be interesting to look at. Hopefully, Technical Support was able to help you.
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Troubleshoot Compilation Errors 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!