On 07/22/2010 04:08 PM, Marcin Juszkiewicz wrote:
Dnia czwartek, 22 lipca 2010 o 15:59:07 Dechesne, Nicolas napisaĆ(a):
do you know when these packages will end up in ubuntu archives? can we expect them to be available in 10.10 timeframe?
They are scheduled for 10.10-beta so far. Everything looks like it is doable.
thanks. that would be very nice.
How about cross compilation of packages, is that working? e.g. can I create an ARM .deb from my x86 machine (assuming my upstream can be cross compiled?).
You can use "xdeb" tool to cross compile packages. It works most of time and we are working on fixing problems.
I was able to cross compile some of my package with dpkg-buildpackage -aarmel. However I am not able to install the -dev packages that I generated (it contains .h files that are required to build my next set of packages). I have used dpkg -a armel -i foo_armel.deb, and it complains about pkg-config-armel-cross missing. what is the standard procedure to install build-dep so that I can build all my packages? the package files (.h, .la) have been installed in /usr/arm-linux-gnueabi, but not the .so (which kind of make sense). but should I worry about the pkg-config issue?
linaro-dev mailing list linaro-dev@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-dev