1
Angstrom & OpenZaurus / Gpe Image For Spitz (c3000)
« on: June 29, 2005, 10:26:28 pm »
Ok the missing arm-linux-gcc-2.95 problem is now fixed (thanks to http://oe.handhelds.org/cgi-bin/moin.cgi/ZaurusKernels).
Now diet-x11-6.2.1 fails to compile. The build fails trying to link to create libX11.so.6.2.1.
The link fails becuase build/tmp/staging/arm-linux/lib/libXau.so is missing however libXau.so.0.0.0 is there. I guess I don't know enough about shared libs, but 0.0.0 seems like a strange version number to me, if it is the correct one then I guess the symlink has just not been made for some reason. Here is the log
This seems a little weird: For one thing .../build/tmp/staging/arm-linux/lib is listed as a directory to search, but then the path to libXau.so is explicitly given. Also, why is it trying to statically link against a .so file?
Seems I'm way out of my depth here :-(
Once again, anyone got ideas?
Thanks,
Evo.
Now diet-x11-6.2.1 fails to compile. The build fails trying to link to create libX11.so.6.2.1.
The link fails becuase build/tmp/staging/arm-linux/lib/libXau.so is missing however libXau.so.0.0.0 is there. I guess I don't know enough about shared libs, but 0.0.0 seems like a strange version number to me, if it is the correct one then I guess the symlink has just not been made for some reason. Here is the log
Code: [Select]
ccache arm-linux-gcc -march=armv5te -mtune=xscale -shared .libs/AllCells.o -L/data1/hastings/archive/oe/build/tmp/staging/arm-linux/lib /data1/hastings/archive/oe/build/tmp/staging/arm-linux/lib/libXau.so -ldl -march=armv5te -mtune=xscale -Wl,-rpath-link -Wl,/data1/hastings/archive/oe/build/tmp/staging/arm-linux/lib -Wl,-O1 -Wl,-soname -Wl,libX11.so.6 -o .libs/libX11.so.6.2.1 arm-linux-gcc: /data1/hastings/archive/oe/build/tmp/staging/arm-linux/lib/libXau.so: No such file or directory
This seems a little weird: For one thing .../build/tmp/staging/arm-linux/lib is listed as a directory to search, but then the path to libXau.so is explicitly given. Also, why is it trying to statically link against a .so file?
Seems I'm way out of my depth here :-(
Once again, anyone got ideas?
Thanks,
Evo.