차완기 - @12/23/2023, 3:40:00 PM
현실부정 로그
오랜만에 Pico-SDK를 사용할 일이 생겨 예제를 다시 빌드해보았는데요, 빌드 과정에서 이런 오류가 발생했습니다.
arm-none-eabi-gcc: fatal error: cannot read spec file 'nosys.specs': No such file or directory
Bash
복사
다행히 쉽게 해결 방법을 찾을 수 있었습니다.
% brew uninstall arm-none-eabi-gcc
% brew autoremove
% brew install --cask gcc-arm-embedded
Bash
복사