Re: non-interactive build question

2013-11-06 Thread Baruch Siach
Hi Bernhard, On Wed, Nov 06, 2013 at 10:51:21PM +0100, Bernhard Reutner-Fischer wrote: On 16 October 2013 09:02, Mike Frysinger vap...@gentoo.org wrote: alternatively, we could update our kconfig snapshot to the latest kernel which would get use miniconfig support yea, i've done that now

Re: non-interactive build question

2013-10-30 Thread Rob Landley
On 10/14/2013 11:43:34 AM, Steve Ellcey wrote: I am new to building uclibc, And I'm about two weeks behind on my email. :) but have experience building glibc and newlib, and I have a question about the best way to build multiple versions of uclibc from a script without any user

Re: non-interactive build question

2013-10-16 Thread Mike Frysinger
On Monday 14 October 2013 12:43:34 Steve Ellcey wrote: I am new to building uclibc, but have experience building glibc and newlib, and I have a question about the best way to build multiple versions of uclibc from a script without any user interaction. you have experience building the kernel

RE: non-interactive build question

2013-10-16 Thread Qais Yousef
This seems to work but I would still like to try and find a way to generate the .config file I want without having to run menuconfig at all. I think what I would really like is something like: You'll only have to run menuconfig manually once. Once you have a good set of config files it

Re: non-interactive build question

2013-10-16 Thread Grant Edwards
On 2013-10-16, Qais Yousef qais.you...@imgtec.com wrote: This seems to work but I would still like to try and find a way to generate the .config file I want without having to run menuconfig at all. I think what I would really like is something like: You'll only have to run menuconfig

RE: non-interactive build question

2013-10-15 Thread Qais Yousef
I am new to building uclibc, but have experience building glibc and newlib, and I have a question about the best way to build multiple versions of uclibc from a script without any user interaction. Currently, I run 'make defconfig' to create a default .config file and then use grep to

Re: non-interactive build question

2013-10-15 Thread Steve Ellcey
On Mon, 2013-10-14 at 22:21 +0200, Carmelo Amoroso wrote: Hello Il 14 ottobre 2013 18:43:34 Steve Ellcey sell...@mips.com ha scritto: I am new to building uclibc, but have experience building glibc and newlib, and I have a question about the best way to build multiple versions of

RE: non-interactive build question

2013-10-15 Thread Steve Ellcey
On Tue, 2013-10-15 at 03:31 -0700, Qais Yousef wrote: Modifying the .config manually is generally bad. The best way to do it I'd say is by running menuconfig for each config you want then copy the generated .config to a different file. In your script then simply copy the saved config file

non-interactive build question

2013-10-14 Thread Steve Ellcey
I am new to building uclibc, but have experience building glibc and newlib, and I have a question about the best way to build multiple versions of uclibc from a script without any user interaction. Currently, I run 'make defconfig' to create a default .config file and then use grep to modify the

Re: non-interactive build question

2013-10-14 Thread Carmelo Amoroso
Hello Il 14 ottobre 2013 18:43:34 Steve Ellcey sell...@mips.com ha scritto: I am new to building uclibc, but have experience building glibc and newlib, and I have a question about the best way to build multiple versions of uclibc from a script without any user interaction. Currently, I run