I've been trying to run native onboard compilation on the Z, under 3.4.5.1-rc2, but can't get it to work. So I have two questions.
In the
latest OOO Newsletter it mentions a native SDK. Where is it? I couldn't find it?
If that's a no go, could someone walk me through setting up a native development environment on the Z. I've installed a ton of packages, which I think are necessary.
Now when I try compiling a simple hello world prog, I get:
/usr/lib/gcc/arm-linux/3.4.4/../../../../arm-linux/bin/ld: cannot find /usr/lib/libc_nonshared.a inside /usr/bin/../../usr
collect2: ld returned 1 exit status
The file libc_nonshared.a is in /usr/lib/
I can't determine what the problem is. Can someone help me?