| View previous topic :: View next topic |
| Author |
Message |
noireau
Joined: 11 Jul 2006 Posts: 5
|
Posted: Tue Jul 11, 2006 3:33 am Post subject: toolchain nooby problem.. |
|
|
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? |
|
| Back to top |
|
 |
jimparis
Joined: 10 Jun 2005 Posts: 1179 Location: Boston
|
Posted: Tue Jul 11, 2006 5:04 am Post subject: |
|
|
| Looks like you don't have gcc installed, just like it says; try running to see if you have it. If not, install the build-essential package to get it. |
|
| Back to top |
|
 |
noireau
Joined: 11 Jul 2006 Posts: 5
|
Posted: Tue Jul 11, 2006 5:44 am Post subject: |
|
|
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 |
|
| Back to top |
|
 |
danzel
Joined: 04 Nov 2005 Posts: 182
|
Posted: Tue Jul 11, 2006 6:01 am Post subject: |
|
|
as root: (or with sudo apt-get insta...) | Code: | | apt-get install build-essential flex automake1.9 autoconf |
That should install and set up everything you need I think... |
|
| Back to top |
|
 |
noireau
Joined: 11 Jul 2006 Posts: 5
|
Posted: Tue Jul 11, 2006 6:29 am Post subject: |
|
|
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 |
|
| Back to top |
|
 |
Drakonite Site Admin

Joined: 17 Jan 2004 Posts: 989
|
Posted: Tue Jul 11, 2006 6:53 am Post subject: |
|
|
ugh... learn to use linux....
It doesn't echo your keystrokes because it's a security risk. _________________ Shoot Pixels Not People!
Makeshift Development |
|
| Back to top |
|
 |
noireau
Joined: 11 Jul 2006 Posts: 5
|
Posted: Tue Jul 11, 2006 11:47 pm Post subject: |
|
|
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 |
|
| Back to top |
|
 |
|