Ashitaka,
I ran your script again, now I have the directory in place as per your last post. I'm not completely sure it wasn't there the first time?... I've been working on this too late at night... my head hurts! Anyway, it's the same output as before.
Here's what I've found:
Your script
-snip-
mkdir -p $CROSS_PREFIX/arm-linux/include/uuid && \
cp $PACKAGE_DIR/uuid.h $CROSS_PREFIX/arm-linux/include/uuid && \
-snip-
makes this directory:
/usr/local/arm/2.95.3/arm-linux/include/uuid/uuid.h
Then your script
-snip-
cd Qtopia
export QTDIR=/opt/QtEmbedded
export QPEDIR=$PWD
export PATH=$PWD/bin:$PATH
cd src && \
./configure && \
make
-snip-
Starts to compile Qtopia and fails with the output in my previous post.
I'm sorry I can't help you more, but it's just been recently I've found the time to research and try to learn this. If there's anything else you would like me to check, let me know? If you don't have the time to do this right now, don't worry about it but let me know? I have found and learned to use a little tool that was already on my system... rpm2cpio. With this I can place the rpm files where I want, then use the Zug's how-tos for compiler-setup.
Thanks
Greg