Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] Busybox Mips
       [not found] <CAN5RZzLtbpQ30PAgpuNj_hGF6Eia42ZvxgH3Emh3AESHU-1C=g@mail.gmail.com>
@ 2012-08-22 23:32 ` Francisco Prado
  2012-08-23  3:16   ` Kelvin Cheung
  0 siblings, 1 reply; 5+ messages in thread
From: Francisco Prado @ 2012-08-22 23:32 UTC (permalink / raw)
  To: buildroot

Please guide me to compile Busybox 1.18.2 for Android Tablet Ainol Novo
Basic 32r2 little endian MIPS.
I have
apt-get install subversion
apt-get install gcc
apt-get install g++
apt-get install libc6-dev
apt-get install bison
apt-get install flex
apt-get install gettext
apt-get install libncurses5-dev
apt-get install texinfo

Which version of buildroot I use for this?

I have already installed "stable BUILDROOT 5.2012"

From already thanks.

SORRY FOR MY BAD ENGLISH.

Francisco Prado
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20120822/1bfe35f8/attachment.html>

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Buildroot] Busybox Mips
  2012-08-22 23:32 ` [Buildroot] Busybox Mips Francisco Prado
@ 2012-08-23  3:16   ` Kelvin Cheung
       [not found]     ` <CAN5RZzLr+vGuiVw4oRGF40bvvZ33gaxPt_LvSLBvauOmEK7PZw@mail.gmail.com>
  0 siblings, 1 reply; 5+ messages in thread
From: Kelvin Cheung @ 2012-08-23  3:16 UTC (permalink / raw)
  To: buildroot

Please refer to the user manual.
http://buildroot.uclibc.org/downloads/manual/manual.html

2012/8/23 Francisco Prado <panchopapadezoe@gmail.com>

> Please guide me to compile Busybox 1.18.2 for Android Tablet Ainol Novo
> Basic 32r2 little endian MIPS.
> I have
> apt-get install subversion
> apt-get install gcc
> apt-get install g++
> apt-get install libc6-dev
> apt-get install bison
> apt-get install flex
> apt-get install gettext
> apt-get install libncurses5-dev
> apt-get install texinfo
>
> Which version of buildroot I use for this?
>
> I have already installed "stable BUILDROOT 5.2012"
>
> From already thanks.
>
> SORRY FOR MY BAD ENGLISH.
>
> Francisco Prado
>
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
>



-- 
Best Regards!
Kelvin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20120823/63718662/attachment.html>

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Buildroot] Busybox Mips
       [not found]     ` <CAN5RZzLr+vGuiVw4oRGF40bvvZ33gaxPt_LvSLBvauOmEK7PZw@mail.gmail.com>
@ 2012-08-24  2:36       ` Kelvin Cheung
  2012-08-25 19:11         ` Peter Korsgaard
  0 siblings, 1 reply; 5+ messages in thread
From: Kelvin Cheung @ 2012-08-24  2:36 UTC (permalink / raw)
  To: buildroot

The 1.18.x was marked as deprecated in this April.
I'm afraid you need to downgrade to 2012.02 or earlier.
Otherwise, you have to modify package/busybox/Config.in manually.

2012/8/23 Francisco Prado <panchopapadezoe@gmail.com>

> Dear Kelvin.
> Thanks for answering.
> Read the manual before posting my question.
> The manual is not the answer of my question, or I did not understand.
> That version of "buildroot" this pre-configurated for "Busybox 1.20.x or
> 1.19.x".
> I need 1.18.2
> Thanks.
>  El 23/08/2012 00:17, "Kelvin Cheung" <keguang.zhang@gmail.com> escribi?:
>
> Please refer to the user manual.
>> http://buildroot.uclibc.org/downloads/manual/manual.html
>>
>> 2012/8/23 Francisco Prado <panchopapadezoe@gmail.com>
>>
>>> Please guide me to compile Busybox 1.18.2 for Android Tablet Ainol Novo
>>> Basic 32r2 little endian MIPS.
>>> I have
>>> apt-get install subversion
>>> apt-get install gcc
>>> apt-get install g++
>>> apt-get install libc6-dev
>>> apt-get install bison
>>> apt-get install flex
>>> apt-get install gettext
>>> apt-get install libncurses5-dev
>>> apt-get install texinfo
>>>
>>> Which version of buildroot I use for this?
>>>
>>> I have already installed "stable BUILDROOT 5.2012"
>>>
>>> From already thanks.
>>>
>>> SORRY FOR MY BAD ENGLISH.
>>>
>>> Francisco Prado
>>>
>>> _______________________________________________
>>> buildroot mailing list
>>> buildroot at busybox.net
>>> http://lists.busybox.net/mailman/listinfo/buildroot
>>>
>>
>>
>>
>> --
>> Best Regards!
>> Kelvin
>>
>>
>>
>>


-- 
Best Regards!
Kelvin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20120824/070ab304/attachment.html>

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Buildroot] Busybox Mips
  2012-08-24  2:36       ` Kelvin Cheung
@ 2012-08-25 19:11         ` Peter Korsgaard
       [not found]           ` <CAN5RZzLe7V0Fi11tio+780D23P3NgNgoGWgHFjfWEsB_v9F7UA@mail.gmail.com>
  0 siblings, 1 reply; 5+ messages in thread
From: Peter Korsgaard @ 2012-08-25 19:11 UTC (permalink / raw)
  To: buildroot

>>>>> "Kelvin" == Kelvin Cheung <keguang.zhang@gmail.com> writes:

 Kelvin> The 1.18.x was marked as deprecated in this April.
 Kelvin> I'm afraid you need to downgrade to 2012.02 or earlier.
 Kelvin> Otherwise, you have to modify package/busybox/Config.in manually.

Or just enable BR2_DEPRECATED (Build options->Show packages that are
deprecated or obsolete)

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Buildroot] Busybox Mips
       [not found]           ` <CAN5RZzLe7V0Fi11tio+780D23P3NgNgoGWgHFjfWEsB_v9F7UA@mail.gmail.com>
@ 2012-08-26  7:12             ` Peter Korsgaard
  0 siblings, 0 replies; 5+ messages in thread
From: Peter Korsgaard @ 2012-08-26  7:12 UTC (permalink / raw)
  To: buildroot

>>>>> "Francisco" == Francisco Prado <panchopapadezoe@gmail.com> writes:

 Francisco> Thanks Peter Korsgaard!!

 Francisco> There's your version of buildroot 8.2011 containing the
 Francisco> proper Busybox. Already compiled. In the output folder /
 Francisco> build / busybox find two binaries: busybox and
 Francisco> busybox_unstripped. Which one should I use?

busybox, but buildroot already copies it to your target /bin/busybox so
you don't have to copy anything manually.

 Francisco> Which settings should I select for the binary function
 Francisco> properly in a custom Android ROM 4.0.3?  Very very thanks.

Wait, you cannot expect to take a (dynamically linked) binary from
buildroot and run it on Android. If you want to build busybox for
Android then I suggest you build it by hand using the Android cross
compiler.

You CAN do it with buildroot as well if you link statically (Build
options->prefer static libraries), but it's not really meant to be used
like that.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2012-08-26  7:12 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <CAN5RZzLtbpQ30PAgpuNj_hGF6Eia42ZvxgH3Emh3AESHU-1C=g@mail.gmail.com>
2012-08-22 23:32 ` [Buildroot] Busybox Mips Francisco Prado
2012-08-23  3:16   ` Kelvin Cheung
     [not found]     ` <CAN5RZzLr+vGuiVw4oRGF40bvvZ33gaxPt_LvSLBvauOmEK7PZw@mail.gmail.com>
2012-08-24  2:36       ` Kelvin Cheung
2012-08-25 19:11         ` Peter Korsgaard
     [not found]           ` <CAN5RZzLe7V0Fi11tio+780D23P3NgNgoGWgHFjfWEsB_v9F7UA@mail.gmail.com>
2012-08-26  7:12             ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox