From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ulf Samuelsson Date: Mon, 17 Dec 2007 20:04:56 +0100 Subject: [Buildroot] bFLT build in precompiled ARM enviroment References: <4765C84C.60605@gmx.net> <019801c84096$388bd7a0$dcc4af0a@atmel.com> <4766AAC7.3020806@gmx.net> Message-ID: <037301c84104$b05f2840$040514ac@atmel.com> 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 That is a root file system. I think you have to create a cross compiler to be able to compile more. | >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? Download the main tree from buildroot.uclibc.org and look in the doc directory. | | 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