Dear Sir,
Using NRF-52833 dev kit on SES. I tried to run the static analysis tool, getting error 'unknown register name 'vfpcc' in asm.'
This error appears for every file.
SES is enabled with GCC compiler.
Regards,
Lakshmi
Dear Sir,
Using NRF-52833 dev kit on SES. I tried to run the static analysis tool, getting error 'unknown register name 'vfpcc' in asm.'
This error appears for every file.
SES is enabled with GCC compiler.
Regards,
Lakshmi
Hi
I'm sorry, but we don't have any experience with integrating static analysis tools with SES.
Best regards,
Simon
In SES there is an option for run static code analyzer. Available on right-click on the c file. Above is the picture of that
Correct, but we at Nordic have not used this in any way, so I suggest you ask the SEGGER technical support about the Static Code Analyzer tool. I'm sorry I can't help anymore, but we don't have any experience with the SES Static Code Analyzer.
Best regards,
Simon
Thank you.
Hello,
To run the Segger Studio static analysis tool; I suggest to make a separate build configuration named "Analysis" and add the preprocessor flags:
__SOFTFP__
__LINT__
(Or just add them in for instance the Debug configuration, remember to remove them later).
This will disable FPU, but it makes static analysis work, at least for me. Now, right click a file.c and run "Run Static Code Analyzer".