toolchain nooby problem..

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

Moderators: cheriff, TyRaNiD

Post Reply
noireau
Posts: 5
Joined: Tue Jul 11, 2006 3:28 am

toolchain nooby problem..

Post by noireau »

hi.. i know.. al ask some stupid questions like my.. and you will say "use the search".. but i cant find it... i dont know what i must search.. my problem is in the installation... it runs on Ubuntu

checking for gcc... no
checking for cc... no
configure: error: no acceptable cc found in $PATH
ERROR CONFIGURING BINUTILS

i have allready installed gcc... and i cant find CC.. witch paket is cc?
jimparis
Posts: 1145
Joined: Fri Jun 10, 2005 4:21 am
Location: Boston

Post by jimparis »

Looks like you don't have gcc installed, just like it says; try running

Code: Select all

ls -l /usr/bin/gcc
to see if you have it. If not, install the build-essential package to get it.
noireau
Posts: 5
Joined: Tue Jul 11, 2006 3:28 am

Post by noireau »

thx a lot
i've already installed gcc... i had installes gcc 4.0.. and now i've installed the older versions.. now comes an other error:

Exportiert, Revision 1964.
creating cache ./config.cache
checking host system type... i686-pc-linux-gnulibc1
checking target system type... mipsallegrexel-psp-elf
checking build system type... i686-pc-linux-gnulibc1
checking for a BSD compatible install... /usr/bin/install -c
checking whether ln works... yes
checking whether ln -s works... yes
checking for gcc... gcc
checking whether the C compiler (gcc ) works... no
configure: error: installation or configuration problem: C compiler cannot create executables.
ERROR CONFIGURING BINUTILS

can you help again? :D thx
danzel
Posts: 182
Joined: Fri Nov 04, 2005 11:03 pm

Post by danzel »

as root: (or with sudo apt-get insta...)

Code: Select all

apt-get install build-essential flex automake1.9 autoconf
That should install and set up everything you need I think...
noireau
Posts: 5
Joined: Tue Jul 11, 2006 3:28 am

Post by noireau »

i've installed ubuntu a few days ago... i set my password as "GODGOD" (isn't real pw..)...
when i try to install via sudo (sudo apt-get install build-essential flex automake1.9 autoconf) it comes Password: |_| ...
then i must push enter because i cant write.. after enter i type GODGOD.. it sais that the password is wrong... (?!)..

i found the synapic paketmanagement.. i install all my pakets from there.. automake 1.9, flex and autoconf are allready installed
User avatar
Drakonite
Site Admin
Posts: 990
Joined: Sat Jan 17, 2004 1:30 am
Contact:

Post by Drakonite »

ugh... learn to use linux....
It doesn't echo your keystrokes because it's a security risk.
Shoot Pixels Not People!
Makeshift Development
noireau
Posts: 5
Joined: Tue Jul 11, 2006 3:28 am

Post by noireau »

srry.. i'm a windows user.. i programmed there with vs.net and i'm a noob in linux.. but thx.. i go and learn..

thx for all replies

Edit: Uh .. i'm stupid! thx.. now it works i think
Post Reply