forked from mirrors/qmk_userspace
		
	Update ARM GCC on macOS to 8.3 (#7318)
This commit is contained in:
		
					parent
					
						
							
								9dc5432a3e
							
						
					
				
			
			
				commit
				
					
						fc867422a3
					
				
			
		
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -22,8 +22,8 @@ if ! brew --version >/dev/null 2>&1; then
 | 
				
			||||||
fi
 | 
					fi
 | 
				
			||||||
 | 
					
 | 
				
			||||||
brew tap osx-cross/avr
 | 
					brew tap osx-cross/avr
 | 
				
			||||||
brew tap PX4/homebrew-px4
 | 
					brew tap osx-cross/arm
 | 
				
			||||||
brew update
 | 
					brew update
 | 
				
			||||||
brew install avr-gcc@8 gcc-arm-none-eabi dfu-programmer avrdude clang-format dfu-util python3
 | 
					brew install avr-gcc@8 arm-gcc-bin dfu-programmer avrdude clang-format dfu-util python3
 | 
				
			||||||
brew link --force avr-gcc@8
 | 
					brew link --force avr-gcc@8
 | 
				
			||||||
pip3 install -r "${util_dir}/../requirements.txt"
 | 
					pip3 install -r "${util_dir}/../requirements.txt"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue