--- In Neil Cherry <> wrote:
> Busybox is giving me trouble, haven't figure out exactly what the
> problem is. I get;
>
> /home/njc/stuff/busybox-1.2.1/modutils/modutils.a(insmod.o)
> (.text.new_get_kernel_symbols+0x30): In function `$a':
> : undefined reference to `query_module'
>
> I haven't found out what is wrong but I haven't tried the
> link you gave me either. I'll research that a little later.
Look up the busybox mailing list. I had a conversation with Yann
Morinn re that topic. He is is the busybox module code maintainer.
Basically, you need to get a current version of busybox and read the
synopsis on the wiki:
<http://www.seiner.com/ts7000/index.php/CrossCompileTools>
TS got around that by using gcc 3.2 and the regular init, not the
busybox init. I wanted a pure busybox solution, so I ended up
building my own toolchain that would work.
There is another issue with recent busybox re correctly detecting the
console; if busybox locks up on running init, you need to pass the
CONSOLE=/dev/ttyAM? parameter at kernel boot. Note that this is
different from the console=ttyam? parameter.
--Yan
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/ts-7000/
<*> To unsubscribe from this group, send an email to:
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|