We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Similar to #436, cppcheck is not correctly installed on macOS arm64.
cppcheck
$ pio pkg uninstall -g -t platformio/tool-cppcheck Tool Manager: Removing tool-cppcheck @ 1.21100.230717 Tool Manager: [email protected] has been removed! $ pio pkg install -g -t platformio/tool-cppcheck Tool Manager: Installing platformio/tool-cppcheck Unpacking [####################################] 100% Tool Manager: [email protected] has been installed! $ file ~/.platformio/packages/tool-cppcheck/cppcheck ~/.platformio/packages/tool-cppcheck/cppcheck: Mach-O 64-bit executable x86_64
This results in the following error when the pio check command is ran:
pio check
$ pio check ... OSError: [Errno 86] Bad CPU type in executable: '~/.platformio/packages/tool-cppcheck/cppcheck'
The text was updated successfully, but these errors were encountered:
tool-cppcheck package for MacOS ARM64 has been added to the registry.
tool-cppcheck
Sorry, something went wrong.
No branches or pull requests
Similar to #436,
cppcheck
is not correctly installed on macOS arm64.This results in the following error when the
pio check
command is ran:The text was updated successfully, but these errors were encountered: