Hello, 2011/2/24 Timo Juhani Lindfors <[email protected]>:
> I can give it a try but don't hold your breath. "apt-get --build source > u-boot" seems to take a while on sheevaplug. Do you usually > cross-compile during development? If yes, how? (I have cross-compilers > but I'm not sure how you integrate them to packaging). Using emdebian.org cross compilers (at the moment), you might be able to cross compile packages that support that with: $ dpkg-buildpackage $your_opts -aarmel If that does not work, I do not recall correctly at the moment, you might have to set CROSS_COMPILE=arm-linux-gnueabi- environment variable before the build. $ CROSS_COMPILE=arm-linux-gnueabi- dpkg-buildpackage $your_opts -aarmel Best regards, -- Héctor Orón "Our Sun unleashes tremendous flares expelling hot gas into the Solar System, which one day will disconnect us." -- Day DVB-T stop working nicely Video flare: http://antwrp.gsfc.nasa.gov/apod/ap100510.html -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

