From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marco Date: Mon, 17 Dec 2007 17:58:47 +0100 Subject: [Buildroot] bFLT build in precompiled ARM enviroment In-Reply-To: <019801c84096$388bd7a0$dcc4af0a@atmel.com> References: <4765C84C.60605@gmx.net> <019801c84096$388bd7a0$dcc4af0a@atmel.com> Message-ID: <4766AAC7.3020806@gmx.net> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net >I am not aware that there is such a thing like a precompiled ARM buildroot system. hm, do i mix something here up? http://www.uclibc.org/toolchains.html http://www.uclibc.org/downloads/root_fs_arm.ext2.bz2 >No, the way to build any application,m is to add a directory to the "package" directory and then >add a ".mk" and a "Config.in" file in that directory. uhm. ok. you can point me to documentataion about that? marco Ulf Samuelsson schrieb: > | hello list, > | > | i've an running ARM enviroment, i downloaded the precompiled ARM > | buildroot system. > > I am not aware that there is such a thing like a precompiled ARM buildroot system. > > now i want to build a "hello worl" bFLT binary. > | however, ive found that compiling bFLT should be something like: > | gcc hw.c -elf2flt > > No, the way to build any application,m is to add > a directory to the "package" directory and then > add a ".mk" and a "Config.in" file in that directory. > > > | it spits out an error about the entry point, however compiles to the end > | and is executeable. if i do "file" on the binary it signs it as an "ELF" > | file. so elf2flt was not working i guess. > | can someone tell/link me how to build bflt binaries, is it possible with > | the precompiled enviroment anyway? > | > | thanx > > If you want to use jst the toolchain generated by buildroot for somthing > else, then you are probably sending the mail to the wrong mailing list. > > > Best Regards > Ulf Samuelsson > >