On Tuesday 05 February 2008 21:16:44 Jean-Michel Bouffard wrote: > Michael 'Mickey' Lauer wrote: > >> So how can I make any changes into the kernel config and then built a > >> new kernel image? > > > > bitbake -c devshell virtual/kernel > > > > This opens a terminal window inside an OE build process with all > > important variables setup. > > > > Now you can "make menuconfig" and edit as wanted. > > > > Then you can just "make". > > I can do my changes but the make doesn't succeed. If I do "> make", > the result is: > > --- > "/bin/sh: arm-angstrom-linux-gnueabi-gcc: command not found" > ---
That looks like your .bashrc (or something comparable) overwrites the environment OE has presetup within devshell. (you did bitbake -c devshell virtual/kernel and found a new terminal opening, right?) :M:
