* [Buildroot] an error in make ( no .config under kernel directory )
@ 2007-10-18 1:11 Steven Woody
2007-10-18 1:33 ` Hamish Moffatt
0 siblings, 1 reply; 9+ messages in thread
From: Steven Woody @ 2007-10-18 1:11 UTC (permalink / raw)
To: buildroot
the buildroot is the subversion version in Oct 14.
when doing make, i got
...
cp -dpRf package/config/buildroot-config
/home/src/buildroot/project_build_arm/M501/buildroot-config
cp -dpf /home/src/buildroot/project_build_arm/M501/linux-2.6.22.10/.config
...
and, i go to dl/M501/linux-2.6.22.10 directory and found no .config
file. what's wrong here? the linux-2.6.10 kernel was downloaded in
another computer and was put in dl directory.
thanks.
--
woody
then sun rose thinly from the sea and the old man could see the other
boats, low on the water and well in toward the shore, spread out
across the current.
^ permalink raw reply [flat|nested] 9+ messages in thread
* [Buildroot] an error in make ( no .config under kernel directory )
2007-10-18 1:11 [Buildroot] an error in make ( no .config under kernel directory ) Steven Woody
@ 2007-10-18 1:33 ` Hamish Moffatt
2007-10-18 1:50 ` Steven Woody
0 siblings, 1 reply; 9+ messages in thread
From: Hamish Moffatt @ 2007-10-18 1:33 UTC (permalink / raw)
To: buildroot
On Thu, Oct 18, 2007 at 09:11:00AM +0800, Steven Woody wrote:
> the buildroot is the subversion version in Oct 14.
>
> when doing make, i got
>
> ...
> cp -dpRf package/config/buildroot-config
> /home/src/buildroot/project_build_arm/M501/buildroot-config
> cp -dpf /home/src/buildroot/project_build_arm/M501/linux-2.6.22.10/.config
> ...
>
> and, i go to dl/M501/linux-2.6.22.10 directory and found no .config
> file. what's wrong here? the linux-2.6.10 kernel was downloaded in
> another computer and was put in dl directory.
You have to specify the filename for your configuration file in "make
menuconfig" -> kernel.
Hamish
--
Hamish Moffatt VK3SB <hamish@debian.org> <hamish@cloud.net.au>
^ permalink raw reply [flat|nested] 9+ messages in thread
* [Buildroot] an error in make ( no .config under kernel directory )
2007-10-18 1:33 ` Hamish Moffatt
@ 2007-10-18 1:50 ` Steven Woody
2007-10-18 2:52 ` Hamish Moffatt
0 siblings, 1 reply; 9+ messages in thread
From: Steven Woody @ 2007-10-18 1:50 UTC (permalink / raw)
To: buildroot
On 10/18/07, Hamish Moffatt <hamish@cloud.net.au> wrote:
> On Thu, Oct 18, 2007 at 09:11:00AM +0800, Steven Woody wrote:
> > the buildroot is the subversion version in Oct 14.
> >
> > when doing make, i got
> >
> > ...
> > cp -dpRf package/config/buildroot-config
> > /home/src/buildroot/project_build_arm/M501/buildroot-config
> > cp -dpf /home/src/buildroot/project_build_arm/M501/linux-2.6.22.10/.config
> > ...
> >
> > and, i go to dl/M501/linux-2.6.22.10 directory and found no .config
> > file. what's wrong here? the linux-2.6.10 kernel was downloaded in
> > another computer and was put in dl directory.
>
> You have to specify the filename for your configuration file in "make
> menuconfig" -> kernel.
>
understood. but where can i got a configureation file for the
2.6.22.10? havn't buildroot supplied a default one suitable to
embedded target for me?
thanks.
^ permalink raw reply [flat|nested] 9+ messages in thread
* [Buildroot] an error in make ( no .config under kernel directory )
2007-10-18 1:50 ` Steven Woody
@ 2007-10-18 2:52 ` Hamish Moffatt
2007-10-18 5:45 ` Steven Woody
2007-10-18 6:16 ` [Buildroot] an error in make ( no .config under kernel directory ) Ulf Samuelsson
0 siblings, 2 replies; 9+ messages in thread
From: Hamish Moffatt @ 2007-10-18 2:52 UTC (permalink / raw)
To: buildroot
On Thu, Oct 18, 2007 at 09:50:51AM +0800, Steven Woody wrote:
> On 10/18/07, Hamish Moffatt <hamish@cloud.net.au> wrote:
> > > cp -dpRf package/config/buildroot-config
> > > /home/src/buildroot/project_build_arm/M501/buildroot-config
> > > cp -dpf /home/src/buildroot/project_build_arm/M501/linux-2.6.22.10/.config
> > > ...
> > >
> > > and, i go to dl/M501/linux-2.6.22.10 directory and found no .config
> > > file. what's wrong here? the linux-2.6.10 kernel was downloaded in
> > > another computer and was put in dl directory.
> >
> > You have to specify the filename for your configuration file in "make
> > menuconfig" -> kernel.
>
> understood. but where can i got a configureation file for the
> 2.6.22.10? havn't buildroot supplied a default one suitable to
> embedded target for me?
I don't think buildroot can supply a meaningful default configuration
file unless you are using one of the standard target boards found under
target/device (and none of them match an M501).
So you need to make your own. It appears that "make linux26-menuconfig"
should launch the configuration editor for you.
Hamish
--
Hamish Moffatt VK3SB <hamish@debian.org> <hamish@cloud.net.au>
^ permalink raw reply [flat|nested] 9+ messages in thread
* [Buildroot] an error in make ( no .config under kernel directory )
2007-10-18 2:52 ` Hamish Moffatt
@ 2007-10-18 5:45 ` Steven Woody
2007-10-18 6:16 ` Ulf Samuelsson
2007-10-18 14:50 ` Steven Woody
2007-10-18 6:16 ` [Buildroot] an error in make ( no .config under kernel directory ) Ulf Samuelsson
1 sibling, 2 replies; 9+ messages in thread
From: Steven Woody @ 2007-10-18 5:45 UTC (permalink / raw)
To: buildroot
On 10/18/07, Hamish Moffatt <hamish@cloud.net.au> wrote:
> On Thu, Oct 18, 2007 at 09:50:51AM +0800, Steven Woody wrote:
> > On 10/18/07, Hamish Moffatt <hamish@cloud.net.au> wrote:
> > > > cp -dpRf package/config/buildroot-config
> > > > /home/src/buildroot/project_build_arm/M501/buildroot-config
> > > > cp -dpf /home/src/buildroot/project_build_arm/M501/linux-2.6.22.10/.config
> > > > ...
> > > >
> > > > and, i go to dl/M501/linux-2.6.22.10 directory and found no .config
> > > > file. what's wrong here? the linux-2.6.10 kernel was downloaded in
> > > > another computer and was put in dl directory.
> > >
> > > You have to specify the filename for your configuration file in "make
> > > menuconfig" -> kernel.
> >
> > understood. but where can i got a configureation file for the
> > 2.6.22.10? havn't buildroot supplied a default one suitable to
> > embedded target for me?
>
> I don't think buildroot can supply a meaningful default configuration
> file unless you are using one of the standard target boards found under
> target/device (and none of them match an M501).
>
> So you need to make your own. It appears that "make linux26-menuconfig"
> should launch the configuration editor for you.
>
> Hamish
thanks for the answer.
1, when i type in `make linux26-menuconfig', an error i got:
[ -f /home/src/buildroot/project_build_arm/M501/linux-2.6.22.10/.config
] || cp /home/src/buildroot/project_build_arm/M501/linux-2.6.22.10/.config
cp: missing destination file operand after
`/home/src/buildroot/project_build_arm/M501/linux-2.6.22.10/.config'
it seems it still need a .config under the linux-2.6.22.10 directory.
2, my M501 is an ARM 922T, if buildroot did not provide a default
kernel configuration for it, where can i get a similar one as a good
startup?
thanks.
-
woody
^ permalink raw reply [flat|nested] 9+ messages in thread
* [Buildroot] an error in make ( no .config under kernel directory )
2007-10-18 5:45 ` Steven Woody
@ 2007-10-18 6:16 ` Ulf Samuelsson
2007-10-18 14:50 ` Steven Woody
1 sibling, 0 replies; 9+ messages in thread
From: Ulf Samuelsson @ 2007-10-18 6:16 UTC (permalink / raw)
To: buildroot
tor 2007-10-18 klockan 13:45 +0800 skrev Steven Woody:
> On 10/18/07, Hamish Moffatt <hamish@cloud.net.au> wrote:
> > On Thu, Oct 18, 2007 at 09:50:51AM +0800, Steven Woody wrote:
> > > On 10/18/07, Hamish Moffatt <hamish@cloud.net.au> wrote:
> > > > > cp -dpRf package/config/buildroot-config
> > > > > /home/src/buildroot/project_build_arm/M501/buildroot-config
> > > > > cp -dpf /home/src/buildroot/project_build_arm/M501/linux-2.6.22.10/.config
> > > > > ...
> > > > >
> > > > > and, i go to dl/M501/linux-2.6.22.10 directory and found no .config
> > > > > file. what's wrong here? the linux-2.6.10 kernel was downloaded in
> > > > > another computer and was put in dl directory.
> > > >
> > > > You have to specify the filename for your configuration file in "make
> > > > menuconfig" -> kernel.
> > >
> > > understood. but where can i got a configureation file for the
> > > 2.6.22.10? havn't buildroot supplied a default one suitable to
> > > embedded target for me?
> >
> > I don't think buildroot can supply a meaningful default configuration
> > file unless you are using one of the standard target boards found under
> > target/device (and none of them match an M501).
> >
> > So you need to make your own. It appears that "make linux26-menuconfig"
> > should launch the configuration editor for you.
> >
> > Hamish
>
> thanks for the answer.
>
> 1, when i type in `make linux26-menuconfig', an error i got:
>
> [ -f /home/src/buildroot/project_build_arm/M501/linux-2.6.22.10/.config
> ] || cp /home/src/buildroot/project_build_arm/M501/linux-2.6.22.10/.config
> cp: missing destination file operand after
> `/home/src/buildroot/project_build_arm/M501/linux-2.6.22.10/.config'
>
> it seems it still need a .config under the linux-2.6.22.10 directory.
>
> 2, my M501 is an ARM 922T, if buildroot did not provide a default
> kernel configuration for it, where can i get a similar one as a good
> startup?
>
go to the linux directory and do
make ARCH=arm xconfig
and set whatever options you want.
If you do not know what options you need to set,
then you should ask your chip vendor for a file.
> thanks.
>
> -
> woody
> _______________________________________________
> buildroot mailing list
> buildroot at uclibc.org
> http://busybox.net/mailman/listinfo/buildroot
--
Best Regards,
Ulf Samuelsson mail: ulf at atmel.com
Atmel Nordic AB
Box 2033, 174 52 Sundbyberg
Kavalleriv?gen 24, 174 58 Sundbyberg
Sweden
Tel: +46 8 441 54 22 GSM: +46 706 224457
^ permalink raw reply [flat|nested] 9+ messages in thread
* [Buildroot] an error in make ( no .config under kernel directory )
2007-10-18 5:45 ` Steven Woody
2007-10-18 6:16 ` Ulf Samuelsson
@ 2007-10-18 14:50 ` Steven Woody
2007-10-18 15:15 ` [Buildroot] an error in make ( no .config under kerneldirectory ) Ulf Samuelsson
1 sibling, 1 reply; 9+ messages in thread
From: Steven Woody @ 2007-10-18 14:50 UTC (permalink / raw)
To: buildroot
On 10/17/07, Steven Woody <narkewoody@gmail.com> wrote:
> On 10/18/07, Hamish Moffatt <hamish@cloud.net.au> wrote:
> > On Thu, Oct 18, 2007 at 09:50:51AM +0800, Steven Woody wrote:
> > > On 10/18/07, Hamish Moffatt <hamish@cloud.net.au> wrote:
> > > > > cp -dpRf package/config/buildroot-config
> > > > > /home/src/buildroot/project_build_arm/M501/buildroot-config
> > > > > cp -dpf /home/src/buildroot/project_build_arm/M501/linux-2.6.22.10/.config
> > > > > ...
> > > > >
> > > > > and, i go to dl/M501/linux-2.6.22.10 directory and found no .config
> > > > > file. what's wrong here? the linux-2.6.10 kernel was downloaded in
> > > > > another computer and was put in dl directory.
> > > >
> > > > You have to specify the filename for your configuration file in "make
> > > > menuconfig" -> kernel.
> > >
> > > understood. but where can i got a configureation file for the
> > > 2.6.22.10? havn't buildroot supplied a default one suitable to
> > > embedded target for me?
> >
> > I don't think buildroot can supply a meaningful default configuration
> > file unless you are using one of the standard target boards found under
> > target/device (and none of them match an M501).
> >
> > So you need to make your own. It appears that "make linux26-menuconfig"
> > should launch the configuration editor for you.
> >
> > Hamish
>
> thanks for the answer.
>
> 1, when i type in `make linux26-menuconfig', an error i got:
>
> [ -f /home/src/buildroot/project_build_arm/M501/linux-2.6.22.10/.config
> ] || cp /home/src/buildroot/project_build_arm/M501/linux-2.6.22.10/.config
> cp: missing destination file operand after
> `/home/src/buildroot/project_build_arm/M501/linux-2.6.22.10/.config'
>
> it seems it still need a .config under the linux-2.6.22.10 directory.
>
> 2, my M501 is an ARM 922T, if buildroot did not provide a default
> kernel configuration for it, where can i get a similar one as a good
> startup?
>
> thanks.
>
> -
> woody
>
please ...
^ permalink raw reply [flat|nested] 9+ messages in thread
* [Buildroot] an error in make ( no .config under kerneldirectory )
2007-10-18 14:50 ` Steven Woody
@ 2007-10-18 15:15 ` Ulf Samuelsson
0 siblings, 0 replies; 9+ messages in thread
From: Ulf Samuelsson @ 2007-10-18 15:15 UTC (permalink / raw)
To: buildroot
>> 2, my M501 is an ARM 922T, if buildroot did not provide a default
>> kernel configuration for it, where can i get a similar one as a good
>> startup?
>>
>> thanks.
>>
>> -
>> woody
>>
>
> please ...
You need to get it from your chip vendor.
We do not even know which chip it is, and it is really your job, noone
elses.
Best Regards
Ulf Samuelsson
^ permalink raw reply [flat|nested] 9+ messages in thread
* [Buildroot] an error in make ( no .config under kernel directory )
2007-10-18 2:52 ` Hamish Moffatt
2007-10-18 5:45 ` Steven Woody
@ 2007-10-18 6:16 ` Ulf Samuelsson
1 sibling, 0 replies; 9+ messages in thread
From: Ulf Samuelsson @ 2007-10-18 6:16 UTC (permalink / raw)
To: buildroot
tor 2007-10-18 klockan 12:52 +1000 skrev Hamish Moffatt:
> On Thu, Oct 18, 2007 at 09:50:51AM +0800, Steven Woody wrote:
> > On 10/18/07, Hamish Moffatt <hamish@cloud.net.au> wrote:
> > > > cp -dpRf package/config/buildroot-config
> > > > /home/src/buildroot/project_build_arm/M501/buildroot-config
> > > > cp -dpf /home/src/buildroot/project_build_arm/M501/linux-2.6.22.10/.config
> > > > ...
> > > >
> > > > and, i go to dl/M501/linux-2.6.22.10 directory and found no .config
> > > > file. what's wrong here? the linux-2.6.10 kernel was downloaded in
> > > > another computer and was put in dl directory.
> > >
> > > You have to specify the filename for your configuration file in "make
> > > menuconfig" -> kernel.
> >
> > understood. but where can i got a configureation file for the
> > 2.6.22.10? havn't buildroot supplied a default one suitable to
> > embedded target for me?
>
> I don't think buildroot can supply a meaningful default configuration
> file unless you are using one of the standard target boards found under
> target/device (and none of them match an M501).
>
> So you need to make your own. It appears that "make linux26-menuconfig"
> should launch the configuration editor for you.
You should probably do:
$ make dirs
$ make linux26-unpacked
$ cd /home/src/buildroot/project_build_arm/M501/
$ make ARCH=<your architecture> xconfig
With the Advanced Linux configuration, you can select
the build to do an make ARCH=<arch> xconfig
automatically
>
> Hamish
--
Best Regards,
Ulf Samuelsson mail: ulf at atmel.com
Atmel Nordic AB
Box 2033, 174 52 Sundbyberg
Kavalleriv?gen 24, 174 58 Sundbyberg
Sweden
Tel: +46 8 441 54 22 GSM: +46 706 224457
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2007-10-18 15:15 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-18 1:11 [Buildroot] an error in make ( no .config under kernel directory ) Steven Woody
2007-10-18 1:33 ` Hamish Moffatt
2007-10-18 1:50 ` Steven Woody
2007-10-18 2:52 ` Hamish Moffatt
2007-10-18 5:45 ` Steven Woody
2007-10-18 6:16 ` Ulf Samuelsson
2007-10-18 14:50 ` Steven Woody
2007-10-18 15:15 ` [Buildroot] an error in make ( no .config under kerneldirectory ) Ulf Samuelsson
2007-10-18 6:16 ` [Buildroot] an error in make ( no .config under kernel directory ) Ulf Samuelsson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox