From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steven Woody Date: Thu, 18 Oct 2007 07:50:25 -0700 Subject: [Buildroot] an error in make ( no .config under kernel directory ) In-Reply-To: References: <20071018013332.GA724@cloud.net.au> <20071018025203.GB2149@cloud.net.au> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net On 10/17/07, Steven Woody wrote: > On 10/18/07, Hamish Moffatt wrote: > > On Thu, Oct 18, 2007 at 09:50:51AM +0800, Steven Woody wrote: > > > On 10/18/07, Hamish Moffatt 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 ...