Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Sandeep Kumar <sandeepk@verismonetworks.com>
To: buildroot@busybox.net
Subject: [Buildroot] Urgent : at91rm9200 root file system
Date: Mon, 09 Feb 2009 14:48:57 +0530	[thread overview]
Message-ID: <1234171137.4559.67.camel@linux-l8en.site> (raw)
In-Reply-To: <498C5F12.4060904@ethertek.ca>

Hi Pattison

I have downloaded buildroot package configured it for at91rm9200 and in
the make i am getting an error which i was unable to fix. Can you please
help me in fixing this bug. One more thing i want to know is that if i
want to build a separate bootloader where i have to make the board
specific changes like ram size, Flash size, boot configuration etc. The
log is as follows:

rm -f include-fixed/README
cp /home/sandeepk/Desktop/buildroot/toolchain_build_arm/gcc-4.3.2/gcc/../fixincludes/README-fixinc include-fixed/README
chmod a+r include-fixed/README
echo timestamp > stmp-int-hdrs
make[2]: Leaving directory
`/home/sandeepk/Desktop/buildroot/toolchain_build_arm/gcc-4.3.2-initial/gcc'
Checking multilib configuration for libgcc...
mkdir -p -- arm-linux-uclibc/libgcc
Configuring in arm-linux-uclibc/libgcc
configure: creating cache ./config.cache
checking for --enable-version-specific-runtime-libs... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for gawk... gawk
checking build system type... x86_64-pc-linux-gnu
checking host system type... arm-unknown-linux-uclibc
checking for
arm-linux-uclibc-ar... /home/sandeepk/Desktop/buildroot/build_arm/staging_dir/usr/bin/arm-linux-uclibc-ar
checking for arm-linux-uclibc-lipo... arm-linux-uclibc-lipo
checking for
arm-linux-uclibc-nm... /home/sandeepk/Desktop/buildroot/toolchain_build_arm/gcc-4.3.2-initial/./gcc/nm
checking for
arm-linux-uclibc-ranlib... /home/sandeepk/Desktop/buildroot/build_arm/staging_dir/usr/bin/arm-linux-uclibc-ranlib
checking for
arm-linux-uclibc-strip... /home/sandeepk/Desktop/buildroot/build_arm/staging_dir/usr/bin/arm-linux-uclibc-strip
checking whether ln -s works... yes
checking for
arm-linux-uclibc-gcc...  /home/sandeepk/Desktop/buildroot/toolchain_build_arm/gcc-4.3.2-initial/./gcc/xgcc -B/home/sandeepk/Desktop/buildroot/toolchain_build_arm/gcc-4.3.2-initial/./gcc/ -B/home/sandeepk/Desktop/buildroot/build_arm/staging_dir/usr/arm-linux-uclibc/bin/ -B/home/sandeepk/Desktop/buildroot/build_arm/staging_dir/usr/arm-linux-uclibc/lib/ -isystem /home/sandeepk/Desktop/buildroot/build_arm/staging_dir/usr/arm-linux-uclibc/include -isystem /home/sandeepk/Desktop/buildroot/build_arm/staging_dir/usr/arm-linux-uclibc/sys-include
checking for suffix of object files... configure: error: cannot compute
suffix of object files: cannot compile
See `config.log' for more details.
make[1]: *** [configure-target-libgcc] Error 1
make[1]: Leaving directory
`/home/sandeepk/Desktop/buildroot/toolchain_build_arm/gcc-4.3.2-initial'
make: ***
[/home/sandeepk/Desktop/buildroot/toolchain_build_arm/gcc-4.3.2-initial/.compiled] Error 2


Thanks and Regards
Sandeep


On Fri, 2009-02-06 at 08:02 -0800, Dan Pattison wrote:
> Hello Sandeep:
> 
> The command works on my internet connection/linux computer. Make sure 
> you did not make any spelling mistakes. Copy paste the command from the 
> docs. Yes you can download the Buildroot package from here: 
> http://buildroot.uclibc.org/downloads/snapshots/buildroot-snapshot.tar.bz2
> 
> This is all explained in the docs found here:  
> http://buildroot.uclibc.org/buildroot.html
> 
> Best Regards,
> Dan Pattison
> 
> 
> Sandeep Kumar wrote:
> > Hi Pattison
> >
> > Thanks for reply
> > I have tried with the commands sent by you but i am getting the
> > following error:
> >
> > svn: Can't connect to host 'uclibc.org': Connection refused
> >
> > Can there be some authorization issue or so.
> > I am able to access the website uclibc.org from internet. Is there
> > anyway to download the package from there.
> >
> > Thanks and regards
> > Sandeep
> >
> >
> >
> > On Fri, 2009-02-06 at 07:21 -0800, Dan Pattison wrote:
> >   
> >> Sandeep:
> >>
> >> On the command line; navigate to the folder where you want your build 
> >> environment installed.
> >> Type out this command:   
> >>
> >> svn co svn://uclibc.org/trunk/buildroot
> >>
> >> It will download the current Buildroot files. Then type out:
> >>
> >> make at91rm9200df_defconfig
> >>
> >> Then type out:
> >>
> >> make
> >>
> >> Try that. Also the docs are here
> >>
> >> http://buildroot.uclibc.org/buildroot.html
> >>
> >> Best Regards,
> >> Dan Pattison
> >>
> >>
> >> Sandeep Kumar wrote:
> >>     
> >>> Hi Peter,
> >>>
> >>> Thanks once again for your response.
> >>>
> >>> Sorry!!!, I have not understood your reply. I am some what new to this
> >>> platform. I am working on a linux machine and i do not have the source
> >>> code for the root file system to make it. From where can i get the
> >>> source code to build it for at91rm9200. Where should i execute the
> >>> command sent by you (make at91rm9200df_defconfig; make) without having
> >>> the source code. And if i am making some mistake can you please explain
> >>> me in a little bit detail. I will be very thankful to you.
> >>>
> >>> Regards
> >>> Sandeep
> >>>
> >>>
> >>> On Fri, 2009-02-06 at 13:47 +0100, Peter Korsgaard wrote:
> >>>   
> >>>       
> >>>>>>>>> "Sandeep" == Sandeep Kumar <sandeepk@verismonetworks.com> writes:
> >>>>>>>>>               
> >>>>>>>>>                   
> >>>>  Sandeep> Hi peter
> >>>>  Sandeep> Thanks for reply.
> >>>>
> >>>>  Sandeep> For this I want the root file system source code which i
> >>>>  Sandeep> dont have. from where can i get it.
> >>>>
> >>>> Buildroot will download the sources and build the rootfs for you when
> >>>> you run make.
> >>>>
> >>>>     
> >>>>         
> >>> _______________________________________________
> >>> buildroot mailing list
> >>> buildroot at busybox.net
> >>> http://lists.busybox.net/mailman/listinfo/buildroot
> >>>   
> >>> ------------------------------------------------------------------------
> >>>
> >>>
> >>> No virus found in this incoming message.
> >>> Checked by AVG - www.avg.com 
> >>> Version: 8.0.233 / Virus Database: 270.10.18/1936 - Release Date: 01/29/09 17:57:00
> >>>
> >>>   
> >>>       
> >>     
> >
> >   
> > ------------------------------------------------------------------------
> >
> >
> > No virus found in this incoming message.
> > Checked by AVG - www.avg.com 
> > Version: 8.0.233 / Virus Database: 270.10.18/1937 - Release Date: 01/29/09 17:57:00
> >
> >   
> 
> 

  parent reply	other threads:[~2009-02-09  9:18 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-02-04 23:07 [Buildroot] Web Server Dan Pattison
2009-02-04 23:21 ` Peter Korsgaard
2009-02-05  6:19   ` [Buildroot] at91rm9200 toolchain Sandeep Kumar
2009-02-05 13:25     ` Peter Korsgaard
2009-02-06 11:48       ` [Buildroot] Urgent : at91rm9200 root file system Sandeep Kumar
2009-02-06 11:53         ` Peter Korsgaard
     [not found]           ` <1233924549.4559.17.camel@linux-l8en.site>
     [not found]             ` <87zlgz91gc.fsf@macbook.be.48ers.dk>
2009-02-06 13:54               ` Sandeep Kumar
2009-02-06 15:21                 ` Dan Pattison
2009-02-06 15:50                   ` Sandeep Kumar
2009-02-06 16:02                     ` Dan Pattison
2009-02-06 16:25                       ` Sandeep Kumar
2009-02-06 17:09                         ` Dan Pattison
2009-02-09  9:18                       ` Sandeep Kumar [this message]
2009-02-09  9:26                         ` Peter Korsgaard
2009-02-09 12:00                           ` Sandeep Kumar
2009-02-09 13:05                             ` Peter Korsgaard
2009-02-10 12:30                               ` Sandeep Kumar
2009-02-10 12:30                                 ` Peter Korsgaard
2009-02-05 18:18   ` [Buildroot] Web Server Dan Pattison

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1234171137.4559.67.camel@linux-l8en.site \
    --to=sandeepk@verismonetworks.com \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox