forked from Github_Repos/cvw
		
	Merge pull request #144 from ross144/main
Fixed bug in tool chain install script
This commit is contained in:
		
						commit
						6cc341a464
					
				@ -62,7 +62,7 @@ make install
 | 
				
			|||||||
# elf2hex
 | 
					# elf2hex
 | 
				
			||||||
cd $RISCV
 | 
					cd $RISCV
 | 
				
			||||||
#export PATH=$RISCV/riscv-gnu-toolchain/bin:$PATH
 | 
					#export PATH=$RISCV/riscv-gnu-toolchain/bin:$PATH
 | 
				
			||||||
gexport PATH=$RISCV/bin:$PATH
 | 
					export PATH=$RISCV/bin:$PATH
 | 
				
			||||||
git clone https://github.com/sifive/elf2hex.git
 | 
					git clone https://github.com/sifive/elf2hex.git
 | 
				
			||||||
cd elf2hex
 | 
					cd elf2hex
 | 
				
			||||||
autoreconf -i
 | 
					autoreconf -i
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user