简体   繁体   English

Verifone 终端的静态代码分析工具

[英]static code analysis tool to Verifone terminals

Which is the best static code analysis tool to use in the verifone POS projects? verifone POS 项目中最好使用的静态代码分析工具是什么? Does it have any particularity or I can use any C analysis tool like SonarQube?它有什么特殊性,或者我可以使用任何像 SonarQube 这样的 C 分析工具吗?

Nope, nothing special that would prevent any standard C / C++ static analysis tool from working.不,没有什么特别可以阻止任何标准的 C/C++ 静态分析工具工作。 I don't know anything about SonarQube specifically, but I've used Klockwork in the past and I run ReSharper C++ currently.我对 SonarQube 一无所知,但我过去使用过Klockwork ,目前运行ReSharper C++ In both cases, there was a bit of configuration that needed to be done for it to work properly, but in the end, it worked.在这两种情况下,都需要进行一些配置才能使其正常工作,但最终,它起作用了。

NOTE that the VeriFone terminals use ARM processors, so if your tool was built in such a way that it was specific to the x86/x64 architectures, then you may have some difficulties, but I don't think that will generally be a problem.请注意,VeriFone 终端使用 ARM 处理器,因此如果您的工具是以特定于 x86/x64 架构的方式构建的,那么您可能会遇到一些困难,但我认为这通常不会成为问题。 If I remember correctly, Klockwork stumbled on this and I had to get their tech support involved to get it configured to build for ARM... like I said, if I remember correctly--it was several years ago.如果我没记错的话,Klockwork 偶然发现了这一点,我必须让他们的技术支持参与其中才能将其配置为为 ARM 构建......就像我说的,如果我没记错的话——那是几年前的事了。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM