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
CorePackageManager: Installing tool-cppcheck @ ~1.190.0
Error: Could not find a version that satisfies the requirement '~1.190.0' for your system 'linux_armv7l'
Steps to Reproduce
platformio check --fail-on-defect low --fail-on-defect medium --fail-on-defect high
Actual Results
cppcheck can not be installed because it is not existing to download for armv7l.
Expected Results
running cppcheck
Additional info
Would it be possible to add cppcheck for armv7l to use it on a Raspberry 3B?
The text was updated successfully, but these errors were encountered:
Hi @peterus ! We've added the Cppcheck package for ARM architecture, please upgrade your PlatformIO Core to the development version via pio upgrade --dev and try run the check command. Feel free to reopen if you have any problems.
What kind of issue is this?
Configuration
Operating system:
latest Raspian on Raspberry 3B
PlatformIO Version (
platformio --version
):latest
Description of problem
CorePackageManager: Installing tool-cppcheck @ ~1.190.0
Error: Could not find a version that satisfies the requirement '~1.190.0' for your system 'linux_armv7l'
Steps to Reproduce
platformio check --fail-on-defect low --fail-on-defect medium --fail-on-defect high
Actual Results
cppcheck can not be installed because it is not existing to download for armv7l.
Expected Results
running cppcheck
Additional info
Would it be possible to add cppcheck for armv7l to use it on a Raspberry 3B?
The text was updated successfully, but these errors were encountered: