compiling Errors for buildroot

Asked by Jagadeesh

Hi all,
when i'm trying to make builroot i'm encountering this problem....
***************************************************************************
Location: http://sources.buildroot.net//gcc-20070921.tar.bz2 [following]
--2012-09-29 07:57:42-- http://sources.buildroot.net//gcc-20070921.tar.bz2
Resolving sources.buildroot.net... 176.9.16.109
Connecting to sources.buildroot.net|176.9.16.109|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2012-09-29 07:57:42 ERROR 404: Not Found.

make: *** [/home/jag/Desktop/embeddedLinux/buildroot-2010.05/dl/gcc-20070921.tar.bz2] Error 8

***************************************************************************

please help me to solve this one,.....
thanQ

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu util-linux Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Mark Rijckenberg (markrijckenberg) said :
#1

Please run these commands in a Terminal to try to install buildroot:

sudo apt-get update

sudo apt-get install build-essential bison flex gettext libncurses5-dev texinfo autoconf automake libtool

sudo apt-get install libpng12-dev libglib2.0-dev libgtk2.0-dev gperf libxt-dev libxp-dev git git-man

cd

git clone http://git.buildroot.net/buildroot/

cd buildroot

make

## configure buildroot - don't forget to choose the CORRECT target architecture here

make help

## check which make options to use

make

## execute make again to start building

Furthermore, depending on the architecture you are cross-compiling for, you need to also install one or more of the following gcc compilers using the apt-get package manager.

You should definitely NOT download that old version of gcc compiler that you were attempting to download. That version is FIVE years old!

$ aptitude search gcc-
i gcc-4.4 - GNU C compiler
p gcc-4.4-arm-linux-gnueabi - GNU C compiler
p gcc-4.4-arm-linux-gnueabi-base - GCC, the GNU Compiler Collection (base package)
p gcc-4.4-arm-linux-gnueabihf - GNU C compiler
p gcc-4.4-arm-linux-gnueabihf-base - GCC, the GNU Compiler Collection (base package)
i gcc-4.4-base - GCC, the GNU Compiler Collection (base package)
p gcc-4.4-doc - Documentation for the GNU compilers (gcc, gobjc, g++)
p gcc-4.4-locales - GCC, the GNU compiler collection (native language support files)
p gcc-4.4-multilib - GNU C compiler (multilib files)
p gcc-4.4-source - Source of the GNU Compiler Collection
p gcc-4.5 - The GNU C compiler
p gcc-4.5-arm-linux-gnueabi - The GNU C compiler
p gcc-4.5-arm-linux-gnueabi-base - The GNU Compiler Collection (base package)
p gcc-4.5-arm-linux-gnueabihf - The GNU C compiler
p gcc-4.5-arm-linux-gnueabihf-base - The GNU Compiler Collection (base package)
p gcc-4.5-base - The GNU Compiler Collection (base package)
p gcc-4.5-doc - Documentation for the GNU compilers (gcc, gobjc, g++)
p gcc-4.5-locales - GNU C compiler (native language support files)
p gcc-4.5-multilib - The GNU C compiler (multilib files)
p gcc-4.5-plugin-dev - Files for GNU GCC plugin development.
p gcc-4.5-source - Source of the GNU Compiler Collection
i A gcc-4.6 - GNU C compiler
p gcc-4.6-arm-linux-gnueabi - GNU C compiler
p gcc-4.6-arm-linux-gnueabi-base - GCC, the GNU Compiler Collection (base package)
p gcc-4.6-arm-linux-gnueabihf - GNU C compiler
p gcc-4.6-arm-linux-gnueabihf-base - GCC, the GNU Compiler Collection (base package)
i A gcc-4.6-base - GCC, the GNU Compiler Collection (base package)
p gcc-4.6-doc - Documentation for the GNU compilers (gcc, gobjc, g++)
p gcc-4.6-locales - GCC, the GNU compiler collection (native language support files)
i A gcc-4.6-multilib - GNU C compiler (multilib files)
p gcc-4.6-multilib-arm-linux-gnueabi - GNU C compiler (multilib files)
p gcc-4.6-multilib-arm-linux-gnueabihf - GNU C compiler (multilib files)
p gcc-4.6-plugin-dev - Files for GNU GCC plugin development.
p gcc-4.6-source - Source of the GNU Compiler Collection
p gcc-4.7-base - GCC, the GNU Compiler Collection (base package)
p gcc-arm-linux-gnueabi - The GNU C compiler for armel architecture
p gcc-arm-linux-gnueabihf - The GNU C compiler for armhf architecture
p gcc-avr - The GNU C compiler (cross compiler for avr)
p gcc-doc - Documentation for the GNU C compilers (gcc, gobjc, g++)
p gcc-h8300-hms - GNU C compiler (cross compiler for h8300-hitachi-coff)
p gcc-m68hc1x - GNU C compiler for the Motorola 68HC11/12 processors
p gcc-mingw-w64 - GNU C compiler for MinGW-w64
p gcc-mingw-w64-base - GNU Compiler Collection for MinGW-w64 (base package)
p gcc-mingw-w64-i686 - GNU C compiler for MinGW-w64 targeting Win32
p gcc-mingw-w64-x86-64 - GNU C compiler for MinGW-w64 targeting Win64
p gcc-mingw32 - GNU Compiler Collection for MinGW32 (transition package)
p gcc-msp430 - GNU C compiler (cross compiler for MSP430)
i A gcc-multilib - GNU C compiler (multilib files)
p gcc-opt - allow global optimization flags for gcc, g++
p gcc-snapshot - A SNAPSHOT of the GNU Compiler Collection
p llvm-gcc-4.6 - C front end for LLVM C/C++ compiler
$

Further instructions are here:

http://buildroot.uclibc.org/git.html

Can you help with this problem?

Provide an answer of your own, or ask Jagadeesh for more information if necessary.

To post a message you must log in.