problem in toolchain.sh

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
Debug
Posts: 16
Joined: Thu Oct 06, 2005 4:16 am

problem in toolchain.sh

Post by Debug »

I don't know if this is fixable, or how to fix it, but if you run toolchain.sh from the root directory, it tries to unzip the bunutils, gcc, and newlib from //*.tar.gz, which makes it think it's a network address. The problem has plagued me for hours. A simple solution, of course, would be to run the toolchain from any folder, but I thought maybe there's a fix for it to keep people from worrying about it in the future.

Code: Select all

catch(IOException e){
//oh crap
}
Post Reply