**** BEGIN LOGGING AT Tue Feb 08 02:59:57 2011 Feb 08 03:50:56 OK... I'm a bit of a n00b.. but perhaps someone can help me with something. I'm building Angstrom from the "simplified setup" for at91sam9261ek on Fedora 14. Everything builds except the kernel, which has 2 problems... First the kernel Makefile doesn't seem to like Fedora 14's make... There's an issue about mixed implicit and explicit rules in the 2.6.28 Makefile. Fixing those, there seems to be a problem linking vmlinux. Feb 08 03:50:57 vmlinux.o looks about the right size, but vmlinux ends up always being 4096 bytes. I'm not sure why. Anyone seen this and know the cure? Thanks. Feb 08 04:35:31 !logs Feb 08 04:35:33 Channel logs for #angstrom are archived at: Feb 08 04:35:34 http://hentges.net/tmp/logs/irc/%23angstrom Feb 08 04:35:35 Live-logs are available at Feb 08 04:35:37 http://hentges.net/tmp/logs/irc/livelogs/%23angstrom.livelog Feb 08 04:35:38 See ?? help-logs for usage instructions Feb 08 06:28:54 OK.. think I answered my own question: Feb 08 06:28:56 sudo yum downgrade --releasever=13 make Feb 08 06:53:34 Nope.. that did fix problem #1.. with the "mixed implicit and explicit rules", but I still have the problem with vmlinux begin 4096 bytes. When I step through the build.. it looks like it gets made properly at first, but then something in the compression stage mangles it. Feb 08 06:54:45 Then I get: | Building modules, stage 2. Feb 08 06:54:45 | MODPOST 6 modules Feb 08 06:54:45 | FATAL: section header offset=3501000 in file 'vmlinux' is bigger than filesize=4096 Feb 08 06:54:45 | Feb 08 13:23:56 #oe **** ENDING LOGGING AT Wed Feb 09 02:59:57 2011