When cross-compiling hackable:1 packages, we are relying on the stable emdebian toolchain to compile our programs. Apparently, there has been a problem last week, where the toolchain was erroneously recompiled and from then on depending on packages not available on Debian Lenny.
We have coordinated this issue with emdebian's team, and are glad to announce that everything seems to be back in order.
If you have been upgrading your hackable:1 cross-compilation environment during this window, there is a simple way to get it to work again:
Then you should be able to cross-compile again!
We have coordinated this issue with emdebian's team, and are glad to announce that everything seems to be back in order.
If you have been upgrading your hackable:1 cross-compilation environment during this window, there is a simple way to get it to work again:
# apt-get remove --purge libgcc1-armel-cross
# apt-get install gcc-4.3-arm-linux-gnueabi g++-4.3-arm-linux-gnueabi
Then you should be able to cross-compile again!



Leave a comment