Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cppcheck for armv6 #3559

Closed
1 task done
peterus opened this issue Jun 14, 2020 · 1 comment
Closed
1 task done

cppcheck for armv6 #3559

peterus opened this issue Jun 14, 2020 · 1 comment

Comments

@peterus
Copy link

peterus commented Jun 14, 2020

What kind of issue is this?

  • Question

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?

@valeros
Copy link
Member

valeros commented Aug 25, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants