You never mentioned what you were building on
We assumed TC 32-bit, but it seems you're building on something else 64-bit?
sorry about that. yes, my build machine is 64 bit.
I think originally I used the stock 32 bit microcore kernel and initramfs to pxeboot. Now I am trying to compile the kernel myself on a 64 bit machine. If I want to stick to the 32 bit, then what I should have done is this:
make oldconfig ARCH=x86
make ARCH=0x86
Hopefully this recompiled 32-bit kernel will be able to use the original core.gz without issues.
I am trying this now, will let you know.
David