* [Buildroot] bFLT build in precompiled ARM enviroment
@ 2007-12-17 0:52 Marco
2007-12-17 9:28 ` Ulf Samuelsson
0 siblings, 1 reply; 4+ messages in thread
From: Marco @ 2007-12-17 0:52 UTC (permalink / raw)
To: buildroot
hello list,
i've an running ARM enviroment, i downloaded the 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
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
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Buildroot] bFLT build in precompiled ARM enviroment
2007-12-17 0:52 [Buildroot] bFLT build in precompiled ARM enviroment Marco
@ 2007-12-17 9:28 ` Ulf Samuelsson
2007-12-17 16:58 ` Marco
0 siblings, 1 reply; 4+ messages in thread
From: Ulf Samuelsson @ 2007-12-17 9:28 UTC (permalink / raw)
To: buildroot
| 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 "<package>.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
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Buildroot] bFLT build in precompiled ARM enviroment
2007-12-17 9:28 ` Ulf Samuelsson
@ 2007-12-17 16:58 ` Marco
2007-12-17 19:04 ` Ulf Samuelsson
0 siblings, 1 reply; 4+ messages in thread
From: Marco @ 2007-12-17 16:58 UTC (permalink / raw)
To: buildroot
>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 "<package>.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 "<package>.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
>
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Buildroot] bFLT build in precompiled ARM enviroment
2007-12-17 16:58 ` Marco
@ 2007-12-17 19:04 ` Ulf Samuelsson
0 siblings, 0 replies; 4+ messages in thread
From: Ulf Samuelsson @ 2007-12-17 19:04 UTC (permalink / raw)
To: buildroot
| >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 "<package>.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 "<package>.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
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2007-12-17 19:04 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-12-17 0:52 [Buildroot] bFLT build in precompiled ARM enviroment Marco
2007-12-17 9:28 ` Ulf Samuelsson
2007-12-17 16:58 ` Marco
2007-12-17 19:04 ` Ulf Samuelsson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox