View Single Post
Posts: 9 | Thanked: 5 times | Joined on Jun 2008
#6
How do I set up the development environment for compiling the kernel? I've set up scratchbox following these instructions: http://scratchbox.org/documentation/...nstalldoc.html, and created a maemo 2.2 target (http://maemo.org/development/documen..._2_2_Tutorial/). I can build and run arm programs, but when I unpack the kernel sources and run "make menuconfig", I get a ton of linking errors (curses, apparently).

Is there a default .config I can modify for my needs? (need nat and/or bridge modules) and is there an easier way of configuring it than plain "make config"?

Thanks.