일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
- Xcode
- kmip
- Android
- WebAuthn
- 안드로이드
- apple
- SWIFT
- 앱리소스
- MFA
- appres
- SwiftUI
- albumbook
- SSH
- 애플
- 앨범북
- 인증
- 2FA
- otpkey
- openssl
- OTP
- MSYS2
- Nodejs
- FIDO2
- SSL
- fido
- OSX
- MYSQL
- git
- css
- 앱스토어
- Today
- Total
인디노트
Linux - update-alternatives - ARM 추가 본문
참고 : vi /var/lib/dpkg/alternatives/gcc 파일을 확인해 보면 좋다.
update-alternatives --install /usr/bin/gcc gcc /usr/bin/arm-linux-gnueabi-gcc 30 --slave /usr/bin/g++ g++ /usr/bin/arm-linux-gnueabi-g++
update-alternatives --install /usr/bin/gcc gcc /usr/bin/arm-linux-gnueabihf-gcc 30 --slave /usr/bin/g++ g++ /usr/bin/arm-linux-gnueabihf-g++
update-alternatives --install /usr/bin/gcc gcc /usr/bin/arm-none-eabi-gcc 30 --slave /usr/bin/g++ g++ /usr/bin/arm-none-eabi-g++
root@dev:~#
update-alternatives --install /usr/bin/gcc gcc /usr/bin/arm-linux-gnueabi-gcc 30 --slave /usr/bin/g++ g++ /usr/bin/arm-linux-gnueabi-g++
root@dev:~#
update-alternatives --install /usr/bin/gcc gcc /usr/bin/arm-linux-gnueabihf-gcc 30 --slave /usr/bin/g++ g++ /usr/bin/arm-linux-gnueabihf-g++
root@dev:~#
update-alternatives --install /usr/bin/gcc gcc /usr/bin/arm-none-eabi-gcc 30 --slave /usr/bin/g++ g++ /usr/bin/arm-none-eabi-g++
root@dev:~# update-alternatives --config gccThere are 5 choices for the alternative gcc (providing /usr/bin/gcc). Selection Path Priority Status------------------------------------------------------------
* 0 /usr/bin/gcc-8 50 auto mode
1 /usr/bin/arm-linux-gnueabi-gcc 30 manual mode 2 /usr/bin/arm-linux-gnueabihf-gcc 30 manual mode 3 /usr/bin/arm-none-eabi-gcc 30 manual mode 4 /usr/bin/gcc-4.8 40 manual mode 5 /usr/bin/gcc-8 50 manual mode
Press <enter> to keep the current choice[*], or type selection number:
'개발 플랫폼 및 언어' 카테고리의 다른 글
구글의 소스 레파지토리 (0) | 2019.05.19 |
---|---|
CentOS 7 Cross Compiler (0) | 2019.03.15 |
Linux - update-alternatives - gcc 예제 (0) | 2019.03.15 |
Linux - update-alternatives (0) | 2019.03.15 |
UFW Firewall on Ubuntu/Debian (0) | 2019.03.15 |