Discuss the development of new homebrew software, tools and libraries.
	Moderators:  cheriff , TyRaNiD 
			
		
		
			
				
																			
								ITDemo 							 
									
		Posts:  20  		Joined:  Sat Nov 17, 2007 8:08 am 		
		
						
						
		 
		
						
					
													
							
						
									
						Post 
					 
								by ITDemo   »  Sat Nov 17, 2007 8:15 am 
			
			
			
			
			Hi i am new to the psp dev world and am trying to set up psp toolchain.
i have set it up before on cygwin but decided to do it probably in ubuntu.
But when i run the toolchain script i get this problem.
 
 
			
			
									
									
						 
		 
				
		
		 
	 
				
		
		
			
				
																			
								CpuWhiz 							 
									
		Posts:  42  		Joined:  Mon Jun 04, 2007 1:30 am 		
		
						
						
		 
		
						
					
						 
		 
													
							
						
									
						Post 
					 
								by CpuWhiz   »  Sat Nov 17, 2007 8:50 am 
			
			
			
			
			My guess is you need libusb-dev. Here is the packages I installed to meet any dependencies you need to compile the toolchain: 
 
[code[sudo aptitude install tofrodos libtool autoconf automake bison flex gcc make libncurses-dev patch libreadline-dev subversion texinfo wget doxygen graphviz libusb-dev build-essential[/code] 
 
You don't need  doxygen or tofrodos but they are always handy :)
			
			
									
									
						 
		 
				
		
		 
	 
				
		
		
			
				
																			
								ITDemo 							 
									
		Posts:  20  		Joined:  Sat Nov 17, 2007 8:08 am 		
		
						
						
		 
		
						
					
						 
		 
													
							
						
									
						Post 
					 
								by ITDemo   »  Sun Nov 18, 2007 8:34 am 
			
			
			
			
			Thanks got it working :)