Page 1 of 1

Kernel compilation

Posted: Mon Aug 24, 2009 5:30 pm
by rafaelaroca
Hi, i am trying to compile the kernel for my mini2440 board, but i'm getting some errors:

export PATH=$PATH:/home/arm/usr/local/arm/4.3.2/bin/
export CC=arm-linux-gcc

pwd
/home/arm/kernel/linux-2.6.29

bash-3.1# make ARCH=arm CROSS_COMPILE=arm-linux- menuconfig
HOSTLD scripts/kconfig/mconf
scripts/kconfig/zconf.tab.o(.text+0x6afe): In function `sym_re_search':
: undefined reference to `regcompA'
scripts/kconfig/zconf.tab.o(.text+0x6b54): In function `sym_re_search':
: undefined reference to `regfreeA'
scripts/kconfig/zconf.tab.o(.text+0x6b8a): In function `sym_re_search':
: undefined reference to `regexecA'
collect2: ld returned 1 exit status
make[1]: *** [scripts/kconfig/mconf] Error 1
make: *** [menuconfig] Error 2


any ideas?

thanks

Rafael

Re: Kernel compilation

Posted: Tue Aug 25, 2009 11:17 am
by fabianpie
Hi,
Try this.

export PATH=$PATH:/home/arm/usr/local/arm/4.3.2/bin/
make menuconfig (select what you want to compile)
make

Regards,

Kernel compilation

Posted: Sun Sep 27, 2009 1:48 pm
by Kulikova
Hi.

I need minimal compilation config with usb kernel support for latest svn.
I have only openwrt-config-midge-full and openwrt-config-midge-cirouter but i dont need all that firewall stuff. I just want to install some http server but can do that from packages later and some third party app communicating over ttyS0 with external hardware and prepare the output file for http server.

Anyone can help me out here?

thanks in advance
Bushman

Kernel compilation

Posted: Sat Oct 03, 2009 1:21 pm
by Kulikova
Hi,

Can someone tell me the best kernel patch combination that will maximise my chances of getting all the hardware working properly? It seems there are loads of different patches on the midge site, but its rather difficult to see which I need to apply. Id like to use the kernel with buildroot.

thanks,

-biff.

Kernel compilation

Posted: Thu Dec 24, 2009 8:39 pm
by Angelina_Apr
At this point the compilation has not actually changed or put differently you dont have to save it because you havent done any changes. So it depends on your actual file system what the compilation looks like.