Gentoo Archives: gentoo-embedded

From: Anish Patel <anish.mailing.list@×××××.com>
To: gentoo-embedded@l.g.o
Subject: Re: [gentoo-embedded] quilt on little endian arm-softfloat-linux-gnu
Date: Sat, 15 Jul 2006 14:40:18
Message-Id: 44B8FDF4.9090705@gmail.com
In Reply to: Re: [gentoo-embedded] quilt on little endian arm-softfloat-linux-gnu by Jan Girlich
1 Jan Girlich wrote:
2 > -----BEGIN PGP SIGNED MESSAGE-----
3 > Hash: SHA1
4 >
5 > Mike Frysinger schrieb:
6 >> On Wednesday 12 July 2006 18:39, Jan Girlich wrote:
7 >>> At least I (the Makefile) used quilt to compile my kernel
8 >>> which doesn't want to boot properly.
9 >> try doing:
10 >> svn co http://svn.nslu2-linux.org/svnroot/kernel
11 >> then run `make` in the trunk to build up a kernel
12 >
13 > This is exactly what I did. But this Makefile needs quilt. After
14 > emerging quilt on my desktop this is fine.
15 >
16 > The next problem was -mabi=apcs-gnu which is used but not supported by
17 > gcc-3.4.6. Unfortunately I couldn't find out much about what this flag
18 > does and means and so on, so I just commented it out and compiled the
19 > kernel with `make CFLAGS_ETC=`
20 > This works so far. But at the end there are a lot of warnings about
21 > ixp400_eth.ko like these:
22 > WARNING: "ixEthAccPortRxFreeReplenish"
23 > [/root/kernel/trunk/ixp400_eth/ixp400_eth.ko] undefined!
24 > WARNING: "ixOsalMbufFree" [/root/kernel/trunk/ixp400_eth/ixp400_eth.ko]
25 > undefined!
26 > WARNING: "ixOsalMbufAlloc" [/root/kernel/trunk/ixp400_eth/ixp400_eth.ko]
27 > undefined!
28 > WARNING: "ixOsalIrqUnlock" [/root/kernel/trunk/ixp400_eth/ixp400_eth.ko]
29 > undefined!
30 > WARNING: "ixOsalIrqLock" [/root/kernel/trunk/ixp400_eth/ixp400_eth.ko]
31 > undefined!
32 do you have the intel CSR crap installed? you need those to properly
33 build the ethernet module, you'll still get these warning as those
34 symbols are defined in the ixp400.ko that is built from intels CSR's.
35
36 >>> No (serial-)console or similar, so
37 >>> I just can guess what's wrong... :(
38 >> a lot saner on your nerves if you boot up one of the stock firmwares first,
39 >> develop Gentoo in a chroot, and then move your system over to that once you
40 >> know it's working
41
42 is there not a place to add a serial port on the NSLU2? i believe there
43 is, check the nslu2 website.
44 --
45 gentoo-embedded@g.o mailing list

Replies

Subject Author
Re: [gentoo-embedded] quilt on little endian arm-softfloat-linux-gnu Jan Girlich <vollkorn@×××××××.de>