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" --- So I tried "> make ARCH=arm CROSS_COMPILE=/home/jmichel/workspace/moko/build/tmp/cross/arm-angstrom-linux-gnueabi/bin/" and the result is: --- "/home/jmichel/workspace/moko/build/tmp/cross/arm-angstrom-linux-gnueabi/bin/ld: unrecognized option '-Wl,-rpath-link,/home/jmichel/workspace/moko/tmp/staging/arm-angstrom-linux-gnueabi/lib' /home/jmichel/workspace/moko/build/tmp/cross/arm-angstrom-linux-gnueabi/bin/ld: use the --help option for usage information make[1]: *** [init/main.o] Error 1 make: *** [init] Error 2" --- -- Jean-Michel Bouffard
