Toolchain doesn't work.

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

Moderators: cheriff, TyRaNiD

Post Reply
DiabloTerrorGF
Posts: 64
Joined: Fri Jul 15, 2005 11:44 pm

Toolchain doesn't work.

Post by DiabloTerrorGF »

http://diabolicalsys.net/error.txt

Odd, it would let me a topic title without getting some debug info crap:

Code: Select all

General Error
 
Could not insert new word

DEBUG MODE

INSERT IGNORE INTO search_wordlist (word_text, word_common) VALUES ('cygwin', 0), ('error', 0), ('install', 0), ('make', 0), ('minute', 0), ('paste', 0), ('per', 0), ('post', 0), ('strict', 0), ('thing', 0), ('toolchain', 0)

Line : 234
File : functions_search.php
So I had to remove all words that kept coming up in the debug info until it would post. I now then edited the info to be right...

Anyways, I get an error when trying to install the toolchail.

Code: Select all

checking for working mmap... no
checking for working strncmp... yes
updating cache ./config.cache
configure: creating ./config.status
config.status: creating Makefile
config.status: creating testsuite/Makefile
config.status: creating config.h
config.status: executing default commands
mkdir -p -- ./bfd
Configuring in bfd
configure: creating cache ./config.cache
checking build system type... i686-pc-cygwin
checking host system type... i686-pc-cygwin
checking target system type... Invalid configuration `psp': machine `psp' not re
cognized
configure: error: /bin/sh ../../bfd/../config.sub psp failed
make: *** [configure-bfd] Error 1
ERROR BUILDING BINUTILS (binutils-2.16 psp)
cory1492
Posts: 216
Joined: Fri Dec 10, 2004 1:49 pm

Post by cory1492 »

- my bad, my solution will not work for you since I posted it in the wrong thread -

btw: you can get the latest revision of the toolchain script from svn using tortoisesvn or similar.
Post Reply