more details from my crosscompiling adventures...
1st. I reckon i need to compile a image of my Z-kernel
so, i got linux-c750-20030620-rom1_10.tar.bz2 from above mentioned site and copied the sl5500 config to .config.
make oldconfig doesn't work, as stated above, but the .config should be ready nevertheless.
now: 'make dep' runs fine, as does 'make clean', but 'make zImage' keeps whining about a missing autoconf.h (understandable, because there is none [is it created by a completed make config ??])
now what am i to do?
unfortunately, i seem to have to build a kernel to build a module for it (the driver i'm talking about is to be found
here), am i right with this?
do i want to compile on the Z? (there's no gcc on it, and the kernelsource problem still applies)
Cya
K