From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sandeep Kumar Date: Mon, 09 Feb 2009 14:48:57 +0530 Subject: [Buildroot] Urgent : at91rm9200 root file system In-Reply-To: <498C5F12.4060904@ethertek.ca> References: <498A1FA9.1070306@ethertek.ca> <878woldc0r.fsf@macbook.be.48ers.dk> <1233814769.5851.73.camel@linux-l8en.site> <87r62dauce.fsf@macbook.be.48ers.dk> <1233920929.4559.12.camel@linux-l8en.site> <87d4dvaij4.fsf@macbook.be.48ers.dk> <1233924549.4559.17.camel@linux-l8en.site> <87zlgz91gc.fsf@macbook.be.48ers.dk> <1233928454.4559.27.camel@linux-l8en.site> <498C5579.10007@ethertek.ca> <1233935456.4559.36.camel@linux-l8en.site> <498C5F12.4060904@ethertek.ca> Message-ID: <1234171137.4559.67.camel@linux-l8en.site> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net 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 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 > > > > > >