> > Yeah. 2.4.x is a "bit" old. But it was easier to fix. As the 2.6.x-series > is giving me all kinds of trouble. The SMP-code was redesigned for 2.6, > and I havn't been able to confirm if it works or not. > I could have a go at it if someone could give me a small pointer in how to > get the piggyback_32 utility working with 2.6s System.map. > (looks like "A end" is missing from it) Just a quick guess.. Try to add: end = .; to arch/sparc/kernel/vmlinux.lds.S Do this above the definition of _end. Or better change piggyback_32 to support _end. Sam -- To unsubscribe from this list: send the line "unsubscribe sparclinux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html