Explicitly add libnewlib-arm-none-eabi to dependencies. It is typically pulled in by gcc-arm-none-eabi as a recommended package.
This commit is contained in:
		@ -38,7 +38,7 @@ instructions for other platforms, and just in general, we recommend you see [Pic
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
1. Install CMake (at least version 3.12), and GCC cross compiler
 | 
					1. Install CMake (at least version 3.12), and GCC cross compiler
 | 
				
			||||||
   ```
 | 
					   ```
 | 
				
			||||||
   sudo apt install cmake gcc-arm-none-eabi
 | 
					   sudo apt install cmake gcc-arm-none-eabi libnewlib-arm-none-eabi
 | 
				
			||||||
   ```
 | 
					   ```
 | 
				
			||||||
1. Set up your project to point to use the Pico SDK
 | 
					1. Set up your project to point to use the Pico SDK
 | 
				
			||||||
   
 | 
					   
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user